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
/
lzma_encoder.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-07
liblzma: Add NULL checks to LZMA and LZMA2 properties encoders.
jiat75
1
-0
/
+3
2021-01-29
liblzma: Fix unitialized variable.
Lasse Collin
1
-0
/
+1
2021-01-14
liblzma: Add rough support for output-size-limited encoding in LZMA1.
Lasse Collin
1
-35
/
+92
2019-12-31
Rename unaligned_read32ne to read32ne, and similarly for the others.
Lasse Collin
1
-1
/
+1
2016-11-21
liblzma: Avoid multiple definitions of lzma_coder structures.
Lasse Collin
1
-14
/
+15
2015-03-07
liblzma: Silence more uint32_t vs. size_t warnings.
Lasse Collin
1
-1
/
+1
2012-07-17
liblzma: Make the use of lzma_allocator const-correct.
Lasse Collin
1
-3
/
+4
2010-10-26
liblzma: Rename a few variables and constants.
Lasse Collin
1
-28
/
+28
2010-10-19
Clean up a few FIXMEs and TODOs.
Lasse Collin
1
-1
/
+1
2009-10-04
Use a tuklib module for integer handling.
Lasse Collin
1
-1
/
+1
2009-09-11
Fix a couple of warnings.
Lasse Collin
1
-1
/
+1
2009-04-13
Put the interesting parts of XZ Utils into the public domain.
Lasse Collin
1
-12
/
+5
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
-1
/
+8
2009-01-19
Move some LZMA2 constants to lzma2_encoder.h so that they
Lasse Collin
1
-1
/
+2
2008-12-27
Bunch of liblzma tweaks, including some API changes.
Lasse Collin
1
-1
/
+1
2008-12-09
Make the memusage functions of LZMA1 and LZMA2 encoders
Lasse Collin
1
-14
/
+30
2008-09-27
Some API changes, bug fixes, cleanups etc.
Lasse Collin
1
-30
/
+21
2008-09-17
Miscellaneous LZ and LZMA encoder cleanups
Lasse Collin
1
-41
/
+23
2008-09-13
Renamed constants:
Lasse Collin
1
-4
/
+4
2008-08-31
Fix wrong pointer calculation in LZMA encoder.
Lasse Collin
1
-1
/
+3
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
1
-126
/
+450
2008-06-20
Remove some redundant code from LZMA encoder.
Lasse Collin
1
-14
/
+1
2008-06-18
Comments
Lasse Collin
1
-5
/
+2
2008-06-01
Fix a buffer overflow in the LZMA encoder. It was due to my
Lasse Collin
1
-290
/
+261
2008-04-24
Added two assert()s.
Lasse Collin
1
-1
/
+3
2008-03-22
Demystified the "state" variable in LZMA code. Use the
Lasse Collin
1
-7
/
+7
2008-03-14
Fix data corruption in LZMA encoder. Note that this bug was
Lasse Collin
1
-0
/
+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
1
-0
/
+1
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
1
-12
/
+7
2008-01-14
Major changes to LZ encoder, LZMA encoder, and range encoder.
Lasse Collin
1
-31
/
+43
2007-12-09
Imported to git.
Lasse Collin
1
-0
/
+413