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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-01
Fix a buffer overflow in the LZMA encoder. It was due to my
Lasse Collin
5
-318
/
+320
2008-04-24
Added two assert()s.
Lasse Collin
1
-1
/
+3
2008-04-24
Fix fastpos problem in Makefile.am when built with --enable-small.
Lasse Collin
1
-1
/
+4
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
6
-70
/
+107
2008-03-14
Fix data corruption in LZMA encoder. Note that this bug was
Lasse Collin
1
-0
/
+4
2008-03-11
Apply a minor speed optimization to LZMA decoder.
Lasse Collin
1
-42
/
+43
2008-03-10
Really fix the price count initialization.
Lasse Collin
1
-2
/
+2
2008-03-10
Initialize align_price_count and match_price_count in
Lasse Collin
1
-0
/
+2
2008-02-28
Remove two redundant validity checks from the LZMA decoder.
Lasse Collin
1
-19
/
+4
2008-01-18
Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
Lasse Collin
1
-25
/
+2
2008-01-15
Revised the fastpos code. It now uses the slightly faster
Lasse Collin
9
-44
/
+746
2008-01-15
Removed a few unused macros from lzma_common.h.
Lasse Collin
1
-6
/
+2
2008-01-15
Fix a typo in lzma_encoder.c.
Lasse Collin
1
-1
/
+1
2008-01-15
Convert bittree_get_price() and bittree_reverse_get_price()
Lasse Collin
2
-22
/
+13
2008-01-14
Remove RC_BUFFER_SIZE from lzma_encoder_private.h
Lasse Collin
1
-2
/
+4
2008-01-14
Major changes to LZ encoder, LZMA encoder, and range encoder.
Lasse Collin
1
-31
/
+43
2008-01-14
In lzma_read_match_distances(), don't use
Lasse Collin
1
-3
/
+3
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
2
-117
/
+104
2008-01-04
Moved range decoder initialization (reading the first
Lasse Collin
1
-36
/
+6
2007-12-09
Imported to git.
Lasse Collin
14
-0
/
+3309