aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeLines
* word_wrap: truncate utf8 safelydequis2016-11-12-3/+9
* misc: Add str_pad_and_truncate() helper functiondequis2016-10-17-0/+27
* lib/sha1: Refactor sha1_hmac into a generic b_hmac functiondequis2016-10-16-15/+35
* ssl_openssl: Allow TLS versions newer than 1.0dequis2016-09-29-1/+2
* Remove the ARCH / CPU defines.Jelmer Vernooij2016-05-15-1/+1
* ssl_gnutls: Replace GNUTLS_STUPID_CAST with (long)dequis2016-04-30-7/+1
* Fix a double free when calling proxy_disconnect() inside phb->func()dequis2016-02-18-8/+23
* ini: Null check file parameter before passing it to open()dequis2015-12-17-2/+2
* proxy: fix validation of the proxytype valuedequis2015-12-09-1/+1
* misc.c: Add a str_reject_chars function, use it in otr_filter_colorsdequis2015-11-27-0/+17
* Use proxy_disconnect() in http, ssl, jabber, oscardequis2015-10-26-6/+8
* Add proxy_disconnect() to interrupt possibly pending connectionsdequis2015-10-26-1/+40
* proxy: Turn phb_close() into phb_free(), use it for all g_free(phb)dequis2015-10-26-35/+40
* proxy: Use an array of function pointers for proxy_connect_*dequis2015-10-25-10/+15
* socks4a proxy support (like socks4 with remote DNS)dequis2015-10-21-7/+26
* Allow NULL callback functions in http_dorequestArtem Savkov2015-10-08-3/+7
* Replace <br/> and <br /> with \n in strip_htmlAndré Glüpker2015-10-08-0/+4
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-07-1/+1
* Fix NULL pointer dereference in lib/json.c. (#1220)Wilmer van der Gaast2015-06-17-1/+1
* 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