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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-24
liblzma: Rename a variable and improve a comment.
Lasse Collin
1
-4
/
+9
2022-07-24
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-12-31
liblzma: Fix warnings from -Wsign-conversion.
Lasse Collin
1
-8
/
+8
2018-03-28
Fix or hide warnings from GCC 7's -Wimplicit-fallthrough.
Lasse Collin
1
-0
/
+6
2016-12-28
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
2007-12-09
Imported to git.
Lasse Collin
1
-0
/
+844