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
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-12
liblzma: Silence another warning from -Wsign-conversion in a 32-bit build.
Lasse Collin
1
-3
/
+4
2023-01-12
Fix warnings from clang -Wdocumentation.
Lasse Collin
1
-2
/
+2
2022-11-28
liblzma: Remove lzma_lz_decoder_uncompressed() as it's now unused.
Lasse Collin
2
-17
/
+0
2022-11-27
liblzma: Pass the Filter ID to LZ encoder and decoder.
Lasse Collin
4
-6
/
+10
2022-11-24
liblzma: Allow nice_len 2 and 3 even if match finder requires 3 or 4.
Lasse Collin
2
-5
/
+18
2022-11-14
liblzma: Use __attribute__((__constructor__)) if available.
Lasse Collin
1
-1
/
+1
2022-07-25
liblzma: Refactor lzma_mf_is_supported() to use a switch-statement.
Jia Tan
1
-18
/
+14
2022-07-13
liblzma: Add optional autodetection of LZMA end marker.
Lasse Collin
2
-5
/
+13
2021-01-14
liblzma: Add rough support for output-size-limited encoding in LZMA1.
Lasse Collin
2
-0
/
+20
2019-12-31
Rename unaligned_read32ne to read32ne, and similarly for the others.
Lasse Collin
1
-1
/
+1
2019-06-25
liblzma: Fix a buggy comment.
Lasse Collin
1
-1
/
+1
2019-06-24
liblzma: Remove incorrect uses of lzma_attribute((__unused__)).
Lasse Collin
1
-2
/
+1
2019-06-02
liblzma: Fix one more unaligned read to use unaligned_read16ne().
Lasse Collin
1
-1
/
+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
4
-64
/
+75
2015-11-04
liblzma: Make Valgrind happier with optimized (gcc -O2) liblzma.
Lasse Collin
1
-0
/
+4
2015-03-07
liblzma: Silence more uint32_t vs. size_t warnings.
Lasse Collin
1
-1
/
+1
2015-01-26
liblzma: Silence harmless Valgrind errors.
Lasse Collin
1
-0
/
+6
2014-08-04
liblzma: Use lzma_memcmplen() in the BT3 match finder.
Lasse Collin
1
-3
/
+2
2014-07-25
liblzma: Use lzma_memcmplen() in the match finders.
Lasse Collin
2
-23
/
+23
2014-05-25
liblzma: Use lzma_alloc_zero() in LZ encoder initialization.
Lasse Collin
3
-55
/
+62
2012-07-17
liblzma: Make the use of lzma_allocator const-correct.
Lasse Collin
4
-19
/
+21
2011-06-16
liblzma: Remove unneeded semicolon.
Lasse Collin
1
-1
/
+1
2011-05-17
Add underscores to attributes (__attribute((__foo__))).
Lasse Collin
2
-2
/
+2
2010-09-03
liblzma: Adjust default depth calculation for HC3 and HC4.
Lasse Collin
1
-3
/
+4
2010-06-02
Silence a bogus Valgrind warning.
Lasse Collin
1
-1
/
+5
2010-05-26
Rename MIN() and MAX() to my_min() and my_max().
Lasse Collin
5
-8
/
+9
2010-02-12
Collection of language fixes to comments and docs.
Lasse Collin
2
-2
/
+2
2009-11-15
Fix wrong indentation caused by incorrect settings
Lasse Collin
1
-9
/
+9
2009-11-14
Fix a design error in liblzma API.
Lasse Collin
2
-0
/
+21
2009-10-04
Use a tuklib module for integer handling.
Lasse Collin
1
-1
/
+1
2009-10-02
Use unaligned access (if possible) on both endiannesses
Lasse Collin
1
-2
/
+2
2009-10-02
Make liblzma produce the same output on both endiannesses.
Lasse Collin
5
-14
/
+98
2009-09-12
A few grammar fixes.
Lasse Collin
1
-5
/
+5
2009-09-11
Fix a couple of warnings.
Lasse Collin
1
-4
/
+1
2009-08-16
Fix data corruption in LZ/LZMA2 encoder.
Lasse Collin
1
-1
/
+1
2009-06-30
Build system fixes
Lasse Collin
2
-29
/
+21
2009-06-26
Fix @variables@ to $(variables) in Makefile.am files.
Lasse Collin
1
-3
/
+3
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
7
-80
/
+31
2009-04-10
Fix off-by-one in LZ decoder.
Lasse Collin
1
-1
/
+1
2009-02-08
Add a separate internal function to initialize the CRC32
Lasse Collin
1
-2
/
+2
2009-02-02
Modify LZMA_API macro so that it works on Windows with
Lasse Collin
1
-1
/
+1
2009-01-27
Added initial support for preset dictionary for raw LZMA1
Lasse Collin
3
-13
/
+49
2008-12-31
Remove lzma_init() and other init functions from liblzma API.
Lasse Collin
1
-0
/
+6
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
2
-4
/
+21
2008-11-19
Oh well, big messy commit again. Some highlights:
Lasse Collin
1
-2
/
+2
2008-09-27
Some API changes, bug fixes, cleanups etc.
Lasse Collin
3
-44
/
+42
2008-09-17
Miscellaneous LZ and LZMA encoder cleanups
Lasse Collin
1
-2
/
+6
2008-09-13
LZ decoder cleanup
Lasse Collin
1
-3
/
+2
2008-09-13
Renamed constants:
Lasse Collin
2
-2
/
+2
2008-09-06
Comments
Lasse Collin
3
-9
/
+8
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