Tim Schumacher
|
26ba195cf6
LibArchive: Read Tar archive headers through `read_value`
|
2 년 전 |
Tim Schumacher
|
ecd1862859
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
|
2 년 전 |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 년 전 |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 년 전 |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 년 전 |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 년 전 |
Tim Schumacher
|
5f2ea31816
AK: Move `Handle` from `LibCore` and name it `MaybeOwned`
|
2 년 전 |
Tim Schumacher
|
1ca62de558
LibCore: Return `EBADF` on unsupported stream operations
|
2 년 전 |
implicitfield
|
28c99e7a1f
LibArchive+Utilities: Stop using DeprecatedString
|
2 년 전 |
Tim Schumacher
|
69de709625
LibArchive: Do some error propagation while packing tar files
|
2 년 전 |
Tim Schumacher
|
1ec646ab94
LibArchive: Port `TarOutputStream` to `Core::Stream`
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
Tim Schumacher
|
714f0c3dce
LibArchive: Implement proper support for Tar file end markers
|
2 년 전 |
Tim Schumacher
|
cb48b9bc30
LibArchive: Pass along errors from Tar header checksum validation
|
2 년 전 |
Tim Schumacher
|
fd3a823a20
LibArchive: Move loading the next tar header into a helper function
|
2 년 전 |
Tim Schumacher
|
cbeaba0c12
LibArchive: Use Core::Stream inside `TarInputStream`
|
2 년 전 |
Tim Schumacher
|
71d1d9e2b5
LibArchive: Port `TarFileStream` to `Core::Stream`
|
2 년 전 |
implicitfield
|
e277185eb1
LibArchive: Do not assert if the provided stream cannot be discarded
|
2 년 전 |
implicitfield
|
ee0c9ed87b
LibArchive: Simplify error handling
|
2 년 전 |
implicitfield
|
58e9262ff1
LibArchive: Make get_field_as_integral error out on non-octal input
|
2 년 전 |
implicitfield
|
c88d8a21cc
LibArchive: Make TarInputStream::advance report errors
|
2 년 전 |
Peter Elliott
|
83e62e8c4f
Utilities+LibArchive: Don't follow symlinks
|
2 년 전 |
Peter Elliott
|
612a3324d7
LibArchive: Support writing paths up to 255 characters
|
2 년 전 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 년 전 |
Lenny Maiorani
|
deba345ca7
LibArchive: Default initialize member variables
|
3 년 전 |
Lenny Maiorani
|
847efd8aca
LibArchive: Use constexpr variables where possible
|
3 년 전 |
Lenny Maiorani
|
583e197897
LibArchive: Refactor Tar to make DRY (Don't Repeat Yourself)
|
3 년 전 |
Andreas Kling
|
80d4e830a0
Everywhere: Pass AK::ReadonlyBytes by value
|
3 년 전 |
Peter Elliott
|
33d7fdca28
Everywhere: Use my cool new @serenityos.org email address
|
3 년 전 |
Andreas Kling
|
7ae7170d61
Everywhere: "file name" => "filename"
|
4 년 전 |