Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
Tim Ledbetter
|
9f7cfb1394
LibArchive: Ensure tar extended header length is within expected range
|
1 年之前 |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 年之前 |
Tim Schumacher
|
a3f73e7d85
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
|
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 年之前 |
implicitfield
|
ebcd07ff33
LibArchive: Use read_entire_buffer for reading extended headers
|
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
|
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 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Tim Schumacher
|
f6e86915f5
LibArchive: Implement a basic parser for tar extended headers
|
3 年之前 |
Andreas Kling
|
80d4e830a0
Everywhere: Pass AK::ReadonlyBytes by value
|
3 年之前 |
Peter Elliott
|
33d7fdca28
Everywhere: Use my cool new @serenityos.org email address
|
3 年之前 |
Idan Horowitz
|
1c512a702a
AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Idan Horowitz
|
a809db90dd
Libraries: Rename LibTar to LibArchive
|
4 年之前 |