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
/
tar.cpp
Age
Commit message (
Expand
)
Author
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-04-05
tar: Use BufferedFile for reading inputs
Tim Schumacher
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
tar: Add partial support for XZ-compressed archives :^)
Tim Schumacher
2023-03-20
tar: Add partial support for LZMA-compressed archives
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-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-20
LibCore: Remove `FileStream`
Tim Schumacher
2023-01-10
LibCompress: Port `GzipCompressor` to `Core::Stream`
Tim Schumacher
2023-01-08
LibArchive+Utilities: Stop using DeprecatedString
implicitfield
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
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-10
LibCompress: Port GzipDecompressor to `Core::Stream`
Tim Schumacher
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
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-26
FuzzTar+tar: Advance the stream before continuing
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-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-06-06
tar: Implement support for GNU longname headers
Tim Schumacher
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-11
LibCore+Userland: Remove File::ensure_parent_directories
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-05
tar: Implement support for extended headers :^)
Tim Schumacher
2022-03-05
tar: Use the prefixed path for listing and verbose output
Tim Schumacher
2022-03-05
tar: Prevent file buffering from reading uninitialized data
Tim Schumacher
2022-03-02
Utilities: Port tar to LibMain
cocateh
2022-02-18
tar: Automatically recognize gzip archives
Tim Schumacher
2022-01-04
tar: Implement -C option
circl
2021-11-22
tar: Support extracting symlinks
Tim Schumacher
2021-11-22
tar: Implement usage of prefixes when extracting
Tim Schumacher
2021-11-13
Utilities/tar: Ignore directory entry if it already exists
Tim Schumacher
2021-11-10
Utilities: tar: Always create parent directory when extracting
Tim Schumacher
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-05-24
tar: Ignore "extended headers"
Lynn
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
Utilities: Use Vector<String> positional arguments in some places
Andreas Kling
[next]