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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-02
Some fixes to LZ encoder.
Lasse Collin
3
-75
/
+94
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
20
-1846
/
+1865
2008-06-18
Update the code to mostly match the new simpler file format
Lasse Collin
2
-6
/
+10
2008-06-01
Fix a buffer overflow in the LZMA encoder. It was due to my
Lasse Collin
2
-124
/
+7
2008-04-25
Prevent LZ encoder from hanging with known uncompressed
larhzu/v4.999.3alpha
Lasse Collin
1
-2
/
+7
2008-04-24
Fix wrong return type (uint32_t -> bool).
Lasse Collin
2
-2
/
+2
2008-04-24
Fix data corruption in LZ encoder with LZMA_SYNC_FLUSH.
Lasse Collin
3
-5
/
+38
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
2008-01-18
Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
Lasse Collin
2
-8
/
+27
2008-01-14
Major changes to LZ encoder, LZMA encoder, and range encoder.
Lasse Collin
2
-25
/
+130
2008-01-14
Don't use coder->lz.stream_end_was_reached in assertions
Lasse Collin
1
-2
/
+0
2008-01-10
Eliminate lzma_lz_encoder.must_move_pos. It's needed
Lasse Collin
2
-8
/
+2
2007-12-09
Imported to git.
Lasse Collin
18
-0
/
+2193