index
:
DerTod-pub/cc4group
master
[no description]
DerTod
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace all internal accesses to group headers with error checked cc4group_ge...
Markus Mittendrein
2019-04-20
1
-16
/
+80
*
Add error checking to all cc4group_getOnlyEntryData and cc4group_getChildren ...
Markus Mittendrein
2019-04-20
1
-26
/
+152
*
Internally access children through cc4group_getChildren almost everywhere as ...
Markus Mittendrein
2019-04-20
1
-38
/
+50
*
Make custom memory management in cppc4group more efficient for reusing
Markus Mittendrein
2019-04-20
1
-32
/
+63
*
Fix memory leak in cc4group_createFile (and also a possible but really unlike...
Markus Mittendrein
2019-04-20
1
-1
/
+3
*
Fix memory leak in cc4group_createDirectory
Markus Mittendrein
2019-04-20
1
-0
/
+2
*
Add custom memory management strategies to cppc4group
Markus Mittendrein
2019-04-20
3
-26
/
+100
*
Add a custom arg to memory management strategies
Markus Mittendrein
2019-04-20
2
-10
/
+18
*
Change memory management strategies to be a pointer to a struct consisting of...
Markus Mittendrein
2019-04-20
3
-38
/
+90
*
Make CppC4Group::create also return bool like cc4group.create
Markus Mittendrein
2019-04-20
2
-3
/
+3
*
Small addition to save description
Markus Mittendrein
2019-04-17
1
-1
/
+1
*
Fix error handling of deflate
Markus Mittendrein
2019-04-17
1
-5
/
+6
*
Add saveToFd, saveToFilePointer and saveWithWriteCallback
Markus Mittendrein
2019-04-17
4
-58
/
+284
*
Small addition to openFd description
Markus Mittendrein
2019-04-17
1
-1
/
+2
*
Small addition to openWithReadCallback description
Markus Mittendrein
2019-04-16
1
-0
/
+1
*
Spelling
Markus Mittendrein
2019-04-16
1
-1
/
+1
*
Use a power of 2 block size for file reading
Markus Mittendrein
2019-04-07
1
-1
/
+1
*
Fix wrong reporting of garbage data at the end of the group
Markus Mittendrein
2019-04-07
1
-1
/
+2
*
Fix accidential if condition on eof instead of *eof
Markus Mittendrein
2019-04-07
1
-1
/
+18
*
CppC4Group constructor may throw std::bad_alloc if internal allocation fails
Markus Mittendrein
2019-03-23
2
-1
/
+5
*
Add openAsChild, currently without writing support
Markus Mittendrein
2019-03-20
4
-4
/
+111
*
Fix case of AddCleanUpJob
Markus Mittendrein
2019-03-20
1
-5
/
+5
*
Add hint about lazy mode
Markus Mittendrein
2019-03-20
1
-0
/
+1
*
Much documentation (I consider it to be quite complete)
Markus Mittendrein
2019-03-20
2
-4
/
+224
*
Use mkstemp for creating the tmp file and fallback to unlink the tmp file aft...
Markus Mittendrein
2019-03-20
1
-25
/
+45
*
Add cppc4group-wrapper for custom tmp memory management
Markus Mittendrein
2019-03-19
2
-1
/
+46
*
Add static asserts to ensure the correct size of C4GroupHeader and C4GroupEnt...
Markus Mittendrein
2019-03-19
2
-0
/
+7
*
Remove the extra argument from cc4group_mmap and cc4group_munmap as its actua...
Markus Mittendrein
2019-03-18
4
-25
/
+15
*
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
2
-2
/
+10
*
Reorder and restructure the CC4Group_API struct and add some method descriptions
Markus Mittendrein
2019-03-17
2
-59
/
+93
*
Add description to getError* methods
Markus Mittendrein
2019-03-17
1
-0
/
+7
*
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
4
-31
/
+69
*
Fix c4ls_buffer and reading from stdin file "-" on windows
Markus Mittendrein
2019-03-16
3
-2
/
+6
*
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
3
-13
/
+13
*
Use factored out memory management functions for entry data instead of a diff...
Markus Mittendrein
2019-03-16
1
-24
/
+20
[prev]
[next]