index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
unzip
/
unzip.c
Age
Commit message (
Expand
)
Author
2021-09-10
usr.bin: remove unnecessary lint comment CONSTCOND
rillig
2021-02-18
Remove the "original line"
christos
2021-02-18
Add support for password protected zip files (Alex Kozlov)
christos
2021-02-18
Build with linux/glibc (Alex Kozlov)
christos
2018-07-19
Ignore malformed directory entries as created by Dropbox ("/").
joerg
2017-04-20
Use libarchive 3.x interface and not obsolete 2.x versions.
joerg
2015-12-21
From FreeBSD:
christos
2015-12-03
simplify.
christos
2015-12-03
PR/50496: Alex Kozlov: teach unzip to extract symlinks
christos
2011-09-06
error_count is unsigned, so use %ju
joerg
2011-09-06
Use __dead and __printflike. Fix one format string and one error()
joerg
2011-08-18
revert 4 digit year printing and add -y option to print 4 digit years.
christos
2011-08-17
kill 2 digit year format.
christos
2011-07-14
Fix a logic error: when renaming a file, strip trailing \n from file name.
wiz
2010-05-10
Kill a left-over break from the for-loop that vanished in 1.13.
joerg
2010-04-29
Switch to the less restrictive binary detection algorithm from zip 3.0e.
joerg
2010-02-18
Only print the "Archive: xxx" header if not in extract-to-stdout mode.
joerg
2010-01-09
When restoring files, use the mode, not the filetype, for the mode.
mbalmer
2009-10-25
Match directory extraction output with Infozip.
wiz
2009-09-30
Don't print "Archive:" line if quiet flag is set.
wiz
2009-09-18
Implement rename query.
joerg
2009-09-06
Add -C support. Document it.
wiz
2009-09-04
Make output for -v/-l match Infozip unzip more closely.
wiz
2009-09-04
Fix output spacing for summary in -v.
joerg
2009-08-23
Fix typos.
wiz
2009-08-22
Add support for -c, make the output of -l/-v more similar to infozip.
joerg
2009-08-22
Add -p and -q support.
joerg
2009-06-25
Add work-in-progress unzip(1) frontend for libarchive.
joerg