source: lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @0515063   2017-04-06T20:29:23Z dx Merge branch 'develop'
(edit) @b097945   2017-04-06T20:25:08Z github Move canohost functions (diff licence) to separate file.
(edit) @0156c42   2017-04-06T20:25:08Z github Remove ip6_*wrap() functions which are no longer needed.
(edit) @60141cf   2017-04-06T20:25:08Z github Add reverse_lookup() function which does a more proper (verified) DNS …
(edit) @65d0dfd   2017-03-12T04:16:58Z dx Add --verbose configure option to control verbose build output …
(edit) @2e8523b   2016-12-31T20:40:09Z dx Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths. This …
(edit) @90a45b8   2016-12-26T22:38:32Z dx Fix some clang static analyzer warnings Nothing interesting.
(edit) @fca4683   2016-11-12T03:38:34Z dx word_wrap: truncate utf8 safely
(edit) @4466e3e   2016-10-17T04:34:11Z dx misc: Add str_pad_and_truncate() helper function Useful for tables. …
(edit) @2906268   2016-10-16T06:58:19Z dx lib/sha1: Refactor sha1_hmac into a generic b_hmac function
(edit) @82e55d2   2016-09-29T17:53:41Z dx ssl_openssl: Allow TLS versions newer than 1.0 Another victim of …
(edit) @2e78f75   2016-05-15T17:16:38Z Jelmer Vernooij Remove the ARCH / CPU defines. These only reflect on what arch/cpu …
(edit) @720f7a9   2016-05-01T01:46:21Z dx ssl_gnutls: Replace GNUTLS_STUPID_CAST with (long) That's what the …
(edit) @242f280   2016-02-18T11:17:08Z dx Fix a double free when calling proxy_disconnect() inside phb->func() …
(edit) @ea39049   2015-12-17T16:56:25Z dx ini: Null check file parameter before passing it to open() The test …
(edit) @dbca297   2015-12-09T07:46:21Z dx proxy: fix validation of the proxytype value Coverity says it could …
(edit) @47ab9a9   2015-11-27T23:42:00Z dx misc.c: Add a str_reject_chars function, use it in otr_filter_colors
(edit) @0db6618   2015-10-26T08:28:10Z dx Use proxy_disconnect() in http, ssl, jabber, oscar Twitter and MSN …
(edit) @4e365ce   2015-10-26T03:42:15Z dx Add proxy_disconnect() to interrupt possibly pending connections …
(edit) @f710673   2015-10-26T03:42:12Z dx proxy: Turn phb_close() into phb_free(), use it for all g_free(phb) …
(edit) @5756890   2015-10-25T22:37:56Z dx proxy: Use an array of function pointers for proxy_connect_* Just cleanup.
(edit) @12f041d   2015-10-21T13:14:17Z dx socks4a proxy support (like socks4 with remote DNS) Fixes trac ticket …
(edit) @0b0bb4c   2015-10-08T05:10:19Z dx Allow NULL callback functions in http_dorequest Check callback …
(edit) @098b430   2015-10-08T05:09:14Z dx Replace <br/> and <br /> with \n in strip_html
(edit) @e88fe7da   2015-08-07T21:53:25Z vlajos typofix - https://github.com/vlajos/misspell_fixer
(edit) @77ed9b7   2015-06-17T22:50:15Z wilmer Fix NULL pointer dereference in lib/json.c. (#1220)
(edit) @73f0a01   2015-05-31T02:31:24Z dx Move twitter_parse_id() to parse_int64() in misc.c
(edit) @5535a47   2015-05-07T23:12:06Z dx More coverity fixes! CID 18634: 'Logically dead code' in …
(edit) @cc8cf75   2015-05-05T15:05:20Z dx events_glib: fix parameter type warnings in event_debug() calls
(edit) @1493c4b   2015-04-24T20:52:55Z dx oauth: fix use-after-free of the ->next of the list Third time's the …
(edit) @73b1a8e   2015-04-10T17:10:41Z dx get_rfc822_header: allow headers at the end of a string
(edit) @71abe93   2015-04-05T14:09:37Z dx proxy: minor refactor, simplify error handling
(edit) @098a75b   2015-03-22T13:35:08Z dx Fix a bunch of memory leaks - irc_im.c: - bee_irc_user_msg: …
(edit) @a880e34   2015-02-28T20:40:07Z dx Refactor oauth_params_del to fix use-after-free that i introduced …
(edit) @05816dd   2015-02-22T22:44:40Z dx coverity: Fix some (harmless?) use-after-free with g_slist_remove() …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @34afea7   2015-01-31T23:58:57Z dx Use glib's GChecksum for md5/sha1 This changes behavior slightly: - …
(edit) @5eab298f   2015-01-26T03:27:24Z dx random_bytes: Use /dev/urandom only, don't bother trying /dev/random …
(edit) @fed4f76   2015-01-16T19:50:25Z dx Fix UTF8 nick truncation issues When nicks exceeded the length limit, …
(edit) @840394e   2015-01-16T19:50:24Z dx http proxy: only check for "HTTP/1.x 200" in the status string It was …
(edit) @20c9c21   2015-01-16T19:50:24Z dx Fix some more g_source_remove warnings, this time in proxy.c Both in …
(edit) @25c4c78   2015-01-16T19:50:24Z dx Fix compiler warnings on Cygwin and Mac OS X. * Don't use PIE/PIC on …
(edit) @6b13103   2015-01-16T19:50:23Z dx Replace isdigit/isalpha/.../tolower/toupper with glib variants This …
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @b38d399   2014-11-24T05:16:09Z dx Use glib functions for base64 decoding/encoding This fixes several …
(edit) @b6bd99c   2014-10-27T06:36:09Z dx dcc: Fix some invalid memory accesses reported by ASAN ASAN <3
(edit) @8256ad5   2014-10-27T06:36:05Z dx Some more g_source_remove warning fixes - http_incoming_data calling …
(edit) @9ead105   2014-10-17T22:37:41Z wilmer Bunch of merges from dx.
(edit) @4f7255d   2014-10-17T22:26:18Z wilmer Debian bug #764181: Accidentally had an LGPL header in a bunch of …
(edit) @7b40f17   2014-10-11T02:20:53Z dx Add support for XEP-0203: Delayed delivery (message timestamps) Very …
(edit) @e252d8c   2014-09-27T14:54:35Z dx RIP native win32 support (use cygwin instead) It has been broken for …
(edit) @286cd48   2014-09-27T14:54:35Z dx Prevent some "Source ID ## was not found..." warnings These appear in …
(edit) @b7cd22d   2014-09-27T14:54:35Z dx ssl_gnutls: Fix some uninitialized memory warnings
(edit) @632627e   2014-07-24T03:51:07Z dx srv_lookup: Portability fixes, handle compressed responses srv_lookup …
(edit) @269580c   2014-07-24T03:51:07Z dx Add limit param to split_command_parts(), fix twitter quotes bug Only …
(edit) @b4008a5   2014-03-07T00:02:32Z wilmer Merging compiler warning fix. Patch by Mark H Weaver <mhw@…>.
(edit) @b4b8f1e   2014-03-02T00:37:43Z wilmer Unicode parsing fix in JSON parser: JSON can contain UTF-16 surrogate …
(edit) @7a80925   2014-02-13T08:48:37Z wilmer Update json-parser code to git rev …
(edit) @e76cf26   2014-02-08T13:46:30Z wilmer Fix "Unusuable" typo.
(edit) @ab19567   2013-06-16T12:15:15Z wilmer Merging HTTP/1.1 branch. This implements HTTP/1.1 support in …
(edit) @dd7b931   2013-06-16T00:14:11Z wilmer Use HTTP/1.1 by default in the Twitter module, and stick to the …
(edit) @ca8037e   2013-06-09T21:17:45Z wilmer Add better handling of HTTP/1.1 and/or keepalive connections. This …
(edit) @420ddc00   2013-05-25T12:39:42Z wilmer Fix double free() in ssl_nss.c. #1038
(edit) @c153808   2013-05-25T10:36:34Z wilmer Fix OAuth2 error reporting.
(edit) @dd95ce4   2013-04-20T13:17:22Z wilmer Const is hard, let's go hacking.
(edit) @e31e5b8   2013-04-20T13:05:55Z wilmer Merging "storage" branch which I wrote long ago. It separates …
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @eab8e52   2013-01-01T15:31:22Z Miklos Vajna json: fix uninitialized variables json.c: In function …
(edit) @c1d9c95   2012-12-24T22:02:41Z wilmer Whoops, remove those debugging printfs as I intended to do before merging.
(edit) @9b67285   2012-12-24T19:17:37Z wilmer SSL session caching. You'd think that this makes Twitter stuff faster, …
(edit) @def3650   2012-12-24T13:28:02Z wilmer In the OpenSSL module, keep only one global SSL context instead of …
(edit) @3f661849   2012-12-24T12:51:26Z wilmer SNI client support in GnuTLS+OpenSSL modules.
(edit) @cc6fdf8   2012-12-22T00:14:26Z wilmer Merging JSON branch. It's very stable by now, and I want more testers.
(edit) @3bda2c2   2012-12-02T17:39:22Z wilmer Fixed minor memory leak.
(edit) @b0ee720   2012-12-02T16:32:59Z wilmer Error handling fix in xmltree. Fixes a problem where if the start of …
(edit) @e8161ec   2012-12-01T12:13:44Z wilmer Importing json.c UTF-8 encoding fix from upstream. Not importing the …
(edit) @85cd12d   2012-11-27T23:20:34Z wilmer Fixing integer size issue in JSON parser: Although I've changed the …
(edit) @b235228   2012-11-25T22:28:38Z wilmer Have root confirm some commands that so far gave no feedback at all, …
(edit) @898c08e   2012-11-25T11:47:23Z wilmer Clean up streaming HTTP event handler, which should fix crash-bugs …
(edit) @5f2f728   2012-11-24T19:20:57Z wilmer Increasing http_client buffersize to 4KB. You'd think that with things …
(edit) @b006464   2012-11-17T23:51:21Z wilmer Merge mainline.
(edit) @e1d3f98   2012-11-12T14:45:38Z wilmer Remove ssl_bogus.c, it really shouldn't be used anymore since it …
(edit) @67ebc8e   2012-11-12T00:03:33Z wilmer Fixed valgrind warnings in JSON_O_FOREACH.
(edit) @dd672e2   2012-11-11T21:52:26Z wilmer Detect and handle streaming connection loss.
(edit) @2fb1262   2012-11-11T18:22:39Z wilmer Tiny cleanup. Fixing some memory leaks (why did I not notice so far …
(edit) @1388d30   2012-11-11T17:57:20Z wilmer Mostly finished HTTP streaming support: Shrink the buffer and add a …
(edit) @ddc2de5   2012-11-10T23:52:21Z wilmer Very immature code for reading from the streaming API. It reads from a …
(edit) @8bd866f   2012-11-10T22:25:58Z wilmer Reworked http_client a little bit to support streaming besides just …
(edit) @398b2533   2012-11-09T23:50:09Z wilmer Fix compiler warning (missed glib include in json_util).
(edit) @5d749ad   2012-11-09T23:48:22Z wilmer One difference in json.h: use "long long" instead of "long" for …
(edit) @5246133   2012-11-09T00:23:44Z wilmer Updated error response parsing. Also, use this for 401 responses so …
(edit) @8e3b7ac   2012-11-08T22:38:20Z wilmer It logs in and fetches statuses! \o/ But, some corruption..
(edit) @c08d201   2012-11-04T23:39:01Z wilmer Add json_util.c with helper functions. Keeping them in a separate file …
(edit) @8f976e6   2012-10-30T23:41:43Z wilmer SSL fixes from Michal Suchanek.
(edit) @ba654ec   2012-10-28T23:36:55Z wilmer Use the new JSON code for OAuth2 processing. Starting to see the use …
(edit) @696dc9e   2012-10-28T23:05:02Z wilmer Add json.[ch], update debian/copyright with license info.
(edit) @6f55bec   2012-09-23T23:25:32Z wilmer xt_from_string() will return NULL if the string wasn't terminated …
(edit) @11ec078   2012-09-22T12:44:47Z wilmer Since I can't figure out where the stalls are coming from at this …
(edit) @d0752e8   2012-09-22T12:12:12Z wilmer Little cleanup. Use xt_from_string() where possible.
(edit) @55ccc9a0   2012-09-22T11:52:01Z wilmer Solve a whole bunch of Twitter module crashes: Twitter responses seem …
Note: See TracRevisionLog for help on using the revision log.