]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/common
liblzma: Make lzma_code() check the reserved members in lzma_stream.
[icculus/xz.git] / src / liblzma / common /
2010-10-23 Lasse Collinliblzma: Make lzma_code() check the reserved members...
2010-10-23 Lasse Collinliblzma: Use 512 as INDEX_GROUP_SIZE.
2010-10-21 Lasse Collinliblzma: Update the comments in the API headers.
2010-10-19 Lasse CollinClean up a few FIXMEs and TODOs.
2010-05-27 Lasse CollinFix lzma_block_compressed_size().
2010-05-27 Lasse CollinRemove unused chunk_size.c.
2010-05-26 Lasse CollinRename MIN() and MAX() to my_min() and my_max().
2010-05-26 Lasse CollinRemove the Subblock filter code for now.
2010-03-06 Lasse CollinFix missing initialization in lzma_strm_init().
2010-02-12 Lasse CollinCollection of language fixes to comments and docs.
2010-02-07 Lasse CollinSubtle change to liblzma Block handling API.
2009-12-31 Lasse CollinFix _memconfig() functions.
2009-12-31 Lasse CollinRevised the Index handling code.
2009-11-25 Lasse CollinFix bugs in lzma_index_read() and lzma_index_cat().
2009-11-25 Lasse CollinIndex decoder fixes.
2009-11-22 Lasse CollinMake fastpos.h use tuklib_integer.h instead of bsr.h
2009-11-15 Lasse CollinAdd lzma_physmem().
2009-11-14 Lasse CollinFix a design error in liblzma API.
2009-10-17 Lasse CollinFix wrong function name in the previous commit.
2009-10-16 Lasse CollinAdd lzma_filters_copy().
2009-10-04 Lasse CollinUse a tuklib module for integer handling.
2009-09-15 Lasse CollinFix incorrect use of "restrict".
2009-09-12 Lasse CollinA few grammar fixes.
2009-09-11 Lasse CollinFix a couple of warnings.
2009-06-30 Lasse CollinBuild system fixes
2009-06-26 Lasse CollinBasic support for building with Cygwin and MinGW using
2009-06-26 Lasse CollinFix @variables@ to $(variables) in Makefile.am files.
2009-05-26 Lasse CollinMake the raw value of the Check field available to...
2009-04-28 Lasse CollinFixed a crash in liblzma.
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-18 Lasse CollinAdded files missing from the previous commit.
2009-02-17 Lasse CollinAdded lzma_easy_buffer_encode(). Splitted easy.c into...
2009-02-13 Lasse CollinChanged how the version number is specified in various...
2009-02-07 Lasse CollinIntroduced LZMA_API_STATIC macro, which the applications
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-02-01 Lasse CollinFix a bug in lzma_block_buffer_decode(), although this
2009-02-01 Lasse CollinAdded initial version of raw buffer-to-buffer coding
2009-01-31 Lasse CollinUse __cdecl also for function pointers in liblzma API...
2009-01-31 Lasse CollinAdd LZMA_API to liblzma API headers. It's useful at...
2009-01-28 Lasse CollinFix uninitialized variables in alone_decoder.c. This...
2009-01-26 Lasse CollinAdd lzma_block_buffer_decode().
2009-01-26 Lasse CollinAdd more sanity checks to lzma_stream_buffer_decode().
2009-01-26 Lasse CollinAvoid hardcoded constant in easy.c.
2009-01-26 Lasse CollinTiny bit better sanity check in block_util.c
2009-01-24 Lasse CollinFix a dumb bug in Block decoder, which made it return
2009-01-23 Lasse CollinAdded lzma_stream_buffer_decode() and made minor cleanups.
2009-01-22 Lasse CollinFix a comment.
2009-01-20 Lasse CollinAdd some single-call buffer-to-buffer coding functions.
2009-01-20 Lasse CollinBlock encoder cleanups
2009-01-20 Lasse CollinUse LZMA_PROG_ERROR in lzma_code() as documented in...
2009-01-19 Lasse CollinFix handling of non-fatal errors in lzma_code().
2009-01-17 Lasse CollinBeta was supposed to be API stable but I had forgot...
2008-12-30 Lasse CollinRemove lzma_init() and other init functions from liblzm...
2008-12-27 Lasse CollinBunch of liblzma tweaks, including some API changes.
2008-12-18 Lasse CollinUpdated Makefile.am that was missing from the previous...
2008-12-17 Lasse CollinRemove the alignment functions for now. Maybe they...
2008-12-15 Lasse CollinFix a dumb bug in .lzma decoder which was introduced in
2008-12-15 Lasse CollinBunch of liblzma API cleanups and fixes.
2008-12-01 Lasse CollinValidate the filter chain before checking filter-specific
2008-12-01 Lasse CollinAdded the changes for Delta filter that should have...
2008-11-25 Lasse CollinRemove the nowadays unneeded memory limitting malloc...
2008-11-23 Lasse CollinVLI encoder and decoder cleanups. Made encoder return
2008-11-19 Lasse CollinOh well, big messy commit again. Some highlights:
2008-09-30 Lasse CollinFixed Stream decoder to actually use the first_stream...
2008-09-30 Lasse CollinFixed uninitialized variable in Stream decoder.
2008-09-27 Lasse CollinFix conflicting Subblock helper filter's ID.
2008-09-27 Lasse CollinChanged magic bytes to match the updated spec. Filename
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-09-13 Lasse CollinRenamed constants:
2008-09-12 Lasse CollinImproved the Stream Flags handling API.
2008-09-11 Lasse CollinRemove a check from Block encoder that should have...
2008-09-11 Lasse CollinRemove bogus #includes.
2008-09-10 Lasse CollinCheck for LZMA_FILTER_RESERVED_START in filter_flags_en... v4.999.5alpha
2008-09-10 Lasse CollinFilter handling cleanups
2008-09-09 Lasse CollinComments
2008-09-09 Lasse CollinCleaned up Block encoder and moved the no longer shared
2008-09-06 Lasse CollinSome API cleanups
2008-09-04 Lasse CollinDon't allow LZMA_SYNC_FLUSH with decoders anymore....
2008-09-02 Lasse CollinAuto decoder cleanup
2008-09-02 Lasse CollinUpdated auto decoder to handle LZMA_CONCATENATED when...
2008-09-02 Lasse CollinStream decoder cleanups
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-18 Lasse CollinUpdate the code to mostly match the new simpler file...
2008-05-11 Lasse CollinRemove support for pre-C89 libc versions that lack...
2008-04-28 Lasse CollinFixed wrong spelling "limitter" to "limiter". This...
2008-04-25 Lasse CollinRemoved src/liblzma/common/sysdefs.h symlink, which was
2008-04-24 Lasse CollinFix a memory leak by calling free(extra->data) in
2008-03-10 Lasse CollinDon't fill allocated memory with 0xFD when debugging is
2008-02-01 Lasse CollinDo uncompressed size validation in raw encoder. This way
2008-02-01 Lasse CollinAvoid unneeded function call in raw_common.c.
2008-01-25 Lasse CollinCombine lzma_options_block validation needed by both...
2008-01-25 Lasse CollinImproved the memory limitter:
2008-01-23 Lasse CollinFix decoding of empty Metadata Blocks, that don't have
2008-01-23 Lasse CollinFix a bug related to 99e12af4e2b866c011fe0106cd1e0bfdcc...
2008-01-23 Lasse CollinFix decoding of Extra Records that have empty Data.
2008-01-23 Lasse CollinAdd the trailing '\0' to lzma_extra.data as the API...
2008-01-23 Lasse CollinReturn LZMA_STREAM_END instead of LZMA_OK if
2008-01-23 Lasse CollinFix Size of Header Metadata Block handling. Now
2008-01-23 Lasse CollinFix a memory leak in metadata_decoder.c.
2008-01-23 Lasse CollinFix the fix 863028cb7ad6d8d0455fa69348f56b376d7b908f...
next