log

age author description
Sat, 21 Dec 2013 00:20:32 +0200 Matti Hamalainen Added signature for changeset 50006067bcd1
Thu, 17 Oct 2013 08:54:22 +0300 Matti Hamalainen Add new function, th_cfg_find().
Sat, 04 May 2013 03:39:41 +0300 Matti Hamalainen Oops, th_alloc() -> th_malloc().
Sat, 04 May 2013 03:38:55 +0300 Matti Hamalainen Add th_strndup().
Sat, 04 May 2013 03:38:41 +0300 Matti Hamalainen Cosmetics.
Sat, 04 May 2013 03:37:21 +0300 Matti Hamalainen Remove th_strncpy().
Thu, 28 Feb 2013 09:59:23 +0200 Matti Hamalainen Add some comments.
Sat, 05 Jan 2013 13:42:09 +0200 Matti Hamalainen Update copyright year.
Tue, 11 Dec 2012 15:32:42 +0200 Matti Hamalainen Oops, sizeof(x) vs sizeof(*x). Fixed.
Tue, 11 Dec 2012 15:32:23 +0200 Matti Hamalainen Add a missing include.
Sun, 18 Nov 2012 23:12:47 +0200 Matti Hamalainen Branch merge.
Sun, 18 Nov 2012 23:12:33 +0200 Matti Hamalainen Using strncmp() for long argument comparision with length of the
Thu, 15 Nov 2012 19:52:09 +0200 Matti Hamalainen Break I/O context API, add function pointers to init/open/new functions.
Thu, 15 Nov 2012 19:44:59 +0200 Matti Hamalainen Oops, the I/O context initialization was memsetting &pointer instead of
Thu, 15 Nov 2012 19:32:00 +0200 Matti Hamalainen Refactor configuration file handling module rather thoroughly. The API is
Thu, 15 Nov 2012 19:22:42 +0200 Matti Hamalainen Cosmetics.
Thu, 15 Nov 2012 19:22:06 +0200 Matti Hamalainen Added a new memory allocator function, th_malloc0(size), which is the same as calloc(1, size).
Thu, 15 Nov 2012 19:21:14 +0200 Matti Hamalainen Added new module, a simple I/O context helper.
Mon, 12 Nov 2012 20:54:03 +0200 Matti Hamalainen Update copyrights.
Fri, 02 Nov 2012 22:19:40 +0200 Matti Hamalainen Fix the previously implemented functions .. urgh.
Fri, 02 Nov 2012 22:16:31 +0200 Matti Hamalainen Cleanups.
Fri, 02 Nov 2012 22:16:20 +0200 Matti Hamalainen Add th_{read,write}_byte() convenience functions.
Thu, 20 Sep 2012 00:00:16 +0300 Matti Hamalainen Oops, 10L.
Wed, 19 Sep 2012 23:56:06 +0300 Matti Hamalainen Merged.
Wed, 19 Sep 2012 23:55:44 +0300 Matti Hamalainen Change some internals.
Wed, 15 Aug 2012 14:15:51 +0300 Matti Hamalainen Sync.
Wed, 06 Jun 2012 16:52:37 +0300 Matti Hamalainen Add braces, mostly cosmetic.
Sun, 27 May 2012 10:32:29 +0300 Matti Hamalainen Bump copyright year.
Sat, 26 May 2012 08:56:01 +0300 Matti Hamalainen Fix a memory leak in th_strdup_vprintf()
Sat, 26 May 2012 03:47:07 +0300 Matti Hamalainen Adjust the foreach linked list functions a bit.
Sat, 26 May 2012 02:25:27 +0300 Matti Hamalainen Add new linked list handling functions: th_llist_foreach() and th_llist_foreach_cond()
Sat, 26 May 2012 01:04:12 +0300 Matti Hamalainen Add th_llist_append_node() and th_llist_prepend_node() to public header.
Sun, 09 Oct 2011 23:03:40 +0300 Matti Hamalainen Byteorder changes.
Sun, 09 Oct 2011 22:37:58 +0300 Matti Hamalainen Change byteorder support. Now TH_BYTEORDER must be defined to either
Mon, 03 Oct 2011 18:39:31 +0300 Matti Hamalainen Sync changes.
Mon, 03 Oct 2011 15:40:54 +0300 Matti Hamalainen Change how "config.h" is included, etc.
Mon, 03 Oct 2011 15:39:42 +0300 Matti Hamalainen Cosmetics.
Mon, 03 Oct 2011 15:39:13 +0300 Matti Hamalainen Constify.
Mon, 03 Oct 2011 15:38:53 +0300 Matti Hamalainen Change some structure member names in optarg_t.
Mon, 03 Oct 2011 15:37:53 +0300 Matti Hamalainen Separate program "banner" printing from th_args_help() to th_print_banner().
Mon, 03 Oct 2011 00:28:55 +0300 Matti Hamalainen More cosmetics.
Mon, 03 Oct 2011 00:21:32 +0300 Matti Hamalainen Cosmetics.
Mon, 03 Oct 2011 00:20:48 +0300 Matti Hamalainen Reindent and cosmetic cleanups.
Mon, 03 Oct 2011 00:05:43 +0300 Matti Hamalainen Update copyright year.
Sun, 02 Oct 2011 23:58:42 +0300 Matti Hamalainen Cosmetic cleanups.
Sun, 02 Oct 2011 23:57:09 +0300 Matti Hamalainen Cosmetic cleanups.
Thu, 23 Jun 2011 11:11:55 +0300 Matti Hamalainen Oops, forgot a debug fprintf() in. Fixed.
Thu, 23 Jun 2011 11:09:23 +0300 Matti Hamalainen Fix th_strdup_vprintf(), another misuse of va_list without making a copy of it... :(
Thu, 23 Jun 2011 11:08:59 +0300 Matti Hamalainen Remove some useless assert()s.
Thu, 23 Jun 2011 11:08:35 +0300 Matti Hamalainen Make th_growbuf() public.
Thu, 23 Jun 2011 11:07:16 +0300 Matti Hamalainen Prettify writing of string lists in config files.
Sat, 11 Jun 2011 12:52:57 +0300 Matti Hamalainen Sync.
Sat, 11 Jun 2011 05:05:22 +0300 Matti Hamalainen Use strcpy() instead of strcat() in th_vputs().
Sat, 11 Jun 2011 05:05:11 +0300 Matti Hamalainen Fix an annoying bug in th_growbuf().
Sat, 11 Jun 2011 05:04:39 +0300 Matti Hamalainen Add helper functions th_pstr_vprintf() and th_pstr_printf().
Sat, 11 Jun 2011 05:03:58 +0300 Matti Hamalainen th_vputs() and th_vputch() now return a boolean value, TRUE if operation was successful, FALSE if it failed. If result was FALSE, the buffer pointer may now be NULL.
Sat, 11 Jun 2011 05:01:38 +0300 Matti Hamalainen Change how ringbuffer actually works to be more sensible.
Sat, 11 Jun 2011 05:01:14 +0300 Matti Hamalainen Cosmetics.
Sat, 11 Jun 2011 05:00:43 +0300 Matti Hamalainen Comment.
Sat, 11 Jun 2011 05:00:23 +0300 Matti Hamalainen Make ringbuffer deallocator function call only happen if data pointer is != NULL