summaryrefslogtreecommitdiffstats
path: root/src/cc4group.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in cc4group.getFullNameMarkus Mittendrein2020-04-211-4/+6
* Add cc4group.isPackedMarkus Mittendrein2020-04-211-0/+6
* Add cc4group.getName and cc4group.getFullNameMarkus Mittendrein2020-04-211-1/+72
* Add cc4group.isChildMarkus Mittendrein2020-04-201-1/+7
* Rework group savingMarkus Mittendrein2020-04-201-12/+74
* Fix possibly uninitialized variable useMarkus Mittendrein2020-04-201-1/+1
* Add cc4group.extractSingleRenameMarkus Mittendrein2020-04-021-7/+25
* Fix another crash when using lazy mode together with addFromDiskMarkus Mittendrein2020-04-021-1/+1
* Fix bug in lazy modeMarkus Mittendrein2020-04-021-1/+1
* Fix lazy mode crashing when adding files and savingMarkus Mittendrein2020-03-291-4/+7
* Revert "Store duplicate data only once if possible (Offset stays in the valid...Markus Mittendrein2019-09-081-102/+12
* Store duplicate data only once if possible (Offset stays in the valid range)Markus Mittendrein2019-08-311-12/+102
* use a temporary file in saveOverwrite to avoid possible data loss in error ca...Markus Mittendrein2019-08-311-14/+61
* Destroy the readState's cleanupJobs outside of the foreachMarkus Mittendrein2019-08-311-1/+1
* Fix not initializing the root group entry's pathMarkus Mittendrein2019-08-311-0/+1
* Fix possibly wrong error checking of deflateMarkus Mittendrein2019-08-311-1/+1
* Allow the warning handling callback to be set to a custom callbackMarkus Mittendrein2019-08-191-4/+12
* Fix losing data due to a mistake in the lazy implementationMarkus Mittendrein2019-08-191-49/+45
* Fix memory leak when opening empty groupsMarkus Mittendrein2019-08-191-1/+1
* Add cc4group.addFromDisk with according cc4group.AllowEntryTypesMarkus Mittendrein2019-08-191-0/+36
* Add support to load normal directories as groupsMarkus Mittendrein2019-08-191-76/+441
* Handle warnings in a more uniform wayMarkus Mittendrein2019-08-191-17/+32
* Make parameters const more consistentlyMarkus Mittendrein2019-08-171-21/+21
* Utilize take memory management instead of CleanUpJobs for cc4group_createDire...Markus Mittendrein2019-08-111-2/+1
* Also clean up memory for the deleted entry in cc4group_deleteEntryMarkus Mittendrein2019-08-111-0/+5
* #define ZLIB_CONST instead of casting away const for gzStream.next_inMarkus Mittendrein2019-04-281-4/+5
* Change #include "zlib.h" to #include <zlib.h>Markus Mittendrein2019-04-281-1/+1
* Fix cc4group_buildChildren failing on small files at the end of the directoryMarkus Mittendrein2019-04-281-2/+1
* He made cc4group lazy and he saw that it was goodMarkus Mittendrein2019-04-211-114/+362
* Also restore modification time for directories when extractingMarkus Mittendrein2019-04-201-0/+6
* Check return value of write in cc4group_extractEntryMarkus Mittendrein2019-04-201-5/+14
* Replace all internal accesses to group headers with error checked cc4group_ge...Markus Mittendrein2019-04-201-16/+80
* Add error checking to all cc4group_getOnlyEntryData and cc4group_getChildren ...Markus Mittendrein2019-04-201-26/+152
* Internally access children through cc4group_getChildren almost everywhere as ...Markus Mittendrein2019-04-201-38/+50
* Fix memory leak in cc4group_createFile (and also a possible but really unlike...Markus Mittendrein2019-04-201-1/+3
* Fix memory leak in cc4group_createDirectoryMarkus Mittendrein2019-04-201-0/+2
* Add a custom arg to memory management strategiesMarkus Mittendrein2019-04-201-8/+14
* Change memory management strategies to be a pointer to a struct consisting of...Markus Mittendrein2019-04-201-31/+71
* Fix error handling of deflateMarkus Mittendrein2019-04-171-5/+6
* Add saveToFd, saveToFilePointer and saveWithWriteCallbackMarkus Mittendrein2019-04-171-57/+240
* Use a power of 2 block size for file readingMarkus Mittendrein2019-04-071-1/+1
* Fix wrong reporting of garbage data at the end of the groupMarkus Mittendrein2019-04-071-1/+2
* Fix accidential if condition on eof instead of *eofMarkus Mittendrein2019-04-071-1/+18
* Add openAsChild, currently without writing supportMarkus Mittendrein2019-03-201-2/+59
* Fix case of AddCleanUpJobMarkus Mittendrein2019-03-201-5/+5
* Use mkstemp for creating the tmp file and fallback to unlink the tmp file aft...Markus Mittendrein2019-03-201-25/+45
* Remove the extra argument from cc4group_mmap and cc4group_munmap as its actua...Markus Mittendrein2019-03-181-11/+8
* Update an old commentMarkus Mittendrein2019-03-181-1/+1
* Add a check to cc4group_uncompressGroup that should always fail, but may be h...Markus Mittendrein2019-03-181-0/+6
* Remove outdated commentMarkus Mittendrein2019-03-181-1/+0