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