summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Update xz-file-format.txt to 1.1.0 for ARM64 filter.Lasse Collin2022-12-111-7/+22
|
* Docs: Update faq.txt a little.Lasse Collin2022-11-081-23/+43
|
* liblzma: Add optional autodetection of LZMA end marker.Lasse Collin2022-07-131-2/+9
| | | | | | | | | | | | | | | | Turns out that this is needed for .lzma files as the spec in LZMA SDK says that end marker may be present even if the size is stored in the header. Such files are rare but exist in the real world. The code in liblzma is so old that the spec didn't exist in LZMA SDK back then and I had understood that such files weren't possible (the lzma tool in LZMA SDK didn't create such files). This modifies the internal API so that LZMA decoder can be told if EOPM is allowed even when the uncompressed size is known. It's allowed with .lzma and not with other uses. Thanks to Karl Beldan for reporting the problem.
* Typo fixes from fossies.org.Lasse Collin2020-03-231-1/+1
| | | | https://fossies.org/linux/misc/xz-5.2.5.tar.xz/codespell.html
* spellingAntoine Cœur2019-05-111-1/+1
|
* Docs: Fix a typo in a comment in doc/examples/02_decompress.c.Alexey Tourbin2017-05-231-1/+1
|
* Docs: Add doc/examples/11_file_info.c.Lasse Collin2017-04-242-1/+208
|
* Update the home page URLs to HTTPS.Lasse Collin2017-04-191-2/+2
|
* Docs: Use lzma_cputhreads() in 04_compress_easy_mt.c.Lasse Collin2014-12-211-4/+26
|
* Docs: Update docs/examples/00_README.txt.Lasse Collin2014-12-211-0/+4
|
* Docs: Update comments to refer to lzma/lzma12.h in example programs.Lasse Collin2014-05-041-3/+3
|
* Docs: Add example program for threaded encoding.Lasse Collin2014-01-292-1/+186
| | | | | I didn't add -DLZMA_UNSTABLE to Makefile so one has to specify it manually as long as LZMA_UNSTABLE is needed.
* Docs: Language fix to 01_compress_easy.c.Lasse Collin2012-06-181-1/+1
| | | | Thanks to Jonathan Nieder.
* Docs: Add new example programs.Lasse Collin2012-06-145-0/+827
| | | | | | These have more comments than the old examples and human-readable error messages. More tutorial-like examples are needed but these are a start.
* Docs: Move xz_pipe_comp.c and xz_pipe_decomp.c to doc/examples_old.Lasse Collin2012-06-142-0/+0
| | | | | | It is good to keep these around to so that if someone has copied the decompressor bug from xz_pipe_decomp.c he has an example how to easily fix it.
* Docs: Fix a bug in xz_pipe_decomp.c example program.Lasse Collin2012-06-141-1/+9
|
* Docs: Cleanup line wrapping a bit.Lasse Collin2012-05-101-24/+25
|
* Fix a few typos and add some missing articles in some documents.Benno Schulenberg2012-05-102-41/+41
| | | | | | Also hyphenate several compound adjectives. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* Remove doubled words from documentation and comments.Lasse Collin2011-04-121-2/+2
| | | | | | | | | Spot candidates by running these commands: git ls-files |xargs perl -0777 -n \ -e 'while (/\b(then?|[iao]n|i[fst]|but|f?or|at|and|[dt]o)\s+\1\b/gims)' \ -e '{$n=($` =~ tr/\n/\n/ + 1); ($v=$&)=~s/\n/\\n/g; print "$ARGV:$n:$v\n"}' Thanks to Jim Meyering for the original patch.
* Update the FAQ.Lasse Collin2010-10-021-4/+100
|
* Add two simple example programs.Lasse Collin2010-07-132-0/+242
| | | | | | | | | Hopefully these help a bit when learning the basics of liblzma API. I plan to write detailed examples about both basic and advanced features with lots of comments, but these two examples are good have right now. The examples were written by Daniel Mealha Cabrita. Thanks.
* Add a simple tip to faq.txt about tar and xz.Lasse Collin2010-03-311-0/+6
| | | | Thanks to Gilles Espinasse.
* Collection of language fixes to comments and docs.Lasse Collin2010-02-121-1/+1
| | | | Thanks to Jonathan Nieder.
* .xz file format specification 1.0.4 (probably).Lasse Collin2009-08-271-11/+15
| | | | | Thanks to Christian von Roques, Peter Lawler, and Jim Meyering for the fixes.
* Removed doc/bugs.txt.Lasse Collin2009-08-271-46/+0
|
* Fix a typo in FAQ.Lasse Collin2009-08-271-1/+1
| | | | | | | Thanks to Jim Meyering. (From now on, I try to always remember to put the relevant thanks to commit messages.)
* Updated faq.txt.Lasse Collin2009-08-181-166/+73
| | | | | Some questions worth answering were removed, because I currently don't have good up to date answers to them.
* A few more spelling fixes. Released the .xz spec 1.0.3.Lasse Collin2009-06-051-5/+7
|
* Fix purporse -> purpose. Thanks to Andrew Dudman.Lasse Collin2009-06-041-3/+5
| | | | Released .xz spec 1.0.2 due to this fix too.
* The .xz file format version 1.0.1Lasse Collin2009-06-011-7/+22
|
* Remove docs that are too outdated to be updatedLasse Collin2009-05-015-956/+0
| | | | (rewrite will be better).
* Added documentation about the legacy .lzma file format.Lasse Collin2009-05-011-0/+166
|
* Renamed the file format specification to xz-file-format.txtLasse Collin2009-05-011-0/+0
| | | | which is the filename used on the WWW.
* Updated history.txt.Lasse Collin2009-04-131-57/+66
|
* Put the interesting parts of XZ Utils into the public domain.Lasse Collin2009-04-131-35/+3
| | | | Some minor documentation cleanups were made at the same time.
* The .xz file format specification version 1.0.0 is nowLasse Collin2009-01-281-35/+49
| | | | | | officially released. The format has been technically the same since 2008-11-19, but now that it is frozen, people can start using it without a fear that the format will break.
* Put the file format specification into the public domain.Lasse Collin2008-12-091-15/+9
| | | | Same will be done to the actual code later.
* Oh well, big messy commit again. Some highlights:Lasse Collin2008-11-191-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
* Updated file format specification. It changes the suffixLasse Collin2008-09-271-93/+32
| | | | | of the new format to .xz and removes the recently added LZMA filter.
* Changed Filter ID of LZMA to 0x20.Lasse Collin2008-09-071-2/+2
|
* Minor updates to the file format specification.Lasse Collin2008-09-031-20/+85
|
* Update the file format specification draft. The new one isLasse Collin2008-06-171-1286/+508
| | | | | a lot simpler than the previous versions, but it also means that the existing code will change a lot.
* Typo fixes from meyering.Lasse Collin2008-05-302-3/+3
|
* Bunch of grammar fixes from meyering.Lasse Collin2008-05-061-4/+4
|
* Fixed wrong spelling "limitter" to "limiter". This affectsLasse Collin2008-04-281-7/+7
| | | | liblzma's API.
* Tiny clean up to file-format.txt.Lasse Collin2008-02-061-3/+3
|
* Tiny non-technical edits to file-format.txt.Lasse Collin2008-01-161-3/+3
|
* Introduced compatibility with systems that have pre-C99Lasse Collin2008-01-061-2/+8
| | | | | | | | | | | | | | | | | | or no inttypes.h. This is useful when the compiler has good enough support for C99, but libc headers don't. Changed liblzma API so that sys/types.h and inttypes.h have to be #included before #including lzma.h. On systems that don't have C99 inttypes.h, it's the problem of the applications to provide the required types and macros before #including lzma.h. If lzma.h defined the missing types and macros, it could conflict with third-party applications whose configure has detected that the types are missing and defined them in config.h already. An alternative would have been introducing lzma_uint32 and similar types, but that would just be an extra pain on modern systems.
* Imported to git.Lasse Collin2007-12-099-0/+3244