aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' into patched-masterHEADpatched-masterMarius Halden2018-05-31-9/+15
|\
| * Openssl 1.1 supportEneas U de Queiroz2018-05-24-9/+15
* | Merge branch 'master' into patched-masterMarius Halden2017-04-07-52/+188
|\|
| * Merge branch 'develop'dequis2017-04-06-2/+2
| |\
| | * Add --verbose configure option to control verbose build outputTim Harder2017-03-12-2/+2
| * | Move canohost functions (diff licence) to separate file.Wilmer van der Gaast2017-04-06-106/+185
| * | Remove ip6_*wrap() functions which are no longer needed.Wilmer van der Gaast2017-04-06-48/+0
| * | Add reverse_lookup() function which does a more proper (verified) DNSWilmer van der Gaast2017-04-06-0/+105
| |/
* | Merge branch 'master' into patched-masterMarius Halden2017-01-01-18/+8
|\|
| * Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths.Jelmer Vernooij2016-12-31-18/+8
* | Merge branch 'master' into patched-masterMarius Halden2016-12-27-1/+1
|\|
| * Fix some clang static analyzer warningsdequis2016-12-26-1/+1
* | Merge branch 'master' into patched-masterMarius Halden2016-11-12-3/+9
|\|
| * word_wrap: truncate utf8 safelydequis2016-11-12-3/+9
* | Merge branch 'master' into patched-masterMarius Halden2016-10-17-15/+62
|\|
| * 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
* | Merge branch 'master' into patched-masterMarius Halden2016-10-03-1/+2
|\|
| * ssl_openssl: Allow TLS versions newer than 1.0dequis2016-09-29-1/+2
* | Merge branch 'master' into patched-masterMarius Halden2016-05-20-1/+1
|\|
| * Remove the ARCH / CPU defines.Jelmer Vernooij2016-05-15-1/+1
* | more sslMarius Halden2016-05-07-5/+46
* | Start adding ssl supportMarius Halden2016-05-07-0/+38
|/
* 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