]> icculus.org git repositories - icculus/xz.git/history - src/liblzma
Update docs.
[icculus/xz.git] / src / liblzma /
2010-10-02 Lasse Collinliblzma: Small fixes to comments in the API headers.
2010-09-26 Lasse CollinFix the preset -3e.
2010-09-04 Lasse CollinDon't set lc=4 with --extreme.
2010-09-03 Lasse CollinTweak the compression presets -0 .. -5.
2010-09-03 Lasse Collinliblzma: Adjust default depth calculation for HC3 and...
2010-06-02 Lasse CollinSilence a bogus Valgrind warning.
2010-06-01 Lasse CollinFix a comment.
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-05-14 Lasse CollinOmit lzma_restrict from the API headers.
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-12 Lasse CollinFix jl -> jb in ASM files.
2010-02-12 Lasse CollinUse __APPLE__ instead of __MACH__ in ASM files.
2010-02-07 Lasse CollinSubtle change to liblzma Block handling API.
2010-01-27 Lasse CollinUse PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.
2009-12-31 Lasse CollinFix _memconfig() functions.
2009-12-31 Lasse CollinRevised the Index handling code.
2009-12-31 Lasse CollinAdd missing lzma_nothrow in filter.h.
2009-12-08 Lasse CollinAlways rely on GCC's auto-import on Windows.
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 CollinAdd missing consts to pointer casts.
2009-11-22 Lasse CollinMake fastpos.h use tuklib_integer.h instead of bsr.h
2009-11-15 Lasse CollinFix wrong indentation caused by incorrect settings
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-10-02 Lasse CollinUse unaligned access (if possible) on both endiannesses
2009-10-02 Lasse CollinMake liblzma produce the same output on both endiannesses.
2009-09-15 Lasse CollinFix incorrect use of "restrict".
2009-09-12 Lasse CollinFix GCC version check for nothrow attribute.
2009-09-12 Lasse CollinA few grammar fixes.
2009-09-11 Lasse CollinFix a couple of warnings.
2009-08-31 Lasse CollinRevert 43f44160b1ddcbf7e5205c37db09b3bebe7226f9
2009-08-29 Lasse CollinFix x86 assembler on GCC 3.
2009-08-27 Lasse CollinBumped version to 4.999.9beta.
2009-08-27 Lasse CollinUpdates to liblzma API headers.
2009-08-16 Lasse CollinFix data corruption in LZ/LZMA2 encoder.
2009-07-18 Lasse CollinAdded public domain notice into a few files.
2009-07-10 Lasse CollinBCJ filters: Reject invalid start offsets with LZMA_OPT...
2009-07-06 Lasse CollinUse sed instead of $(SED) so that we don't need to
2009-07-05 Lasse CollinUse @PACKAGE_HOMEPAGE@ in liblzma.pc.in.
2009-06-30 Lasse CollinBuild system fixes
2009-06-28 Lasse CollinAdd -no-undefined to get shared liblzma on Windows.
2009-06-27 Lasse CollinMoved the Windows resource files outside the windows...
2009-06-26 Lasse CollinHopefully improved portability of the assembler code in
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-06-04 Lasse CollinFix purporse -> purpose. Thanks to Andrew Dudman.
2009-05-26 Lasse CollinMake the raw value of the Check field available to...
2009-05-02 Lasse CollinUse a GCC-specific #pragma instead of GCC-specific
2009-04-28 Lasse CollinFixed a crash in liblzma.
2009-04-15 Lasse CollinFix uint32_t -> size_t in ARM and ARM-Thumb filters.
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-04-10 Lasse CollinFix off-by-one in LZ decoder.
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-13 Lasse CollinImprove support for DOS-like systems.
2009-02-09 Lasse CollinLet the user specify custom CFLAGS on the make command
2009-02-08 Lasse CollinAdd a separate internal function to initialize the...
2009-02-07 Lasse CollinSupport LZMA_API_STATIC in assembler files to
2009-02-07 Lasse CollinIntroduced LZMA_API_STATIC macro, which the applications
2009-02-02 Lasse CollinUpdated the x86 assembler code:
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-31 Lasse CollinFix two lines in lzma.h on which the # wasn't at the
2009-01-31 Lasse CollinAdd support for using liblzma headers in MSVC, which...
2009-01-31 Lasse CollinFix # -> ## in a macro in lzma.h.
2009-01-29 Lasse CollinRemove dangling crc64_init.c.
2009-01-28 Lasse CollinFix uninitialized variables in alone_decoder.c. This...
2009-01-27 Lasse CollinAdded initial support for preset dictionary for raw...
2009-01-26 Lasse CollinRegenerate the CRC tables without trailing blanks.
2009-01-26 Jim Meyeringremove trailing blanks from all but .xz files
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-19 Lasse CollinMove some LZMA2 constants to lzma2_encoder.h so that...
2009-01-19 Lasse CollinRemove dead code.
2009-01-17 Lasse CollinBeta was supposed to be API stable but I had forgot...
2008-12-31 Lasse CollinBumped version to 4.999.8beta right after the release
2008-12-31 Lasse CollinPrepare for 4.999.7beta release.
2008-12-31 Lasse CollinCleaned up some comments in the API headers.
2008-12-31 Lasse CollinRenamed lzma_options_simple to lzma_options_bcj in...
next