aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-250/+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
|
* 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.