summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibArchive/TarStream.cpp
AgeCommit message (Expand)Author
2023-03-13LibArchive: Read Tar archive headers through `read_value`Tim Schumacher
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29AK: Move `Handle` from `LibCore` and name it `MaybeOwned`Tim Schumacher
2023-01-19LibCore: Return `EBADF` on unsupported stream operationsTim Schumacher
2023-01-08LibArchive+Utilities: Stop using DeprecatedStringimplicitfield
2022-12-14LibArchive: Do some error propagation while packing tar filesTim Schumacher
2022-12-14LibArchive: Port `TarOutputStream` to `Core::Stream`Tim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibArchive: Implement proper support for Tar file end markersTim Schumacher
2022-11-30LibArchive: Pass along errors from Tar header checksum validationTim Schumacher
2022-11-30LibArchive: Move loading the next tar header into a helper functionTim Schumacher
2022-11-30LibArchive: Use Core::Stream inside `TarInputStream`Tim Schumacher
2022-11-30LibArchive: Port `TarFileStream` to `Core::Stream`Tim Schumacher
2022-11-23LibArchive: Do not assert if the provided stream cannot be discardedimplicitfield
2022-11-23LibArchive: Simplify error handlingimplicitfield
2022-11-13LibArchive: Make get_field_as_integral error out on non-octal inputimplicitfield
2022-11-13LibArchive: Make TarInputStream::advance report errorsimplicitfield
2022-10-31Utilities+LibArchive: Don't follow symlinksPeter Elliott
2022-10-31LibArchive: Support writing paths up to 255 charactersPeter Elliott
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-15LibArchive: Default initialize member variablesLenny Maiorani
2022-02-15LibArchive: Use constexpr variables where possibleLenny Maiorani
2022-02-15LibArchive: Refactor Tar to make DRY (Don't Repeat Yourself)Lenny Maiorani
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-12LibArchive: Support POSIX.1-1988 tar filesPeter Elliott
2021-03-23Libraries: Rename LibTar to LibArchiveIdan Horowitz