Start 1.33.0 development cycle
[oweals/busybox.git] / archival / libunarchive / decompress_unlzma.c
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-09-15 Denys Vlasenkouse PACKED macro insted of open-coding GCC-ism
2009-09-15 Denys Vlasenkounlzma: fixed speedup/shrink by Pascal Bellard (pascal...
2009-09-07 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-09-06 Denys VlasenkoRevert "unlzma: speedup, by Pascal Bellard (pascal...
2009-04-25 Denis Vlasenkounlzma: speedup, by Pascal Bellard (pascal.bellard...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-06-27 Denis Vlasenkounlzma: fix memory leak (Pascal Bellard)
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-03-18 Denis Vlasenkounlzma: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-02 Denis Vlasenkounlzma: save a few more bytes, and maybe even a bit...
2008-03-02 Denis Vlasenkounlzma: if !LZMA_FAST, save ~200 more bytes (Pascal...
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-01-05 Denis VlasenkoStop tracking buffer size - it is a constant.
2007-01-05 Denis Vlasenkosimplify access to buffer, making code a bit smaller
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-20 Rob LandleySince rangecoder is just a bunch of C functions, move...
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-04-02 Bernhard Reutner... - include proper prototypes in libunarchive.
2006-03-04 Rob LandleyPatch from Robert P. Day, moving byte order checks...
2006-01-25 Tim Rikerjust whitespace
2006-01-20 Rob LandleyPatch from Aurelien Jacobs to add unlzma. (A new decom...