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.