projects
/
platform
/
upstream
/
xz.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/xz.git
2008-01-23
Lasse Collin
Fixed a typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-23
Lasse Collin
Fix a memory leak in the Subblock encoder.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-23
Lasse Collin
Fix Size of Header Metadata Block handling. Now
commit
|
commitdiff
|
tree
|
snapshot
2008-01-23
Lasse Collin
Fix a memory leak in metadata_decoder.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-23
Lasse Collin
Fix the fix 863028cb7ad6d8d0455fa69348f56b376d7b908f...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-22
Lasse Collin
Take advantage of return_if_error() macro in
commit
|
commitdiff
|
tree
|
snapshot
2008-01-22
Lasse Collin
Fixed a dangling pointer that caused invalid free().
commit
|
commitdiff
|
tree
|
snapshot
2008-01-22
Lasse Collin
Added lzma_easy_* functions. These should make using
commit
|
commitdiff
|
tree
|
snapshot
2008-01-22
Lasse Collin
Fix Multi-Block Stream encoder's EOPM usage.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-21
Lasse Collin
Made lzma_extra pointers const in lzma_options_stream.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-20
Lasse Collin
Updated debug/sync_flush.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-20
Lasse Collin
Added debug/repeat.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-20
Lasse Collin
Fix alignment handling bugs in Subblock encoder.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-19
Lasse Collin
Implemented LZMA_SYNC_FLUSH support to the Subblock...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-19
Lasse Collin
Revised the Delta filter implementation. The initialization
commit
|
commitdiff
|
tree
|
snapshot
2008-01-18
Lasse Collin
Added the debug directory and the first debug tool
commit
|
commitdiff
|
tree
|
snapshot
2008-01-18
Lasse Collin
Added test files to test usage of flush marker in LZMA.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-18
Lasse Collin
Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-18
Lasse Collin
Don't add -g to CFLAGS when --enable-debug is specified.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-18
Lasse Collin
Set stdin and stdout to binary mode on Windows. This...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Lasse Collin
Added test_compress.sh and bunch of files needed by it.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Lasse Collin
Subblock decoder: Don't exit the main loop in decode_bu...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Lasse Collin
Fix wrong too small size of argument unfiltered_max
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Lasse Collin
Added --delta to the output of "lzma --help".
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Lasse Collin
Fix Subblock docoder: If Subblock filter was used with...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Lasse Collin
Tiny non-technical edits to file-format.txt.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Lasse Collin
Plugged a memory leak in stream_decoder.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Lasse Collin
Added memory leak detection to lzmadec.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Lasse Collin
Added lzma_memlimit_count().
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Lasse Collin
Added ARRAY_SIZE(array) macro.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Lasse Collin
Make Uncompresed Size validation more strict
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Free the allocated memory in lzmadec if debugging is
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Fix memory leaks from test_block_header.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Use fastpos.h when encoding LZMA dictionary size in
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Revised the fastpos code. It now uses the slightly...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Added bsr.h.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Fixed assembler detection in configure.ac, and added
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Omit invalid space from printf() format string
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Removed a few unused macros from lzma_common.h.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Fix a typo in lzma_encoder.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Convert bittree_get_price() and bittree_reverse_get_price()
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Fix CRC code in case --enable-small is used.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Fix typo in test_index.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Lasse Collin
Added precomputed range coder probability price table.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Lasse Collin
Remove RC_BUFFER_SIZE from lzma_encoder_private.h
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Lasse Collin
Major changes to LZ encoder, LZMA encoder, and range...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Lasse Collin
Added one assert() to process.c of the command line...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Lasse Collin
Don't use coder->lz.stream_end_was_reached in assertions
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Lasse Collin
In lzma_read_match_distances(), don't use
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Lasse Collin
Small LZMA_SYNC_FLUSH fixes to Block and Single-Stream...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Lasse Collin
More fixes to LZMA decoder's flush marker handling.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Lasse Collin
Eliminate lzma_lz_encoder.must_move_pos. It's needed
commit
|
commitdiff
|
tree
|
snapshot
2008-01-09
Lasse Collin
Define HAVE_ASM_X86 when x86 assembler optimizations are
commit
|
commitdiff
|
tree
|
snapshot
2008-01-09
Lasse Collin
Added good-single-none-empty_3.lzma and
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Lasse Collin
Take advantage of return_if_error() in block_decoder.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Lasse Collin
Updated tests/files/README.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Lasse Collin
Added test files with empty Compressed Data.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Lasse Collin
Fix decoding of Blocks that have only Block Header.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Lasse Collin
Added good-single-subblock_implicit.lzma.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Lasse Collin
Disable CRC32 from Block Headers when --check=none
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Lasse Collin
Fixed encoding of empty files. Arguments to is_size_valid()
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Lasse Collin
Added a few test files.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Lasse Collin
Avoid using ! in test_files.sh, because that doesn...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
More pre-C99 inttypes.h compatibility fixes. Now the...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
Updated fi.po although it's currently pretty much crap.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
Test for $GCC = yes instead of if it is non-empty....
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
Added test_files.sh to tests/Makefile.am so it gets
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
Cosmetic edit to test_files.sh.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
Added tests/files/README.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
Tell in COPYING that everything in tests/files is
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
Cleaned up the tests/files directory.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
Added test_files.sh to test decoding of the files in
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
Updated README regarding the assembler optimizations.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Lasse Collin
Updated THANKS.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-06
Lasse Collin
Cosmetic changes to configure.ac.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-06
Lasse Collin
Automatically disable assembler code on Darwin x86.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-06
Lasse Collin
With printf(), use PRIu64 with a cast to uint64_t instead
commit
|
commitdiff
|
tree
|
snapshot
2008-01-06
Lasse Collin
Introduced compatibility with systems that have pre-C99
commit
|
commitdiff
|
tree
|
snapshot
2008-01-05
Lasse Collin
Fix typo in comment (INT64_MAX -> UINT64_MAX).
commit
|
commitdiff
|
tree
|
snapshot
2008-01-05
Lasse Collin
Rearranged testing of GCC-specific flags.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-04
Lasse Collin
Another bug fix for flush marker detection.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-04
Lasse Collin
Fix stupid bugs in flush marker detection.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-04
Lasse Collin
Added support for flush marker, which will be in files
commit
|
commitdiff
|
tree
|
snapshot
2008-01-04
Lasse Collin
Moved range decoder initialization (reading the first
commit
|
commitdiff
|
tree
|
snapshot
2007-12-14
Lasse Collin
Added a note to README that --disable-assembler
commit
|
commitdiff
|
tree
|
snapshot
2007-12-14
Lasse Collin
Use the filename suffix .S instead of .s for assembler...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-14
Lasse Collin
Fixed wrong symbol name in crc64_x86.s.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-14
Lasse Collin
Use .globl instead of .global in x86 assembler code for
commit
|
commitdiff
|
tree
|
snapshot
2007-12-13
Lasse Collin
Fixed a few short options that take an argument.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-11
Lasse Collin
Removed uncompressed size tracking from Delta encoder...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-11
Lasse Collin
Remove uncompressed size tracking from the filter encoders.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-11
Lasse Collin
Get rid of no-NLS gnulib. I don't know how to get it
commit
|
commitdiff
|
tree
|
snapshot
2007-12-11
Lasse Collin
Fixed a typo in tests/Makefile.am which prevented
commit
|
commitdiff
|
tree
|
snapshot
2007-12-11
Lasse Collin
Fixed wrong type of flags_size in Subblock encoder.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-10
Lasse Collin
Bumped version number to 4.42.3alpha.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-10
Lasse Collin
Disabled some unneeded warnings and made "make dist...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-09
Lasse Collin
Added LZMA_SYNC_FLUSH support to the Copy filter.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-09
Lasse Collin
Added missing LZMA_API to the C versions of the CRC...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-09
Jim Meyering
* tests/test_block_header.c (test3): Remove duplicate...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-09
Lasse Collin
Take advantage of return_if_error() macro in more places.
commit
|
commitdiff
|
tree
|
snapshot
next