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
/
lzma
/
lzma_decoder.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
liblzma: Silence warnings in --enable-small build.
Lasse Collin
1
-0
/
+2
2024-02-14
liblzma: Add comments.
Lasse Collin
1
-0
/
+9
2024-02-14
liblzma: Clarify a comment.
Lasse Collin
1
-3
/
+6
2024-02-14
liblzma: LZMA decoder: Optimize loop comparison.
Lasse Collin
1
-3
/
+2
2024-02-14
liblzma: Optimize literal_subcoder() macro slightly.
Lasse Collin
1
-6
/
+6
2024-02-14
liblzma: Optimize LZ decoder slightly.
Lasse Collin
1
-2
/
+2
2024-02-14
liblzma: LZMA decoder: Get rid of next_state[].
Lasse Collin
1
-22
/
+8
2024-02-14
liblzma: LZMA decoder improvements.
Lasse Collin
1
-186
/
+78
2024-02-14
liblzma: Creates Non-resumable and Resumable modes for lzma_decoder.
Jia Tan
1
-211
/
+509
2024-02-14
liblzma: Creates separate "safe" range decoder mode.
Jia Tan
1
-83
/
+25
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
2022-11-27
liblzma: Add LZMA_FILTER_LZMA1EXT to support LZMA1 without end marker.
Lasse Collin
1
-1
/
+25
2022-11-27
liblzma: Avoid unneeded use of void pointer in LZMA decoder.
Lasse Collin
1
-2
/
+1
2022-11-27
liblzma: Pass the Filter ID to LZ encoder and decoder.
Lasse Collin
1
-1
/
+1
2022-07-14
liblzma: Rename a variable and improve a comment.
Lasse Collin
1
-4
/
+9
2022-07-13
liblzma: Add optional autodetection of LZMA end marker.
Lasse Collin
1
-29
/
+70
2019-12-31
Rename unaligned_read32ne to read32ne, and similarly for the others.
Lasse Collin
1
-1
/
+1
2019-06-23
liblzma: Fix warnings from -Wsign-conversion.
Lasse Collin
1
-8
/
+8
2017-08-14
Fix or hide warnings from GCC 7's -Wimplicit-fallthrough.
Lasse Collin
1
-0
/
+6
2016-11-21
liblzma: Avoid multiple definitions of lzma_coder structures.
Lasse Collin
1
-15
/
+12
2012-07-17
liblzma: Make the use of lzma_allocator const-correct.
Lasse Collin
1
-4
/
+4
2012-06-28
liblzma: Check that the first byte of range encoded data is 0x00.
Lasse Collin
1
-2
/
+6
2010-10-26
liblzma: Rename a few variables and constants.
Lasse Collin
1
-29
/
+29
2010-10-19
Clean up a few FIXMEs and TODOs.
Lasse Collin
1
-2
/
+2
2010-02-12
Collection of language fixes to comments and docs.
Lasse Collin
1
-2
/
+2
2009-10-04
Use a tuklib module for integer handling.
Lasse Collin
1
-1
/
+1
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
1
-12
/
+5
2009-01-27
Added initial support for preset dictionary for raw LZMA1
Lasse Collin
1
-4
/
+6
2008-12-01
Make the memusage functions of LZMA1 and LZMA2 decoders
Lasse Collin
1
-4
/
+10
2008-09-27
Some API changes, bug fixes, cleanups etc.
Lasse Collin
1
-20
/
+17
2008-09-13
Renamed constants:
Lasse Collin
1
-7
/
+7
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
1
-515
/
+791
2008-06-19
Add limit of lc + lp <= 4. Now we can allocate the
Lasse Collin
1
-43
/
+14
2008-06-18
Update the code to mostly match the new simpler file format
Lasse Collin
1
-1
/
+12
2008-03-22
Update a comment to use the variable name rep_len_decoder.
Lasse Collin
1
-1
/
+1
2008-03-22
Demystified the "state" variable in LZMA code. Use the
Lasse Collin
1
-23
/
+24
2008-03-11
Apply a minor speed optimization to LZMA decoder.
Lasse Collin
1
-42
/
+43
2008-02-28
Remove two redundant validity checks from the LZMA decoder.
Lasse Collin
1
-19
/
+4
2008-01-14
More fixes to LZMA decoder's flush marker handling.
Lasse Collin
1
-22
/
+30
2008-01-05
Another bug fix for flush marker detection.
Lasse Collin
1
-1
/
+9
2008-01-04
Fix stupid bugs in flush marker detection.
Lasse Collin
1
-3
/
+4
2008-01-04
Added support for flush marker, which will be in files
Lasse Collin
1
-117
/
+100
2008-01-04
Moved range decoder initialization (reading the first
Lasse Collin
1
-36
/
+6