log

age author description
Sun, 22 Jun 2014 02:45:06 +0300 Matti Hamalainen Remember to free the connection data buffer.
Sun, 22 Jun 2014 02:12:17 +0300 Matti Hamalainen More work on proxy handling.
Sun, 22 Jun 2014 01:25:35 +0300 Matti Hamalainen Use void* instead of uint8_t* in th_growbuf_put_str()
Sun, 22 Jun 2014 00:07:25 +0300 Matti Hamalainen Fix proxy negotiation.
Sat, 21 Jun 2014 23:40:34 +0300 Matti Hamalainen Change type.
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 23:11:36 +0300 Matti Hamalainen More work on growbuf stuff.
Sat, 21 Jun 2014 22:59:53 +0300 Matti Hamalainen Add missing else statement.
Sat, 21 Jun 2014 22:59:36 +0300 Matti Hamalainen Set auth method.
Sat, 21 Jun 2014 22:58:31 +0300 Matti Hamalainen Use common exit codepath.
Sat, 21 Jun 2014 22:44:56 +0300 Matti Hamalainen More functions for growbuf.
Sat, 21 Jun 2014 21:12:27 +0300 Matti Hamalainen Use dynamic allocation for one buffer.
Sat, 21 Jun 2014 20:42:06 +0300 Matti Hamalainen Remove th_growbuf, move to th_util.
Sat, 21 Jun 2014 20:22:49 +0300 Matti Hamalainen Improved API.
Sat, 21 Jun 2014 20:01:36 +0300 Matti Hamalainen Remove old string growbuf code.
Sat, 21 Jun 2014 19:59:54 +0300 Matti Hamalainen Add a new module for growing buffers.
Sat, 21 Jun 2014 06:39:04 +0300 Matti Hamalainen Cleanups and a breaking API change.
Sat, 21 Jun 2014 05:59:29 +0300 Matti Hamalainen Return real error values.
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.
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 05:28:52 +0300 Matti Hamalainen Use plain memset().
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().
Sat, 24 May 2014 21:44:36 +0300 Matti Hamalainen Add log level enums.
Thu, 22 May 2014 03:29:08 +0300 Matti Hamalainen Add error handling stuff.
Wed, 21 May 2014 22:31:10 +0300 Matti Hamalainen Cosmetics.
Wed, 21 May 2014 21:52:16 +0300 Matti Hamalainen Bump copyright year.
Wed, 21 May 2014 21:40:40 +0300 Matti Hamalainen Make th_llist_delete_node_fast() public.
Wed, 21 May 2014 20:55:54 +0300 Matti Hamalainen Cosmetics.
Wed, 21 May 2014 20:55:51 +0300 Matti Hamalainen Move C++ guard.
Tue, 20 May 2014 04:27:30 +0300 Matti Hamalainen Add new function th_strdup_trim().
Sat, 17 May 2014 22:39:37 +0300 Matti Hamalainen Add new function th_strrcasecmp().
Sat, 17 May 2014 22:39:27 +0300 Matti Hamalainen Slight adjustments.
Sat, 17 May 2014 22:39:06 +0300 Matti Hamalainen Bump copyrights.
Thu, 09 Jan 2014 23:41:59 +0200 Matti Hamalainen Added signature for changeset 60b0f85d6e1a
Thu, 09 Jan 2014 23:41:47 +0200 Matti Hamalainen Bump copyright year.
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.