index
:
DerTod-pub/cc4group
master
[no description]
DerTod
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cc4group.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add openAsChild, currently without writing support
Markus Mittendrein
2019-03-20
1
-2
/
+59
*
Fix case of AddCleanUpJob
Markus Mittendrein
2019-03-20
1
-5
/
+5
*
Use mkstemp for creating the tmp file and fallback to unlink the tmp file aft...
Markus Mittendrein
2019-03-20
1
-25
/
+45
*
Remove the extra argument from cc4group_mmap and cc4group_munmap as its actua...
Markus Mittendrein
2019-03-18
1
-11
/
+8
*
Update an old comment
Markus Mittendrein
2019-03-18
1
-1
/
+1
*
Add a check to cc4group_uncompressGroup that should always fail, but may be h...
Markus Mittendrein
2019-03-18
1
-0
/
+6
*
Remove outdated comment
Markus Mittendrein
2019-03-18
1
-1
/
+0
*
Fix handling of various error cases in cc4group_createTmpMemoryFile
Markus Mittendrein
2019-03-18
1
-10
/
+12
*
Check and set error in cc4group_createTmpMemoryMalloc
Markus Mittendrein
2019-03-18
1
-1
/
+8
*
Add error checking to the return value of the tmp memory strategy in cc4group...
Markus Mittendrein
2019-03-18
1
-0
/
+4
*
Clean up and fix path handling regarding the possibility to specify NULL or "...
Markus Mittendrein
2019-03-17
1
-74
/
+52
*
Add malloc error checking in new, mention the error case in the description a...
Markus Mittendrein
2019-03-17
1
-1
/
+9
*
Reorder and restructure the CC4Group_API struct and add some method descriptions
Markus Mittendrein
2019-03-17
1
-22
/
+37
*
Add error checking to error formatters
Markus Mittendrein
2019-03-17
1
-4
/
+16
*
Add error checking to all strdup calls (except in the noerrorFormatter)
Markus Mittendrein
2019-03-16
1
-8
/
+66
*
Also call deinitCallback in openWithReadCallback in error cases
Markus Mittendrein
2019-03-16
1
-8
/
+8
*
Clean up and fix error reporting of cc4group_uncompressGroup and cc4group_inf...
Markus Mittendrein
2019-03-16
1
-30
/
+46
*
Rename mappedTmpFile to uncompressedData in cc4group_uncompressGroup
Markus Mittendrein
2019-03-16
1
-7
/
+7
*
Fix MemoryManagement::Copy
Markus Mittendrein
2019-03-16
1
-1
/
+1
*
Fix setEntryData storing the wrong data pointer and crashing
Markus Mittendrein
2019-03-16
1
-7
/
+5
*
Add initCallback and deinitCallback for openWithReadCallback
Markus Mittendrein
2019-03-16
1
-26
/
+59
*
Fix c4ls_buffer and reading from stdin file "-" on windows
Markus Mittendrein
2019-03-16
1
-0
/
+1
*
Always initialize magic1 and magic2 in cc4group_uncompressGroup (Fixes buildi...
Markus Mittendrein
2019-03-16
1
-1
/
+1
*
Use void* instead of uint8_t* for passing data to openMemory and with the rea...
Markus Mittendrein
2019-03-16
1
-9
/
+9
*
Use factored out memory management functions for entry data instead of a diff...
Markus Mittendrein
2019-03-16
1
-24
/
+20
*
Add openFd, openFilePointer and openWithReadCallback methods
Markus Mittendrein
2019-03-16
1
-17
/
+250
*
Add openMemory method with an example
Markus Mittendrein
2019-03-16
1
-121
/
+159
*
Refactoring for upcoming lazy mode
Markus Mittendrein
2019-03-15
1
-8
/
+18
*
Fix removing of tmpfile on windows (at least in wine)
Markus Mittendrein
2019-03-14
1
-6
/
+6
*
Fix creation of tmpfile in windows (hopefully. deletion still fails)
Markus Mittendrein
2019-03-14
1
-1
/
+1
*
Windows support (hopefully!)
Markus Mittendrein
2019-03-08
1
-16
/
+21
*
Update CRC when changing file entries
Markus Mittendrein
2018-12-28
1
-0
/
+2
*
Add a more flexible enum to choose the memory management mode for setEntryDat...
Markus Mittendrein
2018-10-02
1
-4
/
+30
*
Refactor some calls to cc4group_getEntryByPath into several common functions
Markus Mittendrein
2018-08-19
1
-63
/
+76
*
Add possibility to leave data ownership to the caller of setEntryData and rem...
Markus Mittendrein
2018-08-18
1
-16
/
+29
*
Fix some possible errors
Markus Mittendrein
2018-08-18
1
-10
/
+11
*
Rename some functions
Markus Mittendrein
2018-08-16
1
-9
/
+9
*
Refactor code into a library and implement basic file management methods
Markus Mittendrein
2018-08-15
1
-0
/
+1620
[prev]