log th_network.c @ 457:85fa3d333556

age author description
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
Tue, 02 Jan 2018 22:57:02 +0200 Matti Hamalainen Bump copyright years.
Tue, 02 Jan 2018 22:56:03 +0200 Matti Hamalainen Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase.
Thu, 12 Oct 2017 17:12:50 +0300 Matti Hamalainen Get rid of trailing whitespace.
Fri, 15 Sep 2017 04:49:57 +0300 Matti Hamalainen Silence a GCC 7+ warning about switch case fallthrough.
Sun, 01 Jan 2017 01:59:49 +0200 Matti Hamalainen Bump copyrights.
Thu, 28 Jul 2016 14:15:49 +0300 Matti Hamalainen Typo fix.
Thu, 03 Mar 2016 14:13:31 +0200 Matti Hamalainen Rename TH_PRI{u,d,x}* macros to match with standard ISO C99 inttypes.h PRI*.
Thu, 11 Feb 2016 16:09:12 +0200 Matti Hamalainen Use TH_PLAT_WINDOWS define for #ifdef logic.
Thu, 11 Feb 2016 16:08:12 +0200 Matti Hamalainen Bump copyright.
Thu, 11 Feb 2016 16:07:33 +0200 Matti Hamalainen Cosmetics.
Tue, 03 Mar 2015 00:49:43 +0200 Matti Hamalainen Use TH_PRIx_SIZE_T here.
Fri, 06 Feb 2015 23:04:08 +0200 Matti Hamalainen Rename qlist_t doubly linked list structure to th_llist_t.
Wed, 07 Jan 2015 20:21:27 +0200 Matti Hamalainen More portability stuff. :|
Wed, 07 Jan 2015 16:54:03 +0200 Matti Hamalainen Portability fix.
Mon, 05 Jan 2015 22:39:50 +0200 Matti Hamalainen Portability fixes.
Thu, 01 Jan 2015 09:22:08 +0200 Matti Hamalainen Update copyrights.
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 06:20:03 +0300 Matti Hamalainen Fix host handling.
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 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 22:59:53 +0300 Matti Hamalainen Add missing else statement.
Sat, 21 Jun 2014 22:59:36 +0300 Matti Hamalainen Set auth method.
Sat, 21 Jun 2014 22:58:31 +0300 Matti Hamalainen Use common exit codepath.
Sat, 21 Jun 2014 06:39:04 +0300 Matti Hamalainen Cleanups and a breaking API change.
Sat, 21 Jun 2014 05:59:29 +0300 Matti Hamalainen Return real error values.
Sat, 21 Jun 2014 05:11:06 +0300 Matti Hamalainen Change connection creation API to specify incoming buffer size.
Sat, 21 Jun 2014 02:41:29 +0300 Matti Hamalainen New TCP network module, rather simple and only useful for client applications now.