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_encoder.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
Add SPDX license identifier into 0BSD source code files.
Lasse Collin
1
-0
/
+2
2024-02-14
Change most public domain parts to 0BSD.
Lasse Collin
1
-3
/
+0
2023-12-20
liblzma: Initialize lzma_lz_encoder pointers with NULL.
Jia Tan
1
-1
/
+5
2023-12-16
liblzma: Set all values in lzma_lz_encoder to NULL after allocation.
Jia Tan
1
-3
/
+1
2023-12-16
liblzma: Tweak a comment.
Jia Tan
1
-1
/
+1
2023-05-11
liblzma: Creates IS_ENC_DICT_SIZE_VALID() macro.
Jia Tan
1
-3
/
+1
2022-11-27
liblzma: Pass the Filter ID to LZ encoder and decoder.
Lasse Collin
1
-2
/
+3
2022-11-24
liblzma: Allow nice_len 2 and 3 even if match finder requires 3 or 4.
Lasse Collin
1
-5
/
+9
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
2021-01-14
liblzma: Add rough support for output-size-limited encoding in LZMA1.
Lasse Collin
1
-0
/
+16
2016-11-21
liblzma: Avoid multiple definitions of lzma_coder structures.
Lasse Collin
1
-25
/
+32
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-07-25
liblzma: Use lzma_memcmplen() in the match finders.
Lasse Collin
1
-1
/
+12
2014-05-25
liblzma: Use lzma_alloc_zero() in LZ encoder initialization.
Lasse Collin
1
-40
/
+44
2012-07-17
liblzma: Make the use of lzma_allocator const-correct.
Lasse Collin
1
-9
/
+10
2011-05-17
Add underscores to attributes (__attribute((__foo__))).
Lasse Collin
1
-1
/
+1
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
1
-1
/
+1
2010-02-12
Collection of language fixes to comments and docs.
Lasse Collin
1
-1
/
+1
2009-11-14
Fix a design error in liblzma API.
Lasse Collin
1
-0
/
+17
2009-10-02
Make liblzma produce the same output on both endiannesses.
Lasse Collin
1
-1
/
+6
2009-09-11
Fix a couple of warnings.
Lasse Collin
1
-4
/
+1
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
1
-12
/
+5
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
1
-2
/
+16
2008-12-31
Remove lzma_init() and other init functions from liblzma API.
Lasse Collin
1
-0
/
+6
2008-09-27
Some API changes, bug fixes, cleanups etc.
Lasse Collin
1
-16
/
+14
2008-09-17
Miscellaneous LZ and LZMA encoder cleanups
Lasse Collin
1
-2
/
+6
2008-09-13
Renamed constants:
Lasse Collin
1
-1
/
+1
2008-09-06
Comments
Lasse Collin
1
-2
/
+1
2008-09-02
Some fixes to LZ encoder.
Lasse Collin
1
-10
/
+46
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
1
-392
/
+388
2008-06-01
Fix a buffer overflow in the LZMA encoder. It was due to my
Lasse Collin
1
-108
/
+5
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
1
-1
/
+1
2008-04-24
Fix data corruption in LZ encoder with LZMA_SYNC_FLUSH.
Lasse Collin
1
-0
/
+16
2008-01-18
Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
Lasse Collin
1
-8
/
+26
2008-01-14
Major changes to LZ encoder, LZMA encoder, and range encoder.
Lasse Collin
1
-20
/
+118
2008-01-10
Eliminate lzma_lz_encoder.must_move_pos. It's needed
Lasse Collin
1
-4
/
+2