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_uncompress.c
Age
Commit message (
Expand
)
Author
2007-06-10
moved biggest stack buffers to malloc space, or made their size configurable
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-04-13
style fixes
Denis Vlasenko
2007-01-05
Stopped doing assignments inside expressions.
Denis Vlasenko
2006-10-01
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-09-06
- strip 399424 off the bss by making decompress_uncompress buffers config buf...
Bernhard Reutner-Fischer
2006-07-16
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-11
Patch from Vladamir Oleynik, reducing memory consumption.
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-09-14
remove unrequired dependences
"Vladimir N. Oleynik"
2005-07-30
punt unused variable
Mike Frysinger
2005-04-16
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-11-21
Use safe read
Glenn L McGrath
2003-11-18
tar -Z, uncompress support
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-28
Style
Glenn L McGrath
2002-11-03
Fix #define syntax
Glenn L McGrath
2002-11-01
Make uncompress a seperate applet so it doesnt pull in all the gunzip code
Glenn L McGrath
2002-11-01
Allow short reads when filling compress buffer
Glenn L McGrath
2002-09-27
Fix compress support and prevent a segfault
Glenn L McGrath
2002-05-19
Support old-style compress (.Z) files via libbb / unzip( ) calls
Robert Griebl