log th_network.h @ 722:4ca6a3b30fe8

age author description
Sat, 02 Jan 2021 11:35:54 +0200 Matti Hamalainen Bump copyright years.
Mon, 27 Jan 2020 00:38:46 +0200 Matti Hamalainen Remove useless #includes.
Mon, 27 Jan 2020 00:38:40 +0200 Matti Hamalainen Doxygen fixes.
Sat, 25 Jan 2020 13:36:15 +0200 Matti Hamalainen Doxygen fixes.
Thu, 09 Jan 2020 18:27:48 +0200 Matti Hamalainen Define a helper macro for __attribute__ ((__format__ (__printf__, 2, 3)))
Thu, 09 Jan 2020 13:36:41 +0200 Matti Hamalainen Add __attribute__(__format__ ..) specifiers for functions that use printf() style format specifiers.
Fri, 03 Jan 2020 10:53:55 +0200 Matti Hamalainen Bump copyright years.
Thu, 10 Jan 2019 20:01:38 +0200 Matti Hamalainen Bump copyright years.
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.
Sun, 01 Jan 2017 01:59:49 +0200 Matti Hamalainen Bump copyrights.
Wed, 17 Feb 2016 14:22:33 +0200 Matti Hamalainen Remember to include th_datastruct.h where needed.
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.
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.
Sun, 22 Jun 2014 07:23:54 +0300 Matti Hamalainen Cosmetics.
Sun, 22 Jun 2014 02:12:17 +0300 Matti Hamalainen More work on proxy handling.
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 06:39:04 +0300 Matti Hamalainen Cleanups and a breaking API change.
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.