Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-14 | Add SPDX license identifier into 0BSD source code files. | Lasse Collin | 6 | -2/+11 | |
2024-02-14 | Change most public domain parts to 0BSD. | Lasse Collin | 6 | -18/+0 | |
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt were not touched. COPYING.0BSD was added. | |||||
2023-09-24 | Docs: Change quoting style from `...' to '...'. | Jia Tan | 2 | -9/+9 | |
These days the ` and ' do not look symmetric. This quoting style has been changed in various apps over the years including the GNU tools. | |||||
2020-03-23 | Typo fixes from fossies.org. | Lasse Collin | 1 | -1/+1 | |
https://fossies.org/linux/misc/xz-5.2.5.tar.xz/codespell.html | |||||
2019-05-11 | spelling | Antoine Cœur | 1 | -1/+1 | |
2017-05-23 | Docs: Fix a typo in a comment in doc/examples/02_decompress.c. | Alexey Tourbin | 1 | -1/+1 | |
2017-04-24 | Docs: Add doc/examples/11_file_info.c. | Lasse Collin | 2 | -1/+208 | |
2014-12-21 | Docs: Use lzma_cputhreads() in 04_compress_easy_mt.c. | Lasse Collin | 1 | -4/+26 | |
2014-12-21 | Docs: Update docs/examples/00_README.txt. | Lasse Collin | 1 | -0/+4 | |
2014-05-04 | Docs: Update comments to refer to lzma/lzma12.h in example programs. | Lasse Collin | 1 | -3/+3 | |
2014-01-29 | Docs: Add example program for threaded encoding. | Lasse Collin | 2 | -1/+186 | |
I didn't add -DLZMA_UNSTABLE to Makefile so one has to specify it manually as long as LZMA_UNSTABLE is needed. | |||||
2012-06-18 | Docs: Language fix to 01_compress_easy.c. | Lasse Collin | 1 | -1/+1 | |
Thanks to Jonathan Nieder. | |||||
2012-06-14 | Docs: Add new example programs. | Lasse Collin | 5 | -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. | |||||
2012-06-14 | Docs: Move xz_pipe_comp.c and xz_pipe_decomp.c to doc/examples_old. | Lasse Collin | 2 | -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. | |||||
2012-06-14 | Docs: Fix a bug in xz_pipe_decomp.c example program. | Lasse Collin | 1 | -1/+9 | |
2010-07-13 | Add two simple example programs. | Lasse Collin | 2 | -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. |