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
/
zip.cpp
Age
Commit message (
Expand
)
Author
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-12
LibArchive: Add support for modification time and date
Ollrogge
2023-01-10
LibCompress: Port `DeflateCompressor` to `Core::Stream`
Tim Schumacher
2023-01-08
LibArchive+Utilities: Stop using DeprecatedString
implicitfield
2022-12-27
LibArchive+Utilities: Port ZipOutputStream to Core::Stream
Karol Kosek
2022-12-27
Utilities/zip: Read files using Core::Stream::File
Karol Kosek
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-28
zip: Ignore symlinks when recursively zipping files
Idan Horowitz
2022-01-21
zip: Add unveil and pledge promises
David Lindbom
2022-01-04
zip: Port to LibMain :^)
mjz19910
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-29
Utilities: Use Vector<String> positional arguments in some places
Andreas Kling
2021-04-29
Userland: Fix new GCC warnings
Gunnar Beutner
2021-04-22
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-23
Userland: Add simple zip utility
Idan Horowitz