Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e4dcba1c103dc28e927e004791e331aaf604383d
/
archival
/
libunarchive
/
decompress_uncompress.c
e4dcba1
*: whitespace fixes
by Denys Vlasenko
· 14 years ago
ccb88a6
unlzma: add "lzma -d" alias, add -t support, rename lzmacat->lzcat
by Denys Vlasenko
· 15 years ago
5e34ff2
*: mass renaming of USE_XXXX to IF_XXXX
by Denis Vlasenko
· 16 years ago
e9ad84d
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
by Denis Vlasenko
· 16 years ago
defc1ea
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
by Denis Vlasenko
· 16 years ago
e8a0788
moved biggest stack buffers to malloc space, or made their size configurable
by Denis Vlasenko
· 18 years ago
9a7d38f
delete tons of extra #includes
by Denis Vlasenko
· 18 years ago
8746885
style fixes
by Denis Vlasenko
· 18 years ago
447b543
Stopped doing assignments inside expressions. Who wrote this gem, I wonder?
by Denis Vlasenko
· 18 years ago
97a8dd3
g[un]zip: add support for -v (verbose).
by Denis Vlasenko
· 18 years ago
5d72546
- strip 399424 off the bss by making decompress_uncompress buffers config buffers.
by Bernhard Reutner-Fischer
· 18 years ago
5343747
Cleaup read() and write() variants, plus a couple of new functions like
by Rob Landley
· 18 years ago
63fc1a9
Standardize on the vi editing directives being on the first line.
by "Robert P. J. Day"
· 18 years ago
2ad1e7c
Patch from Vladamir Oleynik, reducing memory consumption.
by Rob Landley
· 19 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
0c520e0
remove unrequired dependences
by "Vladimir N. Oleynik"
· 19 years ago
cc428da
punt unused variable
by Mike Frysinger
· 19 years ago
14f5c8d
Patch from Bernhard Fischer to make a bunch of symbols static
by Eric Andersen
· 20 years ago
aff114c
Larry Doolittle writes:
by Eric Andersen
· 21 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
1a2d75f
Use safe read
by Glenn L McGrath
· 21 years ago
56f16b4
tar -Z, uncompress support
by Glenn L McGrath
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
fedbfe4
Style
by Glenn L McGrath
· 22 years ago
2fc54a9
Fix #define syntax
by Glenn L McGrath
· 22 years ago
bf1cc8b
Make uncompress a seperate applet so it doesnt pull in all the gunzip code
by Glenn L McGrath
· 22 years ago
d6aec86
Allow short reads when filling compress buffer
by Glenn L McGrath
· 22 years ago
2e41d0c
Fix compress support and prevent a segfault
by Glenn L McGrath
· 22 years ago
94a6a95
Support old-style compress (.Z) files via libbb / unzip( ) calls
by Robert Griebl
· 23 years ago