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