log src/dmres.c @ 2260:972d56ad2b78

age author description
Mon, 17 Jun 2019 00:49:21 +0300 Matti Hamalainen Do closedir() in dmResourcesLoadDirectory(), even when under Win32.
Wed, 08 May 2019 13:57:34 +0300 Matti Hamalainen Silence a warning when building without PACKFS support.
Wed, 08 May 2019 13:56:10 +0300 Matti Hamalainen Clean out the resource path handling.
Mon, 25 Feb 2019 12:43:08 +0200 Matti Hamalainen Use helper functions for resource lib mutex locking.
Fri, 29 Jun 2018 01:15:30 +0300 Matti Hamalainen Oooops .. fix a memory leak in dmvfprintf() :S That was a bad one.
Fri, 29 Jun 2018 00:26:13 +0300 Matti Hamalainen Fix a silly memory leak in stdio support of DMResource, also fix a related
Mon, 25 Jun 2018 13:24:50 +0300 Matti Hamalainen Implement resource helper functions dmfprintf() and dmvfprintf().
Mon, 25 Jun 2018 13:22:39 +0300 Matti Hamalainen Fix dmfputs(), it was writing the end NUL byte of given string.
Mon, 14 May 2018 12:40:57 +0300 Matti Hamalainen Implement dmfputs() in DMResource subsystem.
Mon, 14 May 2018 11:45:33 +0300 Matti Hamalainen Cleanups.
Mon, 14 May 2018 11:20:05 +0300 Matti Hamalainen Rename dmf_create_*() functions to dmf_open_*().
Fri, 18 Aug 2017 02:15:51 +0300 Matti Hamalainen Improve fgets() implementation in dmres.
Mon, 03 Oct 2016 09:19:40 +0300 Matti Hamalainen Clarify certain initialization failure situations.
Fri, 06 Mar 2015 13:38:53 +0200 Matti Hamalainen Cosmetics.
Thu, 05 Mar 2015 07:37:35 +0200 Matti Hamalainen Use dmMemset().
Thu, 05 Mar 2015 05:00:50 +0200 Matti Hamalainen Add extra debugging to resource node de-allocation by checking refcount
Thu, 05 Mar 2015 04:59:40 +0200 Matti Hamalainen Fix use-after-free case.
Thu, 05 Mar 2015 02:35:21 +0200 Matti Hamalainen Use DM_WINDOWS check here instead of _WIN32.
Wed, 04 Mar 2015 04:38:39 +0200 Matti Hamalainen Cosmetics.
Wed, 04 Mar 2015 04:37:58 +0200 Matti Hamalainen Rename some dmzlib functions and add context init/close functions.
Wed, 04 Mar 2015 00:40:15 +0200 Matti Hamalainen Hmm .. back out the Sint64 changes for now.
Tue, 03 Mar 2015 23:54:38 +0200 Matti Hamalainen Fix use of DM_FSEEK64().
Tue, 03 Mar 2015 23:22:36 +0200 Matti Hamalainen Cosmetics pass: Remove excess whitespace.
Mon, 02 Mar 2015 20:16:43 +0200 Matti Hamalainen Cleanups for file endianess read/write helper functions.
Mon, 02 Mar 2015 20:10:44 +0200 Matti Hamalainen Cosmetic.
Mon, 02 Mar 2015 20:10:36 +0200 Matti Hamalainen Constify.
Mon, 02 Mar 2015 04:46:34 +0200 Matti Hamalainen Also initialize DMZLibContext.inBufferStart where needed.
Mon, 02 Mar 2015 04:13:56 +0200 Matti Hamalainen Rename dmzlib structure members.
Sun, 01 Mar 2015 22:58:55 +0200 Matti Hamalainen Oops, remove debugging code.
Sun, 01 Mar 2015 22:06:58 +0200 Matti Hamalainen Corner case fix in resource preloading.
Sun, 01 Mar 2015 22:01:05 +0200 Matti Hamalainen Typofix.
Sun, 01 Mar 2015 18:31:29 +0200 Matti Hamalainen Cleanups.
Sun, 01 Mar 2015 18:13:01 +0200 Matti Hamalainen Finishing touches to the DM_DEBUG stuff.
Sun, 01 Mar 2015 18:03:08 +0200 Matti Hamalainen Add special debug error message function/macro that can be
Sun, 01 Mar 2015 17:47:50 +0200 Matti Hamalainen Improve error message.
Sun, 01 Mar 2015 17:47:35 +0200 Matti Hamalainen Sanitize resource data freeing.
Sun, 01 Mar 2015 17:17:52 +0200 Matti Hamalainen Cosmetic.
Sun, 01 Mar 2015 17:17:36 +0200 Matti Hamalainen Work on resource handling.
Sun, 01 Mar 2015 17:00:17 +0200 Matti Hamalainen Oops, 100L.
Sun, 01 Mar 2015 16:57:50 +0200 Matti Hamalainen Use 64bit file offsets.
Sun, 01 Mar 2015 16:39:59 +0200 Matti Hamalainen Cosmetics.
Sun, 01 Mar 2015 04:47:43 +0200 Matti Hamalainen Add DMF_COMPRESSED flag for resource nodes and support for raw data nodes.
Sun, 01 Mar 2015 04:46:41 +0200 Matti Hamalainen Comments.
Sun, 01 Mar 2015 04:46:23 +0200 Matti Hamalainen Error handling consistency.
Sun, 01 Mar 2015 04:45:23 +0200 Matti Hamalainen Rename variables for consistency.
Sun, 01 Mar 2015 03:58:05 +0200 Matti Hamalainen Rename label.
Sun, 01 Mar 2015 02:39:18 +0200 Matti Hamalainen Move and rename a constant define.
Sat, 28 Feb 2015 05:43:31 +0200 Matti Hamalainen Some work towards dmzlib decompression support for resources.
Sat, 28 Feb 2015 04:24:13 +0200 Matti Hamalainen Indentation cosmetic.
Fri, 27 Feb 2015 03:58:25 +0200 Matti Hamalainen Add error code parameter to dmError() and dmErrorVA().
Tue, 03 Feb 2015 20:58:34 +0200 Matti Hamalainen Assume we always have 64bit type.
Thu, 01 Jan 2015 09:23:03 +0200 Matti Hamalainen Update copyrights.
Fri, 16 May 2014 03:22:39 +0300 Matti Hamalainen Move library source under src/ subdirectory. base dmres.c@820750d12fa0