aboutsummaryrefslogtreecommitdiffstats
path: root/lib/json_util.c
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-18/+23
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Debian bug #764181: Accidentally had an LGPL header in a bunch of files.Wilmer van der Gaast2014-10-17-10/+10
| | | | | | Replaced them with GPL headers where possible. OSCAR and Twitter modules can't be relicenced though, so add an LGPL blurb to debian/copyright.
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
| | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file.
* 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.