log src/dmres.c @ 2261:e286454d305f

age author description
Mon, 17 Jun 2019 00:55:07 +0300 Matti Hamalainen Cosmetics.
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.