log

age author description
Wed, 20 Jan 2016 16:40:05 +0200 Matti Hamalainen Initial import of th_file module.
Wed, 20 Jan 2016 16:25:23 +0200 Matti Hamalainen Define TH_PLAT_{WINDOWS,UNIX} depending on the platform we are on.
Tue, 31 Mar 2015 11:26:26 +0300 Matti Hamalainen Add checks for WIN64.
Tue, 03 Mar 2015 00:49:43 +0200 Matti Hamalainen Use TH_PRIx_SIZE_T here.
Mon, 02 Mar 2015 22:43:23 +0200 Matti Hamalainen Cosmetic.
Mon, 02 Mar 2015 22:43:15 +0200 Matti Hamalainen Remove defines that were meant to cause errors when ancient versions of
Mon, 02 Mar 2015 22:42:38 +0200 Matti Hamalainen Remove TH_HAVE_64BIT checks. Just assume we do have it.
Mon, 02 Mar 2015 01:46:31 +0200 Matti Hamalainen Adjust program banner printing.
Sun, 01 Mar 2015 15:59:36 +0200 Matti Hamalainen Cleanup.
Sun, 01 Mar 2015 05:35:15 +0200 Matti Hamalainen Rename some variables.
Sun, 01 Mar 2015 05:34:48 +0200 Matti Hamalainen Comments, cosmetics.
Mon, 23 Feb 2015 15:45:12 +0200 Matti Hamalainen Fix handling of option arguments.
Thu, 19 Feb 2015 17:03:00 +0200 Matti Hamalainen Adding floating point configuration item support.
Thu, 19 Feb 2015 15:59:42 +0200 Matti Hamalainen Merged.
Thu, 19 Feb 2015 15:57:38 +0200 Matti Hamalainen Cleanups.
Wed, 18 Feb 2015 21:44:28 +0200 Matti Hamalainen Add on/off to valid boolean values.
Wed, 18 Feb 2015 21:13:52 +0200 Matti Hamalainen Use th_get_boolean() in configuration parser.
Wed, 18 Feb 2015 21:13:44 +0200 Matti Hamalainen Add th_get_boolean() function.
Wed, 18 Feb 2015 13:28:29 +0200 Matti Hamalainen Use TH_PRIu_SIZE_T for size_t printing.
Wed, 18 Feb 2015 13:28:18 +0200 Matti Hamalainen Initialize line number field in ioctx to 1.
Tue, 10 Feb 2015 13:48:19 +0200 Matti Hamalainen Add hgignore.
Tue, 10 Feb 2015 13:47:44 +0200 Matti Hamalainen Add few error codes.
Mon, 09 Feb 2015 18:52:56 +0200 Matti Hamalainen Actually, move th_print_wrap() to th_string module.
Mon, 09 Feb 2015 18:41:00 +0200 Matti Hamalainen Make th_print_wrap() function public and move the code to th_util.
Mon, 09 Feb 2015 04:18:18 +0200 Matti Hamalainen Simplify.
Sat, 07 Feb 2015 02:55:54 +0200 Matti Hamalainen Rename a constant.
Sat, 07 Feb 2015 01:39:20 +0200 Matti Hamalainen Merged.
Sat, 07 Feb 2015 01:37:58 +0200 Matti Hamalainen Rename qringbuf_t to th_ringbuf_t.
Sat, 07 Feb 2015 01:37:11 +0200 Matti Hamalainen Add new utility function for linked lists, th_llist_free_func_node().
Sat, 07 Feb 2015 00:33:41 +0200 Matti Hamalainen Use th_llist for th_config module as well instead of duped linked list
Sat, 07 Feb 2015 00:33:16 +0200 Matti Hamalainen Cosmetic.
Sat, 07 Feb 2015 00:19:43 +0200 Matti Hamalainen Move header includes before C++ guard.
Fri, 06 Feb 2015 23:04:08 +0200 Matti Hamalainen Rename qlist_t doubly linked list structure to th_llist_t.
Wed, 28 Jan 2015 08:06:02 +0200 Matti Hamalainen Add '-' to allowed configuration key names.
Wed, 07 Jan 2015 20:21:27 +0200 Matti Hamalainen More portability stuff. :|
Wed, 07 Jan 2015 17:04:31 +0200 Matti Hamalainen Mostly cosmetic changes.
Wed, 07 Jan 2015 16:56:29 +0200 Matti Hamalainen Update copyright year.
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:27 +0200 Matti Hamalainen Merge.
Thu, 01 Jan 2015 09:22:08 +0200 Matti Hamalainen Update copyrights.
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.