log

age author description
Wed, 25 Jun 2014 09:33:05 +0300 Matti Hamalainen Add proxy disable/enable setting.
Sun, 22 Jun 2014 06:25:32 +0300 Matti Hamalainen Bump version.
Sun, 22 Jun 2014 06:25:16 +0300 Matti Hamalainen Improve help.
Sun, 22 Jun 2014 06:19:45 +0300 Matti Hamalainen Fixes in proxy usage.
Sun, 22 Jun 2014 03:32:39 +0300 Matti Hamalainen Use th_malloc0(n) instead of th_calloc(1, n).
Sun, 22 Jun 2014 02:12:37 +0300 Matti Hamalainen Proxy handling stuff.
Sat, 21 Jun 2014 20:42:57 +0300 Matti Hamalainen API change again.
Sat, 21 Jun 2014 20:01:17 +0300 Matti Hamalainen Rename a define.
Sat, 21 Jun 2014 20:01:08 +0300 Matti Hamalainen Use the new th_growbuf module.
Sat, 21 Jun 2014 06:38:54 +0300 Matti Hamalainen More API changes in th_network.
Sat, 21 Jun 2014 05:59:22 +0300 Matti Hamalainen API update.
Sat, 21 Jun 2014 05:11:14 +0300 Matti Hamalainen API changes in th_network.
Sat, 21 Jun 2014 04:52:08 +0300 Matti Hamalainen Improve build system.
Sat, 21 Jun 2014 03:02:43 +0300 Matti Hamalainen Socks5 support stuff, not finished yet (as SOCKS5 needs to be implemented in th_network)
Sat, 21 Jun 2014 02:56:14 +0300 Matti Hamalainen Adjust to changes in API.
Sat, 21 Jun 2014 02:40:51 +0300 Matti Hamalainen More work towards using th-libs th_network module.
Tue, 27 May 2014 07:31:20 +0300 Matti Hamalainen Network code is being generalized into a th-libs module.
Tue, 27 May 2014 07:27:14 +0300 Matti Hamalainen Use th_get_error() and th_error_str().
Tue, 27 May 2014 07:25:59 +0300 Matti Hamalainen Rename a function.
Sun, 25 May 2014 00:45:02 +0300 Matti Hamalainen Added signature for changeset 7d1aac6b27af
Wed, 21 May 2014 22:54:26 +0300 Matti Hamalainen Disable SOCKS 5 specific code that is not supported yet.
Wed, 21 May 2014 20:45:40 +0300 Matti Hamalainen Update online help.
Wed, 21 May 2014 19:10:02 +0300 Matti Hamalainen Clean up the #ifdef mess around homedir handling a bit.
Tue, 20 May 2014 07:15:48 +0300 Matti Hamalainen Factorize more proxy initialization stuff into separate functions.
Tue, 20 May 2014 06:51:52 +0300 Matti Hamalainen Some cleanup work, preparation for SOCKS 5.
Tue, 20 May 2014 06:50:12 +0300 Matti Hamalainen Repurpose nn_conn_close() to only close the socket, but not free the
Tue, 20 May 2014 06:20:43 +0300 Matti Hamalainen Remove possible trailing slash from proxy URI.
Tue, 20 May 2014 05:34:33 +0300 Matti Hamalainen Clean up and modularize proxy connection code a bit.
Tue, 20 May 2014 04:49:17 +0300 Matti Hamalainen Bump version.
Tue, 20 May 2014 04:44:45 +0300 Matti Hamalainen Use URI form of proxy configuration in the config file as well.