summaryrefslogtreecommitdiffstats
path: root/src/cc4group.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix c4ls_buffer and reading from stdin file "-" on windowsMarkus Mittendrein2019-03-161-2/+2
|
* Use void* instead of uint8_t* for passing data to openMemory and with the ↵Markus Mittendrein2019-03-161-2/+2
| | | | readCallback
* Add openFd, openFilePointer and openWithReadCallback methodsMarkus Mittendrein2019-03-161-1/+20
|
* Add openMemory method with an exampleMarkus Mittendrein2019-03-161-0/+5
|
* Fix description of cc4group.setEntryData and remove wrong description of ↵Markus Mittendrein2019-03-081-5/+4
| | | | cc4group.createFile
* Add a more flexible enum to choose the memory management mode for ↵Markus Mittendrein2018-10-021-1/+7
| | | | setEntryData instead of the freeData boolean
* Refactor some calls to cc4group_getEntryByPath into several common functionsMarkus Mittendrein2018-08-191-1/+1
|
* Add possibility to leave data ownership to the caller of setEntryData and ↵Markus Mittendrein2018-08-181-3/+4
| | | | remove possibility to specify entry data with createFile
* Refactor code into a library and implement basic file management methodsMarkus Mittendrein2018-08-151-0/+97