index
:
DerTod-pub/cc4group
master
[no description]
DerTod
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix c4ls_buffer and reading from stdin file "-" on windows
Markus Mittendrein
2019-03-16
5
-4
/
+14
|
*
Always initialize magic1 and magic2 in cc4group_uncompressGroup (Fixes ↵
Markus Mittendrein
2019-03-16
1
-1
/
+1
|
|
|
|
building with mingw)
*
Use void* instead of uint8_t* for passing data to openMemory and with the ↵
Markus Mittendrein
2019-03-16
3
-13
/
+13
|
|
|
|
readCallback
*
Use factored out memory management functions for entry data instead of a ↵
Markus Mittendrein
2019-03-16
1
-24
/
+20
|
|
|
|
different logic
*
Add openFd, openFilePointer and openWithReadCallback methods
Markus Mittendrein
2019-03-16
5
-20
/
+298
|
*
Add openMemory method with an example
Markus Mittendrein
2019-03-16
4
-121
/
+295
|
*
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
2
-5
/
+3
|
*
Fix description of cc4group.setEntryData and remove wrong description of ↵
Markus Mittendrein
2019-03-08
1
-5
/
+4
|
|
|
|
cc4group.createFile
*
Windows support (hopefully!)
Markus Mittendrein
2019-03-08
7
-26
/
+201
|
*
Make c4mkdir actually create a directory (not delete)
Markus Mittendrein
2019-03-08
1
-11
/
+4
|
*
Change std::__cxx11::string to std::string (KDevelop's mistake)
Markus Mittendrein
2019-03-07
1
-1
/
+1
|
*
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 ↵
Markus Mittendrein
2018-10-02
4
-23
/
+77
|
|
|
|
setEntryData instead of the freeData boolean
*
Refactor some calls to cc4group_getEntryByPath into several common functions
Markus Mittendrein
2018-08-19
2
-64
/
+77
|
*
Use std::make_optional
Markus Mittendrein
2018-08-19
1
-7
/
+7
|
*
Add possibility to leave data ownership to the caller of setEntryData and ↵
Markus Mittendrein
2018-08-18
4
-27
/
+41
|
|
|
|
remove possibility to specify entry data with createFile
*
Fix some possible errors
Markus Mittendrein
2018-08-18
1
-10
/
+11
|
*
Clean up CMakeLists
Markus Mittendrein
2018-08-18
1
-7
/
+8
|
*
Rename some functions
Markus Mittendrein
2018-08-16
1
-9
/
+9
|
*
Add missing setting of CppC4Group::EntryInfo::directory
Markus Mittendrein
2018-08-16
1
-0
/
+1
|
*
Add missing default value for the recursive parameter of CppC4Group::deleteEntry
Markus Mittendrein
2018-08-16
1
-1
/
+1
|
*
Add C++ wrapper
Markus Mittendrein
2018-08-16
3
-0
/
+299
|
*
Refactor code into a library and implement basic file management methods
Markus Mittendrein
2018-08-15
19
-380
/
+2511
|
*
Use a temporary file for temporarily storing decompressed data
Markus Mittendrein
2018-07-05
1
-4
/
+54
|
*
Refactoring
Markus Mittendrein
2018-07-05
1
-36
/
+37
|
*
Very basic C4Group extracting implementation
Markus Mittendrein
2018-07-04
4
-8
/
+478
|
*
Initial
Markus Mittendrein
2018-07-01
3
-0
/
+15