log th_ioctx.h @ 693:a622d21833e1

age author description
Mon, 09 Mar 2020 18:54:37 +0200 Matti Hamalainen Implement fopen() in mem ioctx, and simplistic read-only/write flag support.
Fri, 06 Mar 2020 00:16:30 +0200 Matti Hamalainen Add functions thfopen(ctx) and thfclose(ctx) to th_ioctx.
Sat, 29 Feb 2020 12:14:41 +0200 Matti Hamalainen Oops, fix the return type of thfread_str() and thfwrite_str().
Tue, 25 Feb 2020 06:15:08 +0200 Matti Hamalainen Add MemIO ioctx functionality.
Sat, 25 Jan 2020 13:36:15 +0200 Matti Hamalainen Doxygen fixes.
Sat, 25 Jan 2020 13:05:11 +0200 Matti Hamalainen Remove th_io_free(), merge the functionality to th_io_close(). Add flags
Fri, 17 Jan 2020 03:18:40 +0200 Matti Hamalainen Slight improvements to the almost non-existing Doxygen documentation.
Thu, 09 Jan 2020 18:27:48 +0200 Matti Hamalainen Define a helper macro for __attribute__ ((__format__ (__printf__, 2, 3)))
Thu, 09 Jan 2020 13:36:41 +0200 Matti Hamalainen Add __attribute__(__format__ ..) specifiers for functions that use printf() style format specifiers.
Fri, 03 Jan 2020 10:53:55 +0200 Matti Hamalainen Bump copyright years.
Thu, 26 Dec 2019 13:07:09 +0200 Matti Hamalainen Change return value of th_io_error() and th_io_error_v() to int, and return the error code.
Thu, 10 Jan 2019 20:01:38 +0200 Matti Hamalainen Bump copyright years.
Mon, 09 Jul 2018 08:06:45 +0300 Matti Hamalainen Improve ioctx API. This breaks backwards compatibility of th_io_fopen().
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
Tue, 02 Jan 2018 22:57:02 +0200 Matti Hamalainen Bump copyright years.
Tue, 02 Jan 2018 22:56:03 +0200 Matti Hamalainen Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase.
Wed, 10 May 2017 21:00:37 +0300 Matti Hamalainen Begin adding Doxygen documentation for some things. Very rudimentary, and
Sun, 01 Jan 2017 01:59:49 +0200 Matti Hamalainen Bump copyrights.
Mon, 15 Feb 2016 06:05:42 +0200 Matti Hamalainen Oops, using "errno" as io_ctx struct member causes problems on some
Sun, 14 Feb 2016 07:53:18 +0200 Matti Hamalainen Rename some functions for consistency.
Sun, 14 Feb 2016 05:12:44 +0200 Matti Hamalainen Don't use macro expansion in the th_ctx.h header file for generating the
Fri, 12 Feb 2016 05:51:27 +0200 Matti Hamalainen Cosmetics.
Fri, 12 Feb 2016 03:00:19 +0200 Matti Hamalainen Change io context API. Again.
Fri, 12 Feb 2016 02:49:21 +0200 Matti Hamalainen More work on th_ioctx stuff and wrappers.
Thu, 11 Feb 2016 23:14:54 +0200 Matti Hamalainen Add th_io_fopen() helper function.
Thu, 11 Feb 2016 22:27:56 +0200 Matti Hamalainen Refactor I/O contexts. Breaks API and all that.
Sun, 22 Jun 2014 07:23:54 +0300 Matti Hamalainen Cosmetics.
Wed, 21 May 2014 20:55:54 +0300 Matti Hamalainen Cosmetics.
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:21:14 +0200 Matti Hamalainen Added new module, a simple I/O context helper.