summaryrefslogtreecommitdiffstats
path: root/src/cc4group.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up and fix error reporting of cc4group_uncompressGroup and cc4group_inf...Markus Mittendrein2019-03-161-30/+46
* Rename mappedTmpFile to uncompressedData in cc4group_uncompressGroupMarkus Mittendrein2019-03-161-7/+7
* Fix MemoryManagement::CopyMarkus Mittendrein2019-03-161-1/+1
* Fix setEntryData storing the wrong data pointer and crashingMarkus Mittendrein2019-03-161-7/+5
* Add initCallback and deinitCallback for openWithReadCallbackMarkus Mittendrein2019-03-161-26/+59
* Fix c4ls_buffer and reading from stdin file "-" on windowsMarkus Mittendrein2019-03-161-0/+1
* Always initialize magic1 and magic2 in cc4group_uncompressGroup (Fixes buildi...Markus Mittendrein2019-03-161-1/+1
* Use void* instead of uint8_t* for passing data to openMemory and with the rea...Markus Mittendrein2019-03-161-9/+9
* Use factored out memory management functions for entry data instead of a diff...Markus Mittendrein2019-03-161-24/+20
* Add openFd, openFilePointer and openWithReadCallback methodsMarkus Mittendrein2019-03-161-17/+250
* Add openMemory method with an exampleMarkus Mittendrein2019-03-161-121/+159
* Refactoring for upcoming lazy modeMarkus Mittendrein2019-03-151-8/+18
* Fix removing of tmpfile on windows (at least in wine)Markus Mittendrein2019-03-141-6/+6
* Fix creation of tmpfile in windows (hopefully. deletion still fails)Markus Mittendrein2019-03-141-1/+1
* Windows support (hopefully!)Markus Mittendrein2019-03-081-16/+21
* Update CRC when changing file entriesMarkus Mittendrein2018-12-281-0/+2
* Add a more flexible enum to choose the memory management mode for setEntryDat...Markus Mittendrein2018-10-021-4/+30
* Refactor some calls to cc4group_getEntryByPath into several common functionsMarkus Mittendrein2018-08-191-63/+76
* Add possibility to leave data ownership to the caller of setEntryData and rem...Markus Mittendrein2018-08-181-16/+29
* Fix some possible errorsMarkus Mittendrein2018-08-181-10/+11
* Rename some functionsMarkus Mittendrein2018-08-161-9/+9
* Refactor code into a library and implement basic file management methodsMarkus Mittendrein2018-08-151-0/+1620