mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Update docs.
This commit is contained in:
parent
7ed977b1c1
commit
3f0a1124eb
|
|
@ -1,4 +1,10 @@
|
|||
lrzip ChangeLog
|
||||
APRIL 2011, version 0.604 Con Kolivas
|
||||
* Detach threads after creating them on the compression side. Not joining them
|
||||
meant that compressing massive files requiring hundreds of threads would
|
||||
eventually hit the resource limit of number of threads created even though
|
||||
the threads themselves would exit.
|
||||
|
||||
APRIL 2011, version 0.603 Con Kolivas, George Makrydakis, Jari Aalto.
|
||||
* lseek in stream.c wasn't being compiled to the lseek64 variant on Apple
|
||||
due to missing includes, breaking >2GB files. Added includes.
|
||||
|
|
|
|||
7
TODO
7
TODO
|
|
@ -1,5 +1,12 @@
|
|||
MAYBE TODO for lrzip program
|
||||
|
||||
Upgrade to newer version of zpaq supporting 3 compression levels without
|
||||
relying on open_memstream so it works without temporary files on apple.
|
||||
|
||||
Get MD5 working on apple.
|
||||
|
||||
Make sure STDIO works properly on large files on apple.
|
||||
|
||||
Make a liblrzip library.
|
||||
|
||||
Other posix/windows builds?? Need help there...
|
||||
|
|
|
|||
Loading…
Reference in a new issue