index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
libunarchive
/
decompress_unzip.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-11-03
1
-1252
/
+0
*
libbb: introduce and use common crc32 routine
Denys Vlasenko
2010-10-27
1
-4
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: better string sharing
Denys Vlasenko
2010-06-02
1
-1
/
+1
*
gunzip: inflate_codes(): add fix from upstream gzip to prevent false CRC error
Joakim Tjernlund
2010-02-11
1
-1
/
+4
*
*: a few more NOINLINEs
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
use PACKED macro insted of open-coding GCC-ism
Denys Vlasenko
2009-09-16
1
-1
/
+1
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-8
/
+8
*
optimize 16- and 32-bit moves
Denis Vlasenko
2008-12-08
1
-3
/
+2
*
gunzip: restore mtime. approx +80 bytes of code
Denis Vlasenko
2008-11-01
1
-7
/
+19
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-2
/
+2
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-3
/
+3
*
unzip: do not try to read entire compressed stream at once (it can be huge)
Denis Vlasenko
2008-02-04
1
-6
/
+17
*
gzip: fix a case where tar xzf fails (we use uninitialized fd)
Denis Vlasenko
2007-11-12
1
-0
/
+1
*
bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides
Denis Vlasenko
2007-10-13
1
-1
/
+1
*
gunzip: support concatenated gz files.
Denis Vlasenko
2007-10-05
1
-240
/
+365
*
update Glenn McGrath's email address
Denis Vlasenko
2007-09-21
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-6
/
+6
*
rmp: add optional support for bz2 data. +50 bytes of code
Denis Vlasenko
2007-06-08
1
-2
/
+2
*
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-04-10
1
-1
/
+1
*
gzip: reduce global data footprint, part 3
Denis Vlasenko
2007-03-14
1
-0
/
+2
*
missed a few #undefs (no real impact I think)
Denis Vlasenko
2007-01-10
1
-0
/
+2
*
fix bug 1146 (gunzip breakage introduced by me --vda)
Denis Vlasenko
2007-01-10
1
-17
/
+19
*
move [g]zip decompressor state into malloc'ed buffer. size:
Denis Vlasenko
2007-01-06
1
-88
/
+192
*
split inflate_xx_setup() subroutines from inflate_xx()
Denis Vlasenko
2007-01-05
1
-119
/
+146
*
do not expose internal state of [g]zip unpacker.
Denis Vlasenko
2007-01-05
1
-34
/
+39
*
Stopped doing assignments inside expressions.
Denis Vlasenko
2007-01-05
1
-35
/
+71
*
decompress_unzip: preparatory patch
Denis Vlasenko
2007-01-05
1
-56
/
+56
*
extern variable declaration in a .c file is heresy - fixing it
Denis Vlasenko
2007-01-03
1
-2
/
+4
*
style fixes
Denis Vlasenko
2006-12-26
1
-2
/
+2
*
remove useless casts (type*) xzalloc(...)
Denis Vlasenko
2006-12-22
1
-1
/
+1
*
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-11-27
1
-1
/
+1
*
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-20
1
-1
/
+1
*
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-10-01
1
-5
/
+10
*
vconfig: fix bug 701 (I be damned if I understand it)
Denis Vlasenko
2006-09-30
1
-6
/
+6
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-2
/
+2
*
removed a lot of trailing \n in bb_msg() calls. It is added
Denis Vlasenko
2006-09-06
1
-1
/
+1
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-3
/
+1
*
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-16
1
-4
/
+3
*
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-07-01
1
-1
/
+1
*
Various cleanups I made while going through Erik Hovland's patch submissions,
Rob Landley
2006-06-25
1
-63
/
+24
*
Patch from Rob Sullivan to consolidate crc32 table generation.
Rob Landley
2006-04-10
1
-35
/
+7
*
- janitorial: huft_build is never used outside of decompress_unzip.c and has no
Bernhard Reutner-Fischer
2006-04-02
1
-0
/
+1
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-10
1
-1
/
+1
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-4
/
+4
*
The gentoo security guys found another way to segfault busybox's decompression
Rob Landley
2006-02-20
1
-1
/
+1
*
fixup a few types to prevent gcc (rightfully) whining about mixing
Eric Andersen
2006-01-30
1
-4
/
+4
*
Don't return 0 when there's an error.
Rob Landley
2006-01-10
1
-0
/
+2
*
- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...
Bernhard Reutner-Fischer
2005-10-07
1
-2
/
+2
[next]