Age | Commit message (Expand) | Author | Files | Lines |
2014-07-25 | liblzma: Add lzma_memcmplen() for fast memory comparison. | Lasse Collin | 2 | -0/+171 |
2014-06-18 | liblzma: Add lzma_cputhreads(). | Lasse Collin | 2 | -0/+23 |
2014-05-25 | liblzma: Add the internal function lzma_alloc_zero(). | Lasse Collin | 2 | -0/+27 |
2014-01-29 | liblzma: Fix lzma_mt.preset not working with lzma_stream_encoder_mt(). | Lasse Collin | 1 | -2/+2 |
2013-10-02 | liblzma: Support LZMA_FULL_FLUSH and _BARRIER in threaded encoder. | Lasse Collin | 1 | -16/+39 |
2013-10-02 | liblzma: Add LZMA_FULL_BARRIER support to single-threaded encoder. | Lasse Collin | 3 | -4/+24 |
2013-09-17 | liblzma: Add block_buffer_encoder.h into Makefile.inc. | Lasse Collin | 1 | -0/+1 |
2013-09-17 | Add native threading support on Windows. | Lasse Collin | 1 | -47/+36 |
2013-06-23 | liblzma: Avoid a warning about a shadowed variable. | Lasse Collin | 1 | -2/+2 |
2013-03-23 | liblzma: Be less picky in lzma_alone_decoder(). | Lasse Collin | 3 | -11/+18 |
2013-03-23 | liblzma: Use lzma_block_buffer_bound64() in threaded encoder. | Lasse Collin | 1 | -16/+50 |
2013-03-23 | liblzma: Fix another deadlock in the threaded encoder. | Lasse Collin | 1 | -3/+6 |
2013-03-23 | liblzma: Add lzma_block_uncomp_encode(). | Lasse Collin | 2 | -31/+87 |
2012-12-14 | Make the progress indicator smooth in threaded mode. | Lasse Collin | 3 | -5/+94 |
2012-07-17 | liblzma: Make the use of lzma_allocator const-correct. | Lasse Collin | 36 | -105/+116 |
2011-10-23 | liblzma: Fix invalid free() in the threaded encoder. | Lasse Collin | 1 | -0/+4 |
2011-10-23 | liblzma: Fix a deadlock in the threaded encoder. | Lasse Collin | 1 | -1/+3 |
2011-05-27 | liblzma: Handle allocation failures correctly in lzma_index_init(). | Lasse Collin | 1 | -2/+5 |
2011-05-17 | Add underscores to attributes (__attribute((__foo__))). | Lasse Collin | 7 | -14/+16 |
2011-04-12 | Put the unstable APIs behind #ifdef LZMA_UNSTABLE. | Lasse Collin | 1 | -0/+2 |
2011-04-12 | Remove doubled words from documentation and comments. | Lasse Collin | 1 | -1/+1 |
2011-04-11 | liblzma: Add lzma_stream_encoder_mt() for threaded compression. | Lasse Collin | 6 | -1/+1375 |
2011-04-11 | liblzma: Use memzero() to initialize supported_actions[]. | Lasse Collin | 1 | -4/+2 |
2011-04-11 | liblzma: Add an internal function lzma_mt_block_size(). | Lasse Collin | 2 | -26/+24 |
2011-04-11 | liblzma: Don't create an empty Block in lzma_stream_buffer_encode(). | Lasse Collin | 1 | -7/+13 |
2011-04-11 | liblzma: Validate encoder arguments better. | Lasse Collin | 3 | -6/+20 |
2011-04-11 | liblzma: Make lzma_stream_encoder_init() static (second try). | Lasse Collin | 4 | -32/+6 |
2011-04-11 | Revert "liblzma: Make lzma_stream_encoder_init() static." | Lasse Collin | 3 | -4/+29 |
2011-04-10 | liblzma: Make lzma_stream_encoder_init() static. | Lasse Collin | 3 | -29/+4 |
2011-04-09 | liblzma: Add missing #ifdefs to filter_common.c. | Lasse Collin | 1 | -3/+3 |
2011-04-02 | liblzma: Fix a memory leak in stream_encoder.c. | Lasse Collin | 1 | -1/+1 |
2011-01-18 | Add alloc_size and malloc attributes to a few functions. | Lasse Collin | 1 | -1/+1 |
2010-10-23 | liblzma: Make lzma_code() check the reserved members in lzma_stream. | Lasse Collin | 1 | -0/+14 |
2010-10-23 | liblzma: Use 512 as INDEX_GROUP_SIZE. | Lasse Collin | 1 | -1/+1 |
2010-10-21 | liblzma: Update the comments in the API headers. | Lasse Collin | 2 | -0/+2 |
2010-10-19 | Clean up a few FIXMEs and TODOs. | Lasse Collin | 2 | -2/+4 |
2010-05-27 | Fix lzma_block_compressed_size(). | Lasse Collin | 1 | -3/+3 |
2010-05-27 | Remove unused chunk_size.c. | Lasse Collin | 1 | -67/+0 |
2010-05-26 | Rename MIN() and MAX() to my_min() and my_max(). | Lasse Collin | 3 | -3/+3 |
2010-05-26 | Remove the Subblock filter code for now. | Lasse Collin | 4 | -43/+0 |
2010-03-06 | Fix missing initialization in lzma_strm_init(). | Lasse Collin | 1 | -0/+1 |
2010-02-12 | Collection of language fixes to comments and docs. | Lasse Collin | 9 | -14/+14 |
2010-02-07 | Subtle change to liblzma Block handling API. | Lasse Collin | 1 | -0/+3 |
2010-01-01 | Fix _memconfig() functions. | Lasse Collin | 3 | -12/+20 |
2009-12-31 | Revised the Index handling code. | Lasse Collin | 7 | -578/+1040 |
2009-11-25 | Fix bugs in lzma_index_read() and lzma_index_cat(). | Lasse Collin | 1 | -11/+19 |
2009-11-25 | Index decoder fixes. | Lasse Collin | 1 | -6/+20 |
2009-11-22 | Make fastpos.h use tuklib_integer.h instead of bsr.h | Lasse Collin | 2 | -61/+0 |
2009-11-15 | Add lzma_physmem(). | Lasse Collin | 2 | -0/+26 |
2009-11-14 | Fix a design error in liblzma API. | Lasse Collin | 8 | -71/+156 |
2009-10-17 | Fix wrong function name in the previous commit. | Lasse Collin | 1 | -1/+1 |
2009-10-17 | Add lzma_filters_copy(). | Lasse Collin | 1 | -0/+82 |
2009-10-04 | Use a tuklib module for integer handling. | Lasse Collin | 6 | -10/+10 |
2009-09-15 | Fix incorrect use of "restrict". | Lasse Collin | 2 | -2/+2 |
2009-09-12 | A few grammar fixes. | Lasse Collin | 2 | -2/+2 |
2009-09-11 | Fix a couple of warnings. | Lasse Collin | 1 | -1/+1 |
2009-06-30 | Build system fixes | Lasse Collin | 3 | -84/+77 |
2009-06-26 | Basic support for building with Cygwin and MinGW using | Lasse Collin | 1 | -1/+1 |
2009-06-26 | Fix @variables@ to $(variables) in Makefile.am files. | Lasse Collin | 1 | -8/+8 |
2009-05-26 | Make the raw value of the Check field available to applications | Lasse Collin | 3 | -31/+25 |
2009-04-28 | Fixed a crash in liblzma. | Lasse Collin | 11 | -13/+13 |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 53 | -524/+159 |
2009-02-18 | Added files missing from the previous commit. | Lasse Collin | 1 | -1/+6 |
2009-02-17 | Added lzma_easy_buffer_encode(). Splitted easy.c into small | Lasse Collin | 6 | -47/+175 |
2009-02-13 | Changed how the version number is specified in various places. | Lasse Collin | 1 | -1/+1 |
2009-02-07 | Introduced LZMA_API_STATIC macro, which the applications | Lasse Collin | 1 | -1/+1 |
2009-02-02 | Modify LZMA_API macro so that it works on Windows with | Lasse Collin | 34 | -80/+80 |
2009-02-01 | Fix a bug in lzma_block_buffer_decode(), although this | Lasse Collin | 1 | -4/+4 |
2009-02-01 | Added initial version of raw buffer-to-buffer coding | Lasse Collin | 3 | -0/+157 |
2009-02-01 | Use __cdecl also for function pointers in liblzma API when | Lasse Collin | 1 | -11/+7 |
2009-01-31 | Add LZMA_API to liblzma API headers. It's useful at least | Lasse Collin | 1 | -2/+11 |
2009-01-28 | Fix uninitialized variables in alone_decoder.c. This bug was | Lasse Collin | 1 | -0/+2 |
2009-01-26 | Add lzma_block_buffer_decode(). | Lasse Collin | 2 | -0/+88 |
2009-01-26 | Add more sanity checks to lzma_stream_buffer_decode(). | Lasse Collin | 1 | -0/+7 |
2009-01-26 | Avoid hardcoded constant in easy.c. | Lasse Collin | 1 | -1/+1 |
2009-01-26 | Tiny bit better sanity check in block_util.c | Lasse Collin | 1 | -1/+1 |
2009-01-25 | Fix a dumb bug in Block decoder, which made it return | Lasse Collin | 1 | -3/+3 |
2009-01-23 | Added lzma_stream_buffer_decode() and made minor cleanups. | Lasse Collin | 2 | -0/+92 |
2009-01-22 | Fix a comment. | Lasse Collin | 1 | -1/+1 |
2009-01-20 | Add some single-call buffer-to-buffer coding functions. | Lasse Collin | 5 | -20/+567 |
2009-01-20 | Block encoder cleanups | Lasse Collin | 2 | -21/+32 |
2009-01-20 | Use LZMA_PROG_ERROR in lzma_code() as documented in base.h. | Lasse Collin | 1 | -16/+8 |
2009-01-19 | Fix handling of non-fatal errors in lzma_code(). | Lasse Collin | 1 | -1/+8 |
2009-01-17 | Beta was supposed to be API stable but I had forgot to rename | Lasse Collin | 6 | -9/+9 |
2008-12-31 | Remove lzma_init() and other init functions from liblzma API. | Lasse Collin | 5 | -113/+1 |
2008-12-27 | Bunch of liblzma tweaks, including some API changes. | Lasse Collin | 17 | -163/+150 |
2008-12-18 | Updated Makefile.am that was missing from the previous commit. | Lasse Collin | 1 | -1/+0 |
2008-12-17 | Remove the alignment functions for now. Maybe they will | Lasse Collin | 1 | -114/+0 |
2008-12-15 | Fix a dumb bug in .lzma decoder which was introduced in | Lasse Collin | 1 | -15/+14 |
2008-12-15 | Bunch of liblzma API cleanups and fixes. | Lasse Collin | 10 | -64/+270 |
2008-12-01 | Validate the filter chain before checking filter-specific | Lasse Collin | 1 | -4/+10 |
2008-12-01 | Added the changes for Delta filter that should have been | Lasse Collin | 2 | -2/+2 |
2008-11-25 | Remove the nowadays unneeded memory limitting malloc() wrapper. | Lasse Collin | 2 | -289/+0 |
2008-11-23 | VLI encoder and decoder cleanups. Made encoder return | Lasse Collin | 2 | -13/+33 |
2008-11-19 | Oh well, big messy commit again. Some highlights: | Lasse Collin | 14 | -331/+348 |
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 |