index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
unzip.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-02
unzip: Remove the arbitrary file size limit
Tim Schumacher
2022-04-27
unzip: Create parent directory before extracting files
Tim Schumacher
2022-04-13
Utilities/unzip: Use Core::Directory to create output directory
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
Utilities: Add the 'files' argument to the unzip utility
serenitydev
2022-01-15
unzip: Don't fail from mmap when trying to decompress empty files
Rummskartoffel
2022-01-04
unzip: Remove useless .characters() calls
mjz19910
2022-01-04
unzip: Port to LibMain
mjz19910
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-06-13
Utilites: Implement `unzip -q`
Jelle Raaijmakers
2021-06-13
Utilities: Change `unzip -o` option to `-d`
Jelle Raaijmakers
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-25
unzip: Add output directory option
TheGeopard
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-23
unzip: Use the new LibArchive Zip parser
Idan Horowitz
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling