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
/
lz
/
lz_decoder.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-24
liblzma: Remove incorrect uses of lzma_attribute((__unused__)).
Lasse Collin
1
-2
/
+1
2019-05-13
liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior.
Lasse Collin
1
-3
/
+9
2019-05-11
spelling
Antoine Cœur
1
-1
/
+1
2016-11-21
liblzma: Avoid multiple definitions of lzma_coder structures.
Lasse Collin
1
-27
/
+33
2012-07-17
liblzma: Make the use of lzma_allocator const-correct.
Lasse Collin
1
-4
/
+4
2011-05-17
Add underscores to attributes (__attribute((__foo__))).
Lasse Collin
1
-1
/
+1
2010-05-26
Rename MIN() and MAX() to my_min() and my_max().
Lasse Collin
1
-3
/
+4
2009-11-15
Fix wrong indentation caused by incorrect settings
Lasse Collin
1
-9
/
+9
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
-10
/
+25
2008-12-15
The LZMA2 decoder fix introduced a bug to LZ decoder,
Lasse Collin
1
-10
/
+23
2008-12-15
Fix data corruption in LZMA2 decoder.
Lasse Collin
1
-1
/
+16
2008-09-13
LZ decoder cleanup
Lasse Collin
1
-3
/
+2
2008-09-13
Renamed constants:
Lasse Collin
1
-1
/
+1
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
1
-373
/
+174
2008-06-18
Update the code to mostly match the new simpler file format
Lasse Collin
1
-3
/
+3
2008-03-11
Initialize the last byte of the dictionary to zero so that
Lasse Collin
1
-0
/
+1
2008-03-10
Always initialize lz->temp_size in lz_decoder.c. temp_size did
Lasse Collin
1
-5
/
+6
2008-02-02
Don't memzero() the history buffer when initializing LZ
Lasse Collin
1
-4
/
+3
2007-12-09
Imported to git.
Lasse Collin
1
-0
/
+462