log th_util.c @ 125:0ac59c798773

age author description
Sun, 22 Jun 2014 03:34:00 +0300 Matti Hamalainen Use th_malloc0() where appropriate.
Sun, 22 Jun 2014 01:25:35 +0300 Matti Hamalainen Use void* instead of uint8_t* in th_growbuf_put_str()
Sat, 21 Jun 2014 23:11:36 +0300 Matti Hamalainen More work on growbuf stuff.
Sat, 21 Jun 2014 22:44:56 +0300 Matti Hamalainen More functions for growbuf.
Sat, 21 Jun 2014 20:42:06 +0300 Matti Hamalainen Remove th_growbuf, move to th_util.
Tue, 27 May 2014 07:28:59 +0300 Matti Hamalainen Rename th_get_errno() to th_get_error(), it's more appropriate since it does
Sun, 25 May 2014 01:01:31 +0300 Matti Hamalainen Add th_errno_to_error().
Sun, 25 May 2014 01:01:13 +0300 Matti Hamalainen Remove th_memset().
Thu, 22 May 2014 03:29:08 +0300 Matti Hamalainen Add error handling stuff.
Wed, 21 May 2014 21:40:40 +0300 Matti Hamalainen Make th_llist_delete_node_fast() public.
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).
Mon, 12 Nov 2012 20:54:03 +0200 Matti Hamalainen Update copyrights.
Fri, 02 Nov 2012 22:16:31 +0200 Matti Hamalainen Cleanups.
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.
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.
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:37:53 +0300 Matti Hamalainen Separate program "banner" printing from th_args_help() to th_print_banner().
Sun, 02 Oct 2011 23:58:42 +0300 Matti Hamalainen Cosmetic cleanups.
Sat, 11 Jun 2011 12:52:57 +0300 Matti Hamalainen Sync.
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
Thu, 09 Jun 2011 17:33:18 +0300 Matti Hamalainen Add ringbuffer implementation.
Tue, 02 Nov 2010 23:22:44 +0200 Matti Hamalainen Sync.
Fri, 01 Jan 2010 05:43:28 +0200 Matti Hamalainen Cleanups.
Mon, 20 Apr 2009 00:01:43 +0300 Matti Hamalainen Updates.
Wed, 26 Nov 2008 22:17:02 +0200 Matti Hamalainen Updates.
Wed, 26 Mar 2008 05:10:20 +0200 Matti Hamalainen Move defaults to header file.
Wed, 26 Mar 2008 04:41:58 +0200 Matti Hamalainen Initial import into Mercurial repository. Discarding old cvs/svn history