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
/
unzip.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
archival/*: move "config:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-0
/
+10
*
archival/*: move "applet:" snippets into .c files, part 2
Denys Vlasenko
2013-11-14
1
-0
/
+1
*
archival/*: move "kbuild:" snippets into .c files
Denys Vlasenko
2013-11-14
1
-4
/
+4
*
unzip: survive lack of CDF on non-streaming zip files
Denys Vlasenko
2013-07-21
1
-16
/
+39
*
unzip: increase PEEK_FROM_END from 16k to 64k
Denys Vlasenko
2013-07-20
1
-1
/
+8
*
unzip: add missing fflush; code shrink
Denys Vlasenko
2013-01-22
1
-8
/
+11
*
*: reuse more strings
Denys Vlasenko
2013-01-22
1
-2
/
+2
*
tweak help text
Denys Vlasenko
2012-06-19
1
-6
/
+6
*
unzip: make options parsing more robust on getopt w/o gnu extensions
Denys Vlasenko
2012-06-15
1
-67
/
+70
*
unzip: ignore chmod errors
Natanael Copa
2012-05-28
1
-1
/
+1
*
update seamless uncompression code
Denys Vlasenko
2012-03-06
1
-4
/
+6
*
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-09-22
1
-1
/
+1
*
unzip: fflush stdout before reading interative y/n answer from stdin
Denys Vlasenko
2011-09-09
1
-2
/
+3
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move help text from include/usage.src.h to archival/*.c
Pere Orga
2011-03-27
1
-0
/
+13
*
rename archival/libunarchive -> archival/libarchive; move bz/ into it
Denys Vlasenko
2010-11-03
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: mass cosmetic removal of extra empty lines. no code changes
Denys Vlasenko
2010-07-26
1
-1
/
+0
*
Improve unzip's handling of stream ZIP files
Dan Fandrich
2010-06-18
1
-4
/
+9
*
unzip: another small code shrink
Denys Vlasenko
2010-05-24
1
-2
/
+2
*
unzip: tiny code shrink -2 bytes
Denys Vlasenko
2010-05-24
1
-5
/
+4
*
unzip: restore unix file mode if possible. closes bug 1045
Denys Vlasenko
2010-05-24
1
-55
/
+88
*
unzip: more compat if DESKTOP=y
Denys Vlasenko
2009-09-06
1
-29
/
+118
*
unzip: try lseek before resorting to reading
Stefani Seibold
2009-07-25
1
-1
/
+2
*
unzip: fix thinko with le/be conv and size (closes bug 129)
Denis Vlasenko
2009-02-26
1
-1
/
+1
*
unzip: handle "central directory"
Denis Vlasenko
2008-09-21
1
-47
/
+196
*
unzip: move check for unsupported zip features to better place
Denis Vlasenko
2008-07-26
1
-15
/
+17
*
unzip: give better error message when presented with unsupported
Denis Vlasenko
2008-07-26
1
-0
/
+6
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-5
/
+5
*
style fixes, no code changes
Denis Vlasenko
2008-06-26
1
-3
/
+3
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
1
-1
/
+1
*
unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that...
Denis Vlasenko
2007-11-06
1
-1
/
+1
*
telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)
Denis Vlasenko
2007-11-06
1
-1
/
+1
*
change safety check on zip header to allow for extra length, and
Paul Fox
2007-11-05
1
-3
/
+11
*
unzip: add a comment explaining why we don't die
Denis Vlasenko
2007-10-19
1
-0
/
+2
*
unzip: fix endianness bugs
Denis Vlasenko
2007-10-18
1
-100
/
+113
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
printf("%s\n") -> puts()
Denis Vlasenko
2007-10-01
1
-9
/
+9
*
overload the existing '-q' flag so that if '-l' and '-q' are used
Paul Fox
2007-09-07
1
-11
/
+19
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)
Denis Vlasenko
2007-03-31
1
-2
/
+3
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
do not expose internal state of [g]zip unpacker.
Denis Vlasenko
2007-01-05
1
-5
/
+5
*
extern variable declaration in a .c file is heresy - fixing it
Denis Vlasenko
2007-01-03
1
-3
/
+0
*
style fixes
Denis Vlasenko
2006-12-26
1
-2
/
+2
*
tar et al: die if bb_copyfd_size copies less than asked for.
Denis Vlasenko
2006-12-22
1
-15
/
+8
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
1
-2
/
+1
*
last nail into error_msg() (de)capitalization
Denis Vlasenko
2006-10-27
1
-8
/
+8
*
correct largefile support, add comments about it.
Denis Vlasenko
2006-10-08
1
-3
/
+2
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-5
/
+6
[next]