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
/
Libraries
/
LibArchive
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
LibArchive: Implement proper support for Tar file end markers
Tim Schumacher
2022-11-30
LibArchive: Pass along errors from Tar header checksum validation
Tim Schumacher
2022-11-30
LibArchive: Move loading the next tar header into a helper function
Tim Schumacher
2022-11-30
LibArchive: Use Core::Stream inside `TarInputStream`
Tim Schumacher
2022-11-30
LibArchive: Port `TarFileStream` to `Core::Stream`
Tim Schumacher
2022-11-23
LibArchive: Do not assert if the provided stream cannot be discarded
implicitfield
2022-11-23
LibArchive: Simplify error handling
implicitfield
2022-11-13
LibArchive: Make get_field_as_integral error out on non-octal input
implicitfield
2022-11-13
LibArchive: Make TarInputStream::advance report errors
implicitfield
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-31
Utilities+LibArchive: Don't follow symlinks
Peter Elliott
2022-10-31
LibArchive: Support writing paths up to 255 characters
Peter Elliott
2022-10-31
LibArchive: Refactor null-termination logic in TarFileHeader
Peter Elliott
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-05
LibArchive: Guard against major() and minor() macros from old glibc
Andrew Kaster
2022-06-06
tar: Implement support for GNU longname headers
Tim Schumacher
2022-05-12
LibArchive: Use named members for ZIP general purpose flags
Tim Schumacher
2022-04-13
LibArchive: Stop null-terminating StringView tar file header fields
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
Libraries: Change enums to enum classes in LibArchive
Lenny Maiorani
2022-03-08
LibArchive: Accept space characters as terminators of tar numeric fields
Daniel Bertalan
2022-03-05
LibArchive: Implement a basic parser for tar extended headers
Tim Schumacher
2022-03-05
LibArchive: Add TarFileHeader::content_is_like_extended_header()
Tim Schumacher
2022-02-18
LibArchive: Use designated initializers
Lenny Maiorani
2022-02-18
LibArchive: Refactor zip header handling
Lenny Maiorani
2022-02-15
LibArchive: Default initialize member variables
Lenny Maiorani
2022-02-15
LibArchive: Use constexpr variables where possible
Lenny Maiorani
2022-02-15
LibArchive: Refactor Tar to make DRY (Don't Repeat Yourself)
Lenny Maiorani
2021-11-24
LibArchive: Limit all Tar header fields to their buffer length
Tim Schumacher
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-05-17
LibArchive: Move method implementations away from header
Jean-Baptiste Boric
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
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-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-12
LibArchive: Support POSIX.1-1988 tar files
Peter Elliott
2021-03-27
LibArchive: Bounds check header offsets in Zip Parser
Idan Horowitz
2021-03-27
LibArchive: Make bounds checks stricter in the Zip parser
Idan Horowitz
2021-03-23
LibArchive: Implement ZipOutputStream for zip archive creation
Idan Horowitz
2021-03-23
LibArchive: Add Zip file parser
Idan Horowitz
2021-03-23
Libraries: Rename LibTar to LibArchive
Idan Horowitz