../
|
arc.c
|
7.5 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
arc.h
|
2.1 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
base64.c
|
2.4 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
base64.h
|
2.0 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
canohost.c
|
4.7 KB
|
b097945
|
2017-04-06T20:25:08Z
|
github |
Move canohost functions (diff licence) to separate file.
|
canohost.h
|
2.0 KB
|
b097945
|
2017-04-06T20:25:08Z
|
github |
Move canohost functions (diff licence) to separate file.
|
events.h
|
3.4 KB
|
b15cbc4
|
2020-03-17T11:29:47Z
|
arkamar |
Make the irc test work with libevent
|
events_glib.c
|
4.0 KB
|
c479242
|
2020-04-05T13:53:06Z
|
dx |
events_glib: fix some g_main_loop deprecation warnings
|
events_libevent.c
|
7.7 KB
|
b15cbc4
|
2020-03-17T11:29:47Z
|
arkamar |
Make the irc test work with libevent
|
ftutil.c
|
4.9 KB
|
2e8523b
|
2016-12-31T20:40:09Z
|
dx |
Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths.
This …
|
ftutil.h
|
2.0 KB
|
2e8523b
|
2016-12-31T20:40:09Z
|
dx |
Use NI_MAXHOST rather than HOST_NAME_MAX for host lengths.
This …
|
http_client.c
|
17.5 KB
|
2e78f75
|
2016-05-15T17:16:38Z
|
Jelmer Vernooij |
Remove the ARCH / CPU defines.
These only reflect on what arch/cpu …
|
http_client.h
|
3.8 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
ini.c
|
3.1 KB
|
ea39049
|
2015-12-17T16:56:25Z
|
dx |
ini: Null check file parameter before passing it to open()
The test …
|
ini.h
|
1.4 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
json.c
|
22.0 KB
|
77ed9b7
|
2015-06-17T22:50:15Z
|
wilmer |
Fix NULL pointer dereference in lib/json.c. (#1220)
|
json.h
|
5.1 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
json_util.c
|
2.5 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
json_util.h
|
2.1 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
Makefile
|
957 bytes
|
b097945
|
2017-04-06T20:25:08Z
|
github |
Move canohost functions (diff licence) to separate file.
|
md5.c
|
928 bytes
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
md5.h
|
417 bytes
|
34afea7
|
2015-01-31T23:58:57Z
|
dx |
Use glib's GChecksum for md5/sha1
This changes behavior slightly:
- …
|
misc.c
|
17.3 KB
|
9e83b15
|
2018-07-03T05:58:47Z
|
dx |
Add a hash table to speed up bee_user_by_handle()
This maintains a …
|
misc.h
|
4.6 KB
|
9e83b15
|
2018-07-03T05:58:47Z
|
dx |
Add a hash table to speed up bee_user_by_handle()
This maintains a …
|
ns_parse.c
|
5.7 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
oauth2.c
|
6.8 KB
|
5535a47
|
2015-05-07T23:12:06Z
|
dx |
More coverity fixes!
CID 18634: 'Logically dead code' in …
|
oauth2.h
|
2.7 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
oauth.c
|
10.6 KB
|
1493c4b
|
2015-04-24T20:52:55Z
|
dx |
oauth: fix use-after-free of the ->next of the list
Third time's the …
|
oauth.h
|
4.1 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
proxy.c
|
13.7 KB
|
242f280
|
2016-02-18T11:17:08Z
|
dx |
Fix a double free when calling proxy_disconnect() inside phb->func()
…
|
proxy.h
|
1.5 KB
|
4e365ce
|
2015-10-26T03:42:15Z
|
dx |
Add proxy_disconnect() to interrupt possibly pending connections
…
|
sha1.c
|
3.0 KB
|
2906268
|
2016-10-16T06:58:19Z
|
dx |
lib/sha1: Refactor sha1_hmac into a generic b_hmac function
|
sha1.h
|
437 bytes
|
34afea7
|
2015-01-31T23:58:57Z
|
dx |
Use glib's GChecksum for md5/sha1
This changes behavior slightly:
- …
|
ssl_client.h
|
4.8 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
ssl_gnutls.c
|
12.1 KB
|
5eab9260
|
2018-09-09T22:04:41Z
|
chris |
SSL: correctly handle hostnames starting with a digit when SNI is …
|
ssl_nss.c
|
10.4 KB
|
0db6618
|
2015-10-26T08:28:10Z
|
dx |
Use proxy_disconnect() in http, ssl, jabber, oscar
Twitter and MSN …
|
ssl_openssl.c
|
8.0 KB
|
5eab9260
|
2018-09-09T22:04:41Z
|
chris |
SSL: correctly handle hostnames starting with a digit when SNI is …
|
url.c
|
2.9 KB
|
12f041d
|
2015-10-21T13:14:17Z
|
dx |
socks4a proxy support (like socks4 with remote DNS)
Fixes trac ticket …
|
url.h
|
1.6 KB
|
12f041d
|
2015-10-21T13:14:17Z
|
dx |
socks4a proxy support (like socks4 with remote DNS)
Fixes trac ticket …
|
xmltree.c
|
16.9 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
xmltree.h
|
3.9 KB
|
5ebff60
|
2015-02-20T22:50:54Z
|
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|