index
:
xz.git
jiatan/v5.6.0/autofoo
jiatan/v5.6.0/tar
jiatan/v5.6.0/unpack
jiatan/v5.6.1/autofoo
jiatan/v5.6.1/tar
jiatan/v5.6.1/unpack
larhzu/master
larhzu/v5.0
larhzu/v5.2
larhzu/v5.4
larhzu/v5.6
XZ Utils
Lasse Collin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liblzma
/
api
/
lzma
/
container.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
Add SPDX license identifier into 0BSD source code files.
Lasse Collin
1
-0
/
+2
2024-02-14
Change most public domain parts to 0BSD.
Lasse Collin
1
-3
/
+0
2023-09-24
liblzma: Change quoting style from `...' to '...'.
Jia Tan
1
-5
/
+5
2023-07-31
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
1
-2
/
+2
2023-05-12
liblzma: Adds lzma_nothrow to MicroLZMA API functions.
Jia Tan
1
-2
/
+3
2023-05-11
liblzma: Exports lzma_mt_block_size() as an API function.
Jia Tan
1
-0
/
+28
2023-03-17
liblzma: Add set lzma.h as the main page for Doxygen documentation.
Jia Tan
1
-2
/
+0
2023-02-23
liblzma: Adjust container.h for consistency with filter.h.
Jia Tan
1
-11
/
+9
2023-02-23
liblzma: Fix small typos and reword a few things in filter.h.
Jia Tan
1
-7
/
+6
2023-02-23
liblzma: Convert list of flags in lzma_mt to bulleted list.
Jia Tan
1
-3
/
+6
2023-02-23
liblzma: Fix typo in documentation in container.h
Jia Tan
1
-1
/
+1
2023-02-23
liblzma: Improve documentation for container.h
Jia Tan
1
-53
/
+93
2023-02-17
liblzma: Rename field => member in documentation.
Jia Tan
1
-13
/
+13
2023-01-21
liblzma: Set documentation on all reserved fields to private.
Jia Tan
1
-0
/
+24
2023-01-20
liblzma: Highlight liblzma API headers should not be included directly.
Jia Tan
1
-2
/
+3
2022-11-09
liblzma: Add .lz support to lzma_auto_decoder().
Lasse Collin
1
-4
/
+6
2022-11-09
liblzma: Add .lz (lzip) decompression support (format versions 0 and 1).
Lasse Collin
1
-2
/
+60
2022-11-08
liblzma: Update API docs about decoder flags.
Lasse Collin
1
-4
/
+17
2022-08-18
liblzma: Threaded decoder: Improve LZMA_FAIL_FAST when LZMA_FINISH is used.
Lasse Collin
1
-0
/
+6
2022-04-06
liblzma: Add a new flag LZMA_FAIL_FAST for threaded decoder.
Lasse Collin
1
-1
/
+24
2022-03-07
liblzma: Add threaded .xz decompressor.
Lasse Collin
1
-7
/
+83
2021-09-05
liblzma: Rename EROFS LZMA to MicroLZMA.
Lasse Collin
1
-14
/
+19
2021-01-17
liblzma: Make EROFS LZMA decoder work when exact uncomp_size isn't known.
Lasse Collin
1
-5
/
+18
2021-01-14
liblzma: Add EROFS LZMA encoder and decoder.
Lasse Collin
1
-0
/
+76
2017-03-30
liblzma: Similar memlimit fix for stream_, alone_, and auto_decoder.
Lasse Collin
1
-4
/
+17
2014-12-02
liblzma: Document how lzma_mt.block_size affects memory usage.
Lasse Collin
1
-0
/
+4
2014-11-26
Remove LZMA_UNSTABLE macro.
Lasse Collin
1
-4
/
+0
2014-11-26
liblzma: Update lzma_stream_encoder_mt() API docs.
Lasse Collin
1
-2
/
+3
2014-08-05
liblzma: Add support for LZMA_IGNORE_CHECK.
Lasse Collin
1
-0
/
+24
2012-07-17
liblzma: Make the use of lzma_allocator const-correct.
Lasse Collin
1
-3
/
+6
2011-04-12
Put the unstable APIs behind #ifdef LZMA_UNSTABLE.
Lasse Collin
1
-0
/
+4
2011-04-11
liblzma: Add lzma_stream_encoder_mt() for threaded compression.
Lasse Collin
1
-0
/
+163
2011-04-11
liblzma: Document lzma_easy_(enc|dec)oder_memusage() better too.
Lasse Collin
1
-0
/
+9
2011-04-11
liblzma: Fix API docs to mention LZMA_UNSUPPORTED_CHECK.
Lasse Collin
1
-0
/
+3
2010-10-21
liblzma: Update the comments in the API headers.
Lasse Collin
1
-9
/
+17
2009-08-27
Updates to liblzma API headers.
Lasse Collin
1
-16
/
+20
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
1
-11
/
+7
2009-02-18
Added files missing from the previous commit.
Lasse Collin
1
-0
/
+33
2009-02-02
Modify LZMA_API macro so that it works on Windows with
Lasse Collin
1
-11
/
+11
2009-01-31
Add LZMA_API to liblzma API headers. It's useful at least
Lasse Collin
1
-11
/
+12
2009-01-23
Added lzma_stream_buffer_decode() and made minor cleanups.
Lasse Collin
1
-1
/
+50
2009-01-20
Add some single-call buffer-to-buffer coding functions.
Lasse Collin
1
-0
/
+56
2008-12-31
Cleaned up some comments in the API headers.
Lasse Collin
1
-1
/
+1
2008-12-27
Bunch of liblzma tweaks, including some API changes.
Lasse Collin
1
-38
/
+38
2008-12-15
Bunch of liblzma API cleanups and fixes.
Lasse Collin
1
-78
/
+77
2008-10-07
Made the preset numbering more logical in liblzma API.
Lasse Collin
1
-10
/
+10
2008-09-13
Renamed constants:
Lasse Collin
1
-6
/
+6
2008-09-06
Comments
Lasse Collin
1
-2
/
+4
2008-09-06
Some API cleanups
Lasse Collin
1
-14
/
+26
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
1
-0
/
+252