aboutsummaryrefslogtreecommitdiffstats
path: root/lib/json_util.c
Commit message (Collapse)AuthorAgeLines
* Fix compiler warning (missed glib include in json_util).Wilmer van der Gaast2012-11-09-0/+1
|
* Updated error response parsing. Also, use this for 401 responses so for exampleWilmer van der Gaast2012-11-09-1/+1
| | | | | | | | the auth errors caused by NTP desync are clearer: <root> twitter - Login error: Authentication failure (401 Unauthorized (Timestamp out of bounds))
* It logs in and fetches statuses! \o/ But, some corruption..Wilmer van der Gaast2012-11-08-3/+13
|
* Add json_util.c with helper functions. Keeping them in a separate file toWilmer van der Gaast2012-11-05-0/+51
avoid making *any* changes to the third-party json.c.