Sign in
googlers
/
jrn
/
xz
/
3e8bd1d15e417f2d588e9be50ce027ee3d48b2da
/
src
/
liblzma
/
lz
71e1437
liblzma: Use lzma_memcmplen() in the BT3 match finder.
by Lasse Collin
· 10 years ago
5db7505
liblzma: Use lzma_memcmplen() in the match finders.
by Lasse Collin
· 10 years ago
da1718f
liblzma: Use lzma_alloc_zero() in LZ encoder initialization.
by Lasse Collin
· 11 years ago
3778db1
liblzma: Make the use of lzma_allocator const-correct.
by Lasse Collin
· 12 years ago
324cde7
liblzma: Remove unneeded semicolon.
by Lasse Collin
· 14 years ago
4c6e146
Add underscores to attributes (__attribute((__foo__))).
by Lasse Collin
· 14 years ago
77fe595
liblzma: Adjust default depth calculation for HC3 and HC4.
by Lasse Collin
· 14 years ago
b5fbab6
Silence a bogus Valgrind warning.
by Lasse Collin
· 15 years ago
920a69a
Rename MIN() and MAX() to my_min() and my_max().
by Lasse Collin
· 15 years ago
eb7d51a
Collection of language fixes to comments and docs.
by Lasse Collin
· 15 years ago
e330fb7
Fix wrong indentation caused by incorrect settings in the text editor.
by Lasse Collin
· 15 years ago
418d64a
Fix a design error in liblzma API.
by Lasse Collin
· 15 years ago
ebfb2c5
Use a tuklib module for integer handling.
by Lasse Collin
· 15 years ago
3782b3f
Use unaligned access (if possible) on both endiannesses in lz_encoder_hash.h.
by Lasse Collin
· 15 years ago
c5f68b5
Make liblzma produce the same output on both endiannesses.
by Lasse Collin
· 15 years ago
4ab7b16
A few grammar fixes.
by Lasse Collin
· 15 years ago
18a4233
Fix a couple of warnings.
by Lasse Collin
· 15 years ago
3ce1916
Fix data corruption in LZ/LZMA2 encoder.
by Lasse Collin
· 15 years ago
f42ee98
Build system fixes
by Lasse Collin
· 16 years ago
1c9360b
Fix @variables@ to $(variables) in Makefile.am files.
by Lasse Collin
· 16 years ago
02ddf09
Put the interesting parts of XZ Utils into the public domain.
by Lasse Collin
· 16 years ago
e79c42d
Fix off-by-one in LZ decoder.
by Lasse Collin
· 16 years ago
0e27028
Add a separate internal function to initialize the CRC32
by Lasse Collin
· 16 years ago
22a0c6d
Modify LZMA_API macro so that it works on Windows with
by Lasse Collin
· 16 years ago
f76e39c
Added initial support for preset dictionary for raw LZMA1
by Lasse Collin
· 16 years ago
7ed9d94
Remove lzma_init() and other init functions from liblzma API.
by Lasse Collin
· 16 years ago
17781c2
The LZMA2 decoder fix introduced a bug to LZ decoder,
by Lasse Collin
· 16 years ago
ff7fb2c
Fix data corruption in LZMA2 decoder.
by Lasse Collin
· 16 years ago
e114502
Oh well, big messy commit again. Some highlights:
by Lasse Collin
· 16 years ago
1dcecfb
Some API changes, bug fixes, cleanups etc.
by Lasse Collin
· 16 years ago
f147666
Miscellaneous LZ and LZMA encoder cleanups
by Lasse Collin
· 16 years ago
13d68b0
LZ decoder cleanup
by Lasse Collin
· 16 years ago
13a74b7
Renamed constants:
by Lasse Collin
· 16 years ago
32fe5fa
Comments
by Lasse Collin
· 16 years ago
fc68165
Some fixes to LZ encoder.
by Lasse Collin
· 16 years ago
3b34851
Sort of garbage collection commit. :-| Many things are still
by Lasse Collin
· 16 years ago
7d17818
Update the code to mostly match the new simpler file format
by Lasse Collin
· 17 years ago
369f72f
Fix a buffer overflow in the LZMA encoder. It was due to my
by Lasse Collin
· 17 years ago
beeb810
Prevent LZ encoder from hanging with known uncompressed
by Lasse Collin
· 17 years ago
v4.999.3alpha
6c5306e
Fix wrong return type (uint32_t -> bool).
by Lasse Collin
· 17 years ago
712cfe3
Fix data corruption in LZ encoder with LZMA_SYNC_FLUSH.
by Lasse Collin
· 17 years ago
f310c50
Initialize the last byte of the dictionary to zero so that
by Lasse Collin
· 17 years ago
596fa1f
Always initialize lz->temp_size in lz_decoder.c. temp_size did
by Lasse Collin
· 17 years ago
1a3b218
Don't memzero() the history buffer when initializing LZ
by Lasse Collin
· 17 years ago
ab5feaf
Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
by Lasse Collin
· 17 years ago
e22b379
Major changes to LZ encoder, LZMA encoder, and range encoder.
by Lasse Collin
· 17 years ago
9547e73
Don't use coder->lz.stream_end_was_reached in assertions in match_c.h.
by Lasse Collin
· 17 years ago
f73c2ab
Eliminate lzma_lz_encoder.must_move_pos. It's needed
by Lasse Collin
· 17 years ago
5d018dc
Imported to git.
by Lasse Collin
· 17 years ago