log

age author description
Sun, 07 Dec 2014 20:49:10 +0200 Matti Hamalainen Implement terminal width.
Sat, 22 Nov 2014 23:37:44 +0200 Matti Hamalainen Revise the argument handling API. Breaks compatibility.
Mon, 13 Oct 2014 06:36:15 +0300 Matti Hamalainen Rename a variable.
Mon, 13 Oct 2014 06:35:53 +0300 Matti Hamalainen Cosmetics, comments.
Fri, 26 Sep 2014 01:52:14 +0300 Matti Hamalainen Another fix in the option handling.
Thu, 25 Sep 2014 03:47:48 +0300 Matti Hamalainen Oops, fix the new option handling options.
Thu, 25 Sep 2014 03:37:08 +0300 Matti Hamalainen Improve argument handling module.
Thu, 25 Sep 2014 03:18:27 +0300 Matti Hamalainen Clean up th_args API.
Wed, 24 Sep 2014 23:45:39 +0300 Matti Hamalainen Add "crypto" module, only silly MD5 calculation in it now.
Wed, 24 Sep 2014 20:01:13 +0300 Matti Hamalainen Rename functions.
Fri, 11 Jul 2014 18:22:52 +0300 Matti Hamalainen Fix reallocation.
Fri, 04 Jul 2014 02:18:26 +0300 Matti Hamalainen Network API changes due to preparation for fixes in proxy support.
Mon, 23 Jun 2014 16:59:36 +0300 Matti Hamalainen Improve error handling.
Mon, 23 Jun 2014 16:14:12 +0300 Matti Hamalainen Add some informative messages to SOCKS 5 authentication steps.
Sun, 22 Jun 2014 07:23:54 +0300 Matti Hamalainen Cosmetics.
Sun, 22 Jun 2014 07:06:46 +0300 Matti Hamalainen Cosmetics.
Sun, 22 Jun 2014 06:20:26 +0300 Matti Hamalainen Fix long option parsing. I wonder how long that has been broken.
Sun, 22 Jun 2014 06:20:03 +0300 Matti Hamalainen Fix host handling.
Sun, 22 Jun 2014 03:34:00 +0300 Matti Hamalainen Use th_malloc0() where appropriate.
Sun, 22 Jun 2014 02:49:17 +0300 Matti Hamalainen Oops, remove a lingering #endif.
Sun, 22 Jun 2014 02:48:33 +0300 Matti Hamalainen Various bugfixes in proxy handling.
Sun, 22 Jun 2014 02:45:06 +0300 Matti Hamalainen Remember to free the connection data buffer.
Sun, 22 Jun 2014 02:12:17 +0300 Matti Hamalainen More work on proxy handling.
Sun, 22 Jun 2014 01:25:35 +0300 Matti Hamalainen Use void* instead of uint8_t* in th_growbuf_put_str()
Sun, 22 Jun 2014 00:07:25 +0300 Matti Hamalainen Fix proxy negotiation.
Sat, 21 Jun 2014 23:40:34 +0300 Matti Hamalainen Change type.
Sat, 21 Jun 2014 23:31:54 +0300 Matti Hamalainen More work on network module.
Sat, 21 Jun 2014 23:19:57 +0300 Matti Hamalainen More work on network module.
Sat, 21 Jun 2014 23:11:36 +0300 Matti Hamalainen More work on growbuf stuff.
Sat, 21 Jun 2014 22:59:53 +0300 Matti Hamalainen Add missing else statement.