log tools/packed.c @ 1977:33c29e7d1861

age author description
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.
Sun, 01 Mar 2015 16:08:53 +0200 Matti Hamalainen Remove practically dead line of code.
Sun, 01 Mar 2015 16:08:36 +0200 Matti Hamalainen Add option for setting the zlib compression level.
Sun, 01 Mar 2015 16:07:45 +0200 Matti Hamalainen Clean up the pack file node adding/extracting.
Sun, 01 Mar 2015 16:05:50 +0200 Matti Hamalainen Comments, cosmetics.
Sun, 01 Mar 2015 16:02:46 +0200 Matti Hamalainen Use dmMalloc0() instead of dmCalloc(1, ...)
Sun, 01 Mar 2015 16:00:55 +0200 Matti Hamalainen Oops, missed this from a previous commit. :S
Sun, 01 Mar 2015 15:55:32 +0200 Matti Hamalainen Cleanup.
Sun, 01 Mar 2015 15:55:13 +0200 Matti Hamalainen Oops .. the file exclusion option wasn't working correctly due to a silly
Sun, 01 Mar 2015 15:53:14 +0200 Matti Hamalainen Cosmetics.