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
2023-03-13
LibArchive: Read Tar archive headers through `read_value`
Tim Schumacher
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-12
LibArchive: Add support for modification time and date
Ollrogge
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
Tim Schumacher
2023-01-19
LibCore: Return `EBADF` on unsupported stream operations
Tim Schumacher
2023-01-08
LibArchive: Use read_entire_buffer for reading extended headers
implicitfield
2023-01-08
LibArchive+Utilities: Stop using DeprecatedString
implicitfield
2022-12-27
LibArchive+Utilities: Port ZipOutputStream to Core::Stream
Karol Kosek
2022-12-14
LibArchive: Do some error propagation while packing tar files
Tim Schumacher
2022-12-14
LibArchive: Port `TarOutputStream` to `Core::Stream`
Tim Schumacher
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
[next]