aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeLines
* Move twitter_parse_id() to parse_int64() in misc.cdequis2015-05-30-0/+17
* More coverity fixes!dequis2015-05-07-2/+8
* events_glib: fix parameter type warnings in event_debug() callsdequis2015-05-05-4/+4
* oauth: fix use-after-free of the ->next of the listdequis2015-04-24-2/+3
* get_rfc822_header: allow headers at the end of a stringdequis2015-04-10-5/+0
* proxy: minor refactor, simplify error handlingdequis2015-04-05-110/+36
* Fix a bunch of memory leaksdequis2015-03-22-8/+4
* Refactor oauth_params_del to fix use-after-free that i introduceddequis2015-02-28-8/+7
* coverity: Fix some (harmless?) use-after-free with g_slist_remove()dequis2015-02-22-1/+1
* Reindent everything to K&R style with tabsIndent2015-02-20-3705/+3716
* Use glib's GChecksum for md5/sha1dequis2015-01-31-733/+58
* random_bytes: Use /dev/urandom only, don't bother trying /dev/randomdequis2015-01-26-59/+10
* Fix UTF8 nick truncation issuesdequis2015-01-16-0/+10
* http proxy: only check for "HTTP/1.x 200" in the status stringdequis2015-01-16-2/+2
* Fix some more g_source_remove warnings, this time in proxy.cdequis2015-01-16-0/+2
* Fix compiler warnings on Cygwin and Mac OS X.Jason Copenhaver2015-01-16-5/+5
* Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-14/+14
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-31/+31
* Use glib functions for base64 decoding/encodingdequis2014-11-24-111/+9
* dcc: Fix some invalid memory accesses reported by ASANdequis2014-10-27-1/+1
* Some more g_source_remove warning fixesdequis2014-10-27-0/+3
* Bunch of merges from dx.Wilmer van der Gaast2014-10-17-0/+17
|\
| * Add support for XEP-0203: Delayed delivery (message timestamps)dequis2014-10-10-0/+16
* | Debian bug #764181: Accidentally had an LGPL header in a bunch of files.Wilmer van der Gaast2014-10-17-60/+60
|/
* RIP native win32 support (use cygwin instead)dequis2014-09-27-298/+0
* Prevent some "Source ID ## was not found..." warningsdequis2014-09-27-0/+6
* ssl_gnutls: Fix some uninitialized memory warningsdequis2014-09-27-2/+2
* srv_lookup: Portability fixes, handle compressed responsesjcopenha2014-07-24-18/+309
* Add limit param to split_command_parts(), fix twitter quotes bugdequis2014-07-24-3/+8
* Merging compiler warning fix. Patch by Mark H Weaver <mhw@netris.org>.Wilmer van der Gaast2014-03-07-1/+1
* Unicode parsing fix in JSON parser: JSON can contain UTF-16 surrogate pairsWilmer van der Gaast2014-03-02-11/+41
* Update json-parser code to git rev 11a80f389769d1f66ca7fbe64ad89c82d3ba4ba9.Wilmer van der Gaast2014-02-13-103/+391
* Fix "Unusuable" typo.Wilmer van der Gaast2014-02-08-1/+1
* Merging HTTP/1.1 branch. This implements HTTP/1.1 support in http_client.Wilmer van der Gaast2013-06-16-73/+190
|\
| * Use HTTP/1.1 by default in the Twitter module, and stick to the initiallyWilmer van der Gaast2013-06-16-3/+15
| * Add better handling of HTTP/1.1 and/or keepalive connections. This shouldWilmer van der Gaast2013-06-09-71/+171
|/
* Fix double free() in ssl_nss.c. #1038Wilmer van der Gaast2013-05-25-2/+2
* Fix OAuth2 error reporting.Wilmer van der Gaast2013-05-25-18/+62
* Const is hard, let's go hacking.Wilmer van der Gaast2013-04-20-2/+2
* Merging "storage" branch which I wrote long ago. It separates generation ofWilmer van der Gaast2013-04-20-63/+25
|\
| * Add xt_to_string_i() and use it to get indentation back in saved settings.Wilmer van der Gaast2012-06-05-63/+25
* | I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-9/+9
* | json: fix uninitialized variablesMiklos Vajna2013-01-01-2/+2
* | Whoops, remove those debugging printfs as I intended to do before merging.Wilmer van der Gaast2012-12-24-2/+1
* | SSL session caching. You'd think that this makes Twitter stuff faster, exceptWilmer van der Gaast2012-12-24-2/+50
* | In the OpenSSL module, keep only one global SSL context instead of recreatingWilmer van der Gaast2012-12-24-10/+13
* | SNI client support in GnuTLS+OpenSSL modules.Wilmer van der Gaast2012-12-24-28/+25
* | Merging JSON branch. It's very stable by now, and I want more testers.Wilmer van der Gaast2012-12-22-132/+1220
|\ \
| * | Importing json.c UTF-8 encoding fix from upstream. Not importing theWilmer van der Gaast2012-12-01-3/+4
| * | Fixing integer size issue in JSON parser: Although I've changed the integerWilmer van der Gaast2012-11-27-1/+1