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
*
unzip: -d should create the dir
Lauri Kasanen
2020-04-29
1
-1
/
+7
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-9
/
+9
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
unzip: use printable_string() for printing filenames
Denys Vlasenko
2018-09-30
1
-20
/
+37
*
tar: fix interaction of delayed symlink and hardlink creation
Harald van Dijk
2018-05-22
1
-3
/
+4
*
tar,unzip: postpone creation of symlinks with "suspicious" targets
Denys Vlasenko
2018-02-20
1
-11
/
+14
*
unzip: do not set directory mode to 0777
Denys Vlasenko
2018-02-06
1
-1
/
+3
*
unzip: add missing -j to trivial usage
Eugene Rudoy
2017-11-09
1
-1
/
+1
*
unzip: fix content listing and filtering when -j is used
Eugene Rudoy
2017-11-09
1
-7
/
+8
*
libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1
Denys Vlasenko
2017-08-10
1
-2
/
+8
*
unzip: fix regression on big-endian machines
Natanael Copa
2017-07-27
1
-0
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-8
/
+8
*
unzip: sanitize filename length: malloc(1234mb) is not funny
Denys Vlasenko
2017-07-20
1
-2
/
+8
*
unzip: implement -j, closes 9126
Denys Vlasenko
2017-07-20
1
-16
/
+30
*
unzip: robustify overwrite checks
Denys Vlasenko
2017-07-20
1
-31
/
+53
*
unzip: support symlinks. Closes 10031
Denys Vlasenko
2017-07-20
1
-13
/
+48
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
unzip: TODO for symlink support
Denys Vlasenko
2017-07-11
1
-0
/
+21
*
whitespace fix
Denys Vlasenko
2017-03-24
1
-1
/
+1
*
unzip: match "Defl:?" display with info-zip; cosmetic code shuffling
Denys Vlasenko
2017-01-09
1
-102
/
+109
*
unzip: optional support for xz
Denys Vlasenko
2017-01-09
1
-0
/
+13
*
unzip: optional support for bzip2 and lzma
Denys Vlasenko
2017-01-09
1
-35
/
+58
*
unzip: do not use CDF.extra_len, read local file header. Closes 9536
Denys Vlasenko
2017-01-08
1
-114
/
+122
*
unzip: remove now-pointless lseek which returns current position
Cristian Ionescu-Idbohrn
2017-01-05
1
-5
/
+0
*
typo fix in config help text
Denys Vlasenko
2017-01-05
1
-1
/
+1
*
unzip: properly use CDF to find compressed files. Closes 9536
Denys Vlasenko
2017-01-05
1
-120
/
+165
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
1
-1
/
+1
*
unzip: shorter code for date/time generation
Denys Vlasenko
2016-04-18
1
-6
/
+6
*
unzip: better match for "standard" unzip's output; string shrinkage
Denys Vlasenko
2016-04-18
1
-29
/
+33
*
unzip: fix percent overflow; show "stored" files properly
Denys Vlasenko
2016-04-18
1
-6
/
+29
*
unzip: fix a case where we find wrong CDE. Closes 8821
Denys Vlasenko
2016-04-17
1
-8
/
+35
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-2
/
+0
*
unzip: prevent attacks via malicious filenames
Denys Vlasenko
2015-02-10
1
-11
/
+24
*
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
2014-12-07
1
-1
/
+3
*
Rename transformer_aux_data_t -> transformer_state_t
Denys Vlasenko
2014-12-07
1
-6
/
+6
*
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
[next]