source: lib

Name Size Rev Date Author Last Change
../
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 …
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.h 1.4 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
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.h 2.7 KB 5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with 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 …
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 …
xmltree.h 3.9 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 …
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 …
proxy.h 1.5 KB 4e365ce   2015-10-26T03:42:15Z dx Add proxy_disconnect() to interrupt possibly pending connections …
ssl_nss.c 10.4 KB 0db6618   2015-10-26T08:28:10Z dx Use proxy_disconnect() in http, ssl, jabber, oscar Twitter and MSN …
ini.c 3.1 KB ea39049   2015-12-17T16:56:25Z dx ini: Null check file parameter before passing it to open() The test …
proxy.c 13.7 KB 242f280   2016-02-18T11:17:08Z dx Fix a double free when calling proxy_disconnect() inside phb->func() …
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 …
canohost.h 2.0 KB b097945   2017-04-06T20:25:08Z github Move canohost functions (diff licence) to separate file.
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 …
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_openssl.c 8.0 KB 5eab9260   2018-09-09T22:04:41Z chris SSL: correctly handle hostnames starting with a digit when SNI is …
events.h 3.4 KB b15cbc4   2020-03-17T11:29:47Z arkamar Make the irc test work with libevent
events_libevent.c 7.7 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
canohost.c 4.7 KB 2dd6076   2022-02-17T22:23:06Z Jelmer Vernooij Use standard uint16_t instead of u_int16_t uint16_t, part of stdint …
Makefile 1009 bytes da0202a   2022-08-22T14:38:38Z Jelmer Vernooij Support using system libjsonparser.
json.c 22.0 KB b86f37d   2022-08-22T14:48:16Z Jelmer Vernooij Fix error type-punned pointer warning Dereferencing type-punned …
md5.c 1009 bytes 1bdc669   2023-02-23T23:48:10Z noreply Migrate internal users of md5.h to using GChecksum directly (#169) * …
md5.h 821 bytes 1bdc669   2023-02-23T23:48:10Z noreply Migrate internal users of md5.h to using GChecksum directly (#169) * …
misc.c 17.8 KB 1bdc669   2023-02-23T23:48:10Z noreply Migrate internal users of md5.h to using GChecksum directly (#169) * …
json.h 5.2 KB 82149f4   2023-03-04T19:59:09Z noreply Fixes related to external-json-parser (#165) * configure: append …
json_util.h 2.1 KB 82149f4   2023-03-04T19:59:09Z noreply Fixes related to external-json-parser (#165) * configure: append …
oauth2.c 6.8 KB 82149f4   2023-03-04T19:59:09Z noreply Fixes related to external-json-parser (#165) * configure: append …
sha1.c 3.1 KB a4ac9c4   2023-04-01T20:09:39Z noreply Deprecate sha1_* functions (#172) * Migrate sha1 calls to direct use …
sha1.h 787 bytes a4ac9c4   2023-04-01T20:09:39Z noreply Deprecate sha1_* functions (#172) * Migrate sha1 calls to direct use …
http_client.c 17.5 KB 552da22   2023-04-01T20:29:42Z noreply Use g_memdup2() with glib versions >= 2.68.0 (#168) * Use g_memdup2() …
json_util.c 2.6 KB af09afd   2023-04-02T16:40:12Z noreply Simplify g_memdup2() usage (#179)
xmltree.c 17.0 KB af09afd   2023-04-02T16:40:12Z noreply Simplify g_memdup2() usage (#179)
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.