Commit History

Author SHA1 Message Date
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 year ago
  Tim Ledbetter 9f7cfb1394 LibArchive: Ensure tar extended header length is within expected range 1 year ago
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 years ago
  Tim Schumacher a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2 years ago
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 years ago
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` 2 years ago
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 years ago
  Tim Schumacher 5f2ea31816 AK: Move `Handle` from `LibCore` and name it `MaybeOwned` 2 years ago
  implicitfield ebcd07ff33 LibArchive: Use read_entire_buffer for reading extended headers 2 years ago
  implicitfield 28c99e7a1f LibArchive+Utilities: Stop using DeprecatedString 2 years ago
  Tim Schumacher 69de709625 LibArchive: Do some error propagation while packing tar files 2 years ago
  Tim Schumacher 1ec646ab94 LibArchive: Port `TarOutputStream` to `Core::Stream` 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Tim Schumacher 714f0c3dce LibArchive: Implement proper support for Tar file end markers 2 years ago
  Tim Schumacher cb48b9bc30 LibArchive: Pass along errors from Tar header checksum validation 2 years ago
  Tim Schumacher fd3a823a20 LibArchive: Move loading the next tar header into a helper function 2 years ago
  Tim Schumacher cbeaba0c12 LibArchive: Use Core::Stream inside `TarInputStream` 2 years ago
  Tim Schumacher 71d1d9e2b5 LibArchive: Port `TarFileStream` to `Core::Stream` 2 years ago
  implicitfield ee0c9ed87b LibArchive: Simplify error handling 2 years ago
  implicitfield 58e9262ff1 LibArchive: Make get_field_as_integral error out on non-octal input 2 years ago
  implicitfield c88d8a21cc LibArchive: Make TarInputStream::advance report errors 2 years ago
  Peter Elliott 83e62e8c4f Utilities+LibArchive: Don't follow symlinks 2 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Tim Schumacher f6e86915f5 LibArchive: Implement a basic parser for tar extended headers 3 years ago
  Andreas Kling 80d4e830a0 Everywhere: Pass AK::ReadonlyBytes by value 3 years ago
  Peter Elliott 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address 3 years ago
  Idan Horowitz 1c512a702a AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Idan Horowitz a809db90dd Libraries: Rename LibTar to LibArchive 4 years ago