aboutsummaryrefslogtreecommitdiff
path: root/doc/file-format.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-12-09Put the file format specification into the public domain.Lasse Collin1-15/+9
Same will be done to the actual code later.
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-114/+146
- Updated to the latest, probably final file format version. - Command line tool reworked to not use threads anymore. Threading will probably go into liblzma anyway. - Memory usage limit is now about 30 % for uncompression and about 90 % for compression. - Progress indicator with --verbose - Simplified --help and full --long-help - Upgraded to the last LGPLv2.1+ getopt_long from gnulib. - Some bug fixes
2008-09-27Updated file format specification. It changes the suffixLasse Collin1-93/+32
of the new format to .xz and removes the recently added LZMA filter.
2008-09-07Changed Filter ID of LZMA to 0x20.Lasse Collin1-2/+2
2008-09-03Minor updates to the file format specification.Lasse Collin1-20/+85
2008-06-17Update the file format specification draft. The new one isLasse Collin1-1286/+508
a lot simpler than the previous versions, but it also means that the existing code will change a lot.
2008-02-06Tiny clean up to file-format.txt.Lasse Collin1-3/+3
2008-01-16Tiny non-technical edits to file-format.txt.Lasse Collin1-3/+3
2007-12-09Imported to git.Lasse Collin1-0/+1861