| Commit message (Expand) | Author | Age | Lines |
* | word_wrap: truncate utf8 safely | dequis | 2016-11-12 | -3/+9 |
* | misc: Add str_pad_and_truncate() helper function | dequis | 2016-10-17 | -0/+27 |
* | lib/sha1: Refactor sha1_hmac into a generic b_hmac function | dequis | 2016-10-16 | -15/+35 |
* | ssl_openssl: Allow TLS versions newer than 1.0 | dequis | 2016-09-29 | -1/+2 |
* | Remove the ARCH / CPU defines. | Jelmer Vernooij | 2016-05-15 | -1/+1 |
* | ssl_gnutls: Replace GNUTLS_STUPID_CAST with (long) | dequis | 2016-04-30 | -7/+1 |
* | Fix a double free when calling proxy_disconnect() inside phb->func() | dequis | 2016-02-18 | -8/+23 |
* | ini: Null check file parameter before passing it to open() | dequis | 2015-12-17 | -2/+2 |
* | proxy: fix validation of the proxytype value | dequis | 2015-12-09 | -1/+1 |
* | misc.c: Add a str_reject_chars function, use it in otr_filter_colors | dequis | 2015-11-27 | -0/+17 |
* | Use proxy_disconnect() in http, ssl, jabber, oscar | dequis | 2015-10-26 | -6/+8 |
* | Add proxy_disconnect() to interrupt possibly pending connections | dequis | 2015-10-26 | -1/+40 |
* | proxy: Turn phb_close() into phb_free(), use it for all g_free(phb) | dequis | 2015-10-26 | -35/+40 |
* | proxy: Use an array of function pointers for proxy_connect_* | dequis | 2015-10-25 | -10/+15 |
* | socks4a proxy support (like socks4 with remote DNS) | dequis | 2015-10-21 | -7/+26 |
* | Allow NULL callback functions in http_dorequest | Artem Savkov | 2015-10-08 | -3/+7 |
* | Replace <br/> and <br /> with \n in strip_html | André Glüpker | 2015-10-08 | -0/+4 |
* | typofix - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2015-08-07 | -1/+1 |
* | Fix NULL pointer dereference in lib/json.c. (#1220) | Wilmer van der Gaast | 2015-06-17 | -1/+1 |
* | 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 |