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