index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
/
decompress_unlzma.c
Age
Commit message (
Expand
)
Author
2008-06-27
unlzma: fix memory leak (Pascal Bellard)
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-03-18
unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>
Denis Vlasenko
2008-03-02
unlzma: save a few more bytes, and maybe even a bit faster now
Denis Vlasenko
2008-03-02
unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard A...
Denis Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-06-12
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-08
rmp: add optional support for bz2 data. +50 bytes of code
Denis Vlasenko
2007-01-05
Stop tracking buffer size - it is a constant.
Denis Vlasenko
2007-01-05
simplify access to buffer, making code a bit smaller
Denis Vlasenko
2006-10-01
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-20
Since rangecoder is just a bunch of C functions, move it into the one user
Rob Landley
2006-05-29
Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values
Rob Landley
2006-04-02
- include proper prototypes in libunarchive.
Bernhard Reutner-Fischer
2006-03-04
Patch from Robert P. Day, moving byte order checks to use platform.h macros.
Rob Landley
2006-01-25
just whitespace
Tim Riker
2006-01-20
Patch from Aurelien Jacobs to add unlzma. (A new decompression type,
Rob Landley