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
/
common
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-30
Fixed Stream decoder to actually use the first_stream variable.
Lasse Collin
1
-0
/
+5
2008-09-30
Fixed uninitialized variable in Stream decoder.
Lasse Collin
1
-0
/
+1
2008-09-27
Fix conflicting Subblock helper filter's ID.
Lasse Collin
1
-1
/
+1
2008-09-27
Changed magic bytes to match the updated spec. Filename
Lasse Collin
2
-3
/
+3
2008-09-27
Some API changes, bug fixes, cleanups etc.
Lasse Collin
9
-30
/
+33
2008-09-13
Renamed constants:
Lasse Collin
23
-97
/
+94
2008-09-12
Improved the Stream Flags handling API.
Lasse Collin
6
-14
/
+43
2008-09-11
Remove a check from Block encoder that should have already
Lasse Collin
1
-5
/
+0
2008-09-11
Remove bogus #includes.
Lasse Collin
4
-36
/
+0
2008-09-10
Check for LZMA_FILTER_RESERVED_START in filter_flags_encoder.c.
larhzu/v4.999.5alpha
Lasse Collin
1
-3
/
+4
2008-09-10
Filter handling cleanups
Lasse Collin
5
-120
/
+54
2008-09-10
Comments
Lasse Collin
1
-1
/
+5
2008-09-10
Cleaned up Block encoder and moved the no longer shared
Lasse Collin
4
-97
/
+66
2008-09-06
Some API cleanups
Lasse Collin
5
-34
/
+42
2008-09-04
Don't allow LZMA_SYNC_FLUSH with decoders anymore. There's
Lasse Collin
3
-3
/
+2
2008-09-02
Auto decoder cleanup
Lasse Collin
1
-1
/
+1
2008-09-02
Updated auto decoder to handle LZMA_CONCATENATED when decoding
Lasse Collin
1
-16
/
+71
2008-09-02
Stream decoder cleanups
Lasse Collin
1
-25
/
+32
2008-08-28
Sort of garbage collection commit. :-| Many things are still
Lasse Collin
54
-1900
/
+1583
2008-06-18
Update the code to mostly match the new simpler file format
Lasse Collin
54
-5315
/
+2944
2008-05-11
Remove support for pre-C89 libc versions that lack memcpy,
Lasse Collin
1
-1
/
+1
2008-04-28
Fixed wrong spelling "limitter" to "limiter". This affects
Lasse Collin
2
-2
/
+2
2008-04-25
Removed src/liblzma/common/sysdefs.h symlink, which was
Lasse Collin
3
-3
/
+1
2008-04-24
Fix a memory leak by calling free(extra->data) in
Lasse Collin
1
-0
/
+1
2008-03-10
Don't fill allocated memory with 0xFD when debugging is
Lasse Collin
1
-3
/
+4
2008-02-01
Do uncompressed size validation in raw encoder. This way
Lasse Collin
1
-17
/
+73
2008-02-01
Avoid unneeded function call in raw_common.c.
Lasse Collin
1
-9
/
+11
2008-01-25
Combine lzma_options_block validation needed by both Block
Lasse Collin
3
-48
/
+71
2008-01-25
Improved the memory limitter:
Lasse Collin
1
-14
/
+83
2008-01-23
Fix decoding of empty Metadata Blocks, that don't have
Lasse Collin
1
-1
/
+3
2008-01-23
Fix a bug related to 99e12af4e2b866c011fe0106cd1e0bfdcc8fe9c6.
Lasse Collin
1
-6
/
+7
2008-01-23
Fix decoding of Extra Records that have empty Data.
Lasse Collin
1
-1
/
+12
2008-01-23
Add the trailing '\0' to lzma_extra.data as the API header
Lasse Collin
1
-1
/
+3
2008-01-23
Return LZMA_STREAM_END instead of LZMA_OK if
Lasse Collin
1
-1
/
+5
2008-01-23
Fix Size of Header Metadata Block handling. Now
Lasse Collin
3
-15
/
+15
2008-01-23
Fix a memory leak in metadata_decoder.c.
Lasse Collin
1
-0
/
+1
2008-01-23
Fix the fix 863028cb7ad6d8d0455fa69348f56b376d7b908f which
Lasse Collin
1
-1
/
+4
2008-01-23
Take advantage of return_if_error() macro in
Lasse Collin
1
-16
/
+8
2008-01-23
Fixed a dangling pointer that caused invalid free().
Lasse Collin
1
-0
/
+1
2008-01-22
Added lzma_easy_* functions. These should make using
Lasse Collin
7
-2
/
+254
2008-01-22
Fix Multi-Block Stream encoder's EOPM usage.
Lasse Collin
1
-1
/
+1
2008-01-22
Made lzma_extra pointers const in lzma_options_stream.
Lasse Collin
1
-2
/
+6
2008-01-19
Revised the Delta filter implementation. The initialization
Lasse Collin
10
-200
/
+363
2008-01-16
Plugged a memory leak in stream_decoder.c.
Lasse Collin
1
-0
/
+20
2008-01-16
Added lzma_memlimit_count().
Lasse Collin
1
-0
/
+19
2008-01-16
Make Uncompresed Size validation more strict
Lasse Collin
1
-1
/
+2
2008-01-15
Use fastpos.h when encoding LZMA dictionary size in
Lasse Collin
1
-21
/
+19
2008-01-15
Revised the fastpos code. It now uses the slightly faster
Lasse Collin
1
-3
/
+0
2008-01-15
Added bsr.h.
Lasse Collin
2
-0
/
+62
2008-01-15
Fix CRC code in case --enable-small is used.
Lasse Collin
2
-4
/
+0
2008-01-15
Added precomputed range coder probability price table.
Lasse Collin
1
-2
/
+3
2008-01-14
Small LZMA_SYNC_FLUSH fixes to Block and Single-Stream encoders.
Lasse Collin
2
-2
/
+3
2008-01-08
Take advantage of return_if_error() in block_decoder.c.
Lasse Collin
1
-16
/
+7
2008-01-08
Fix decoding of Blocks that have only Block Header.
Lasse Collin
1
-23
/
+14
2008-01-08
Fixed encoding of empty files. Arguments to is_size_valid()
Lasse Collin
1
-1
/
+1
2007-12-11
Removed uncompressed size tracking from Delta encoder too.
Lasse Collin
1
-18
/
+3
2007-12-11
Remove uncompressed size tracking from the filter encoders.
Lasse Collin
1
-23
/
+2
2007-12-09
Added LZMA_SYNC_FLUSH support to the Copy filter.
Lasse Collin
1
-35
/
+57
2007-12-09
Take advantage of return_if_error() macro in more places.
Lasse Collin
5
-84
/
+39
2007-12-09
Imported to git.
Lasse Collin
56
-0
/
+8851