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
/
TarStream.cpp
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,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-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+Utilities: Stop using DeprecatedString
implicitfield
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-10-31
Utilities+LibArchive: Don't follow symlinks
Peter Elliott
2022-10-31
LibArchive: Support writing paths up to 255 characters
Peter Elliott
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
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-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
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-23
Libraries: Rename LibTar to LibArchive
Idan Horowitz