2009-01-26 |
Lasse Collin | Add lzma_block_buffer_decode(). |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Lasse Collin | Add more sanity checks to lzma_stream_buffer_decode(). |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Lasse Collin | Avoid hardcoded constant in easy.c. |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Lasse Collin | Tiny bit better sanity check in block_util.c |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Lasse Collin | Fix a dumb bug in Block decoder, which made it return |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Lasse Collin | Added lzma_stream_buffer_decode() and made minor cleanups. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Lasse Collin | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Lasse Collin | Add some single-call buffer-to-buffer coding functions. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Lasse Collin | Block encoder cleanups |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Lasse Collin | Use LZMA_PROG_ERROR in lzma_code() as documented in... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Lasse Collin | Fix handling of non-fatal errors in lzma_code(). |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Lasse Collin | Move some LZMA2 constants to lzma2_encoder.h so that... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Lasse Collin | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Lasse Collin | Beta was supposed to be API stable but I had forgot... |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Lasse Collin | Updated THANKS. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Lasse Collin | Fixed a bug in 7z2lzma.bash to make it work with .7z... |
commit | commitdiff | tree | snapshot |
2009-01-07 |
Lasse Collin | Use pthread_sigmask() instead of sigprocmask() when... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Lasse Collin | Bumped version to 4.999.8beta right after the release |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Lasse Collin | Disable Subblock filter from test_compress.sh since... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Lasse Collin | Disable both Subblock encoder and decoder my default, |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Lasse Collin | Update some files in debug directory. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Lasse Collin | Prepare for 4.999.7beta release. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Lasse Collin | Cleaned up some comments in the API headers. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Lasse Collin | Renamed lzma_options_simple to lzma_options_bcj in... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Lasse Collin | Fixed missing quoting in configure.ac. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Lasse Collin | Updated src/liblzma/Makefile.am to use liblzma.pc.in... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Lasse Collin | Remove lzma_init() and other init functions from liblzm... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Lasse Collin | Use 28 MiB as memory usage limit for encoding in test_c... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Lasse Collin | Revert a change made in 3b34851de1eaf358cf9268922fa0eee... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Lasse Collin | Some xz command line tool improvements. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Lasse Collin | Bunch of liblzma tweaks, including some API changes. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Lasse Collin | Updated Makefile.am that was missing from the previous... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Lasse Collin | Remove the alignment functions for now. Maybe they... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Lasse Collin | xz message handling improvements |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Lasse Collin | Fix a dumb bug in .lzma decoder which was introduced in |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Lasse Collin | Bunch of liblzma API cleanups and fixes. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Lasse Collin | The LZMA2 decoder fix introduced a bug to LZ decoder, |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Lasse Collin | Added two new test files. |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Lasse Collin | Fix data corruption in LZMA2 decoder. |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Lasse Collin | Name the package "xz" in configure.ac. |
commit | commitdiff | tree | snapshot |
2008-12-12 |
Lasse Collin | Some adjustments to GCC warning flags. The important... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Lasse Collin | Remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Lasse Collin | Use "decompression" consistently in --long-help. |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Lasse Collin | Added preset=NUM to --lzma1 and --lzma2. This makes... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Lasse Collin | Put the file format specification into the public domain. |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Lasse Collin | Make the memusage functions of LZMA1 and LZMA2 encoders |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Lasse Collin | Updated THANKS. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Lasse Collin | In command line tool, take advantage of memusage calcul... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Lasse Collin | Validate the filter chain before checking filter-specific |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Lasse Collin | Make the memusage functions of LZMA1 and LZMA2 decoders |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Lasse Collin | Added the changes for Delta filter that should have... |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Lasse Collin | LZMA2 decoder cleanups. Make it require new LZMA properties |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Lasse Collin | Added lzma_delta_coder_memusage() which also validates |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Lasse Collin | Automake includes the m4 directory, so don't add it in |
commit | commitdiff | tree | snapshot |
2008-11-28 |
Lasse Collin | Tested using COLUMNS environment variable to avoid... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Lasse Collin | Cleanups to message.c. |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Lasse Collin | Remove the nowadays unneeded memory limitting malloc... |
commit | commitdiff | tree | snapshot |
2008-11-23 |
Lasse Collin | VLI encoder and decoder cleanups. Made encoder return |
commit | commitdiff | tree | snapshot |
2008-11-22 |
Lasse Collin | Typo fix |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Lasse Collin | Support NetBSD's errno for O_NOFOLLOW. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Lasse Collin | Build xzdec and lzmadec from xzdec.c. xzdec supports... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Lasse Collin | Minor cleanups to xzdec. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Lasse Collin | Added missing check for uint16_t. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Lasse Collin | Renamed lzma to xz and lzmadec to xzdec. We create... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Lasse Collin | Oh well, big messy commit again. Some highlights: |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Lasse Collin | Fixed the test that should have been fixed as part |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Lasse Collin | Fixed some help messages. |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Lasse Collin | Made the preset numbering more logical in liblzma API. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Lasse Collin | Removed fi from po/LINGUAS. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Lasse Collin | Fixed suffix handling with --format=raw. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Lasse Collin | Initial changes to change the suffix of the new format... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Lasse Collin | Renamed the test files from .lzma suffix to .xz suffix. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Lasse Collin | Fixed Stream decoder to actually use the first_stream... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Lasse Collin | Added one more test file. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Lasse Collin | Fixed uninitialized variable in Stream decoder. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Lasse Collin | Added two test files. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Lasse Collin | Fix conflicting Subblock helper filter's ID. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Lasse Collin | Changed magic bytes to match the updated spec. Filename |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Lasse Collin | Remove po/fi.po since I'm not keeping it updated for... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Lasse Collin | Fix also test_compress.sh. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Lasse Collin | Fixed compilation of test_filter_flags.c, which was... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Lasse Collin | Updated file format specification. It changes the suffix |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Lasse Collin | Some API changes, bug fixes, cleanups etc. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Lasse Collin | Added 7z2lzma.bash. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Lasse Collin | Miscellaneous LZ and LZMA encoder cleanups |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Lasse Collin | LZ decoder cleanup |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Lasse Collin | Renamed constants: |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Lasse Collin | Improved the Stream Flags handling API. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Lasse Collin | Simplified debug/known_sizes.c to match the relaxed |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Lasse Collin | Remove a check from Block encoder that should have... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Lasse Collin | Remove bogus #includes. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Lasse Collin | Updated THANKS. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Lasse Collin | Fix a compiler error on big endian systems that don't |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Lasse Collin | Silence a compiler warning. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Lasse Collin | Bumped version to 4.999.6alpha. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Lasse Collin | Check for LZMA_FILTER_RESERVED_START in filter_flags_en... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Lasse Collin | Filter handling cleanups |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Lasse Collin | Comments |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Lasse Collin | Cleaned up Block encoder and moved the no longer shared |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Lasse Collin | Changed Filter ID of LZMA to 0x20. |
commit | commitdiff | tree | snapshot |
next |