log src/dmres.c @ 2444:fd31b5d1ed5e

age author description
Mon, 09 Mar 2020 22:29:29 +0200 Matti Hamalainen Add few comments.
Tue, 25 Feb 2020 07:26:40 +0200 Matti Hamalainen Fix and improvements to dmres MemIO subsystem.
Mon, 13 Jan 2020 23:27:01 +0200 Matti Hamalainen Remove useless dmMemset().
Thu, 09 Jan 2020 20:59:20 +0200 Matti Hamalainen Copy improvements to the platform 32/64bit logic from th-libs.
Thu, 09 Jan 2020 15:20:23 +0200 Matti Hamalainen Fix some format strings to use proper PRI*_SIZE_T where necessary.
Mon, 17 Jun 2019 00:57:02 +0300 Matti Hamalainen The return value of dmResourceRef() and dmResourceUnref() had a possibility
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.