log th_config.c @ 693:a622d21833e1

age author description
Sat, 25 Jan 2020 14:06:01 +0200 Matti Hamalainen Doxygenization.
Sun, 05 Jan 2020 23:56:22 +0200 Matti Hamalainen Be consistent about not using \n at end of th_io_error() messages.
Sat, 04 Jan 2020 16:49:25 +0200 Matti Hamalainen Clean up the parser a bit. Also return valid error value when an error
Fri, 03 Jan 2020 10:53:55 +0200 Matti Hamalainen Bump copyright years.
Thu, 26 Dec 2019 13:34:19 +0200 Matti Hamalainen Fix parsing and writing of strings with simple escape sequences in config files.
Thu, 26 Dec 2019 13:17:32 +0200 Matti Hamalainen Fix item key search .. managed to break that previously.
Thu, 26 Dec 2019 13:05:40 +0200 Matti Hamalainen Cleanups.
Thu, 26 Dec 2019 09:45:41 +0200 Matti Hamalainen Return proper THERR_* error codes from th_config functions, at least for some parts.
Thu, 26 Dec 2019 08:26:10 +0200 Matti Hamalainen Bump copyrights.
Thu, 26 Dec 2019 08:13:42 +0200 Matti Hamalainen Oops, accidentally committed some debug code.
Thu, 26 Dec 2019 08:10:54 +0200 Matti Hamalainen Some cleanup work and refactoring on the configuration file parser and writer.
Thu, 26 Dec 2019 06:34:48 +0200 Matti Hamalainen Fix the functionality of th_cfg_find().
Wed, 25 Dec 2019 11:42:43 +0200 Matti Hamalainen Cleanup.
Wed, 25 Dec 2019 11:05:15 +0200 Matti Hamalainen Change hexvalue type to unsigned.
Wed, 25 Dec 2019 11:00:51 +0200 Matti Hamalainen Change int th_get_hex_triplet(const char *str) API to
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
Tue, 02 Jan 2018 22:56:03 +0200 Matti Hamalainen Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase.
Thu, 19 Oct 2017 17:18:29 +0300 Matti Hamalainen Fix th_pstrcpy() call to th_pstr_cpy()
Thu, 12 Oct 2017 17:12:50 +0300 Matti Hamalainen Get rid of trailing whitespace.
Thu, 11 Feb 2016 23:41:26 +0200 Matti Hamalainen Improve error handling in th_config.
Thu, 11 Feb 2016 22:59:30 +0200 Matti Hamalainen Fix th_config for new th_ioctx API.
Sun, 01 Mar 2015 15:59:36 +0200 Matti Hamalainen Cleanup.
Thu, 19 Feb 2015 17:03:00 +0200 Matti Hamalainen Adding floating point configuration item support.
Thu, 19 Feb 2015 15:57:38 +0200 Matti Hamalainen Cleanups.
Wed, 18 Feb 2015 21:13:52 +0200 Matti Hamalainen Use th_get_boolean() in configuration parser.
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 00:33:41 +0200 Matti Hamalainen Use th_llist for th_config module as well instead of duped linked list
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.