log tools/packed.c @ 2402:b7cd5dd0b82e

age author description
Sun, 12 Jan 2020 20:50:45 +0200 Matti Hamalainen Merge one more change from th-libs args processing.
Thu, 09 Jan 2020 20:47:33 +0200 Matti Hamalainen Fix some format specifiers, was erraneously using DM_PRI*_SIZE_T instead of DM_PRI*64.
Thu, 09 Jan 2020 15:20:23 +0200 Matti Hamalainen Fix some format strings to use proper PRI*_SIZE_T where necessary.
Tue, 03 Sep 2019 10:40:14 +0300 Matti Hamalainen Cosmetics.
Wed, 12 Jun 2019 20:25:06 +0300 Matti Hamalainen Change the error message for unimplemented option argument.
Mon, 29 Apr 2019 14:09:01 +0300 Matti Hamalainen Cleanups.
Thu, 29 Nov 2018 14:08:07 +0200 Matti Hamalainen Improve 'packed' help.
Thu, 29 Nov 2018 14:03:33 +0200 Matti Hamalainen Fix 'packed' help.
Sat, 07 Jul 2018 01:11:22 +0300 Matti Hamalainen Improve dmGetIntVal() to accept an optional negative value boolean flag
Sun, 01 Jul 2018 02:44:23 +0300 Matti Hamalainen Increase the zlib compression buffer size to 1MB to improve the efficiency.
Sat, 09 Jun 2018 17:56:07 +0300 Matti Hamalainen Bring in changes from the th-libs version of commandline argument handling.
Mon, 28 May 2018 15:54:03 +0300 Matti Hamalainen Refactor "packed" utility. This breaks commandline backwards compatibility.
Wed, 22 Nov 2017 01:33:21 +0200 Matti Hamalainen Improve build, so that we can build the tools and tests with minimal
Sun, 05 Nov 2017 02:35:15 +0200 Matti Hamalainen Rename dm_strmatch() to dmStrMatch().
Sun, 05 Nov 2017 02:35:01 +0200 Matti Hamalainen Indentation cosmetic.
Wed, 27 May 2015 01:15:59 +0300 Matti Hamalainen Fix handling of -x option in packed.
Fri, 06 Mar 2015 18:14:03 +0200 Matti Hamalainen Cosmetics.
Thu, 05 Mar 2015 07:37:35 +0200 Matti Hamalainen Use dmMemset().
Wed, 04 Mar 2015 06:11:58 +0200 Matti Hamalainen Add informative message to packed.
Wed, 04 Mar 2015 03:53:22 +0200 Matti Hamalainen Fix '-n' option handling for packed.
Wed, 04 Mar 2015 00:50:53 +0200 Matti Hamalainen More fixes.
Sun, 01 Mar 2015 17:17:52 +0200 Matti Hamalainen Cosmetic.
Sun, 01 Mar 2015 17:03:50 +0200 Matti Hamalainen Remember to set the "compressed" size field for raw nodes too, as we check
Sun, 01 Mar 2015 16:59:00 +0200 Matti Hamalainen Change PACK file format to use 64 bit fileoffsets. Also switch some
Sun, 01 Mar 2015 16:57:50 +0200 Matti Hamalainen Use 64bit file offsets.
Sun, 01 Mar 2015 16:41:01 +0200 Matti Hamalainen Oops, add a missing semicolon.
Sun, 01 Mar 2015 16:39:46 +0200 Matti Hamalainen Change handling of filename field in PACKs.
Sun, 01 Mar 2015 16:27:05 +0200 Matti Hamalainen Implement raw uncompressed data copy.
Sun, 01 Mar 2015 16:26:47 +0200 Matti Hamalainen Cleanup, remove debug code.
Sun, 01 Mar 2015 16:14:03 +0200 Matti Hamalainen Add DMF_COMPRESSED flag to compressed entry node flags.