Commit History

Author SHA1 Message Date
  Timothy Flynn 168d28c15f LibProtocol+Userland: Support unbuffered protocol requests 1 year ago
  Andrew Kaster 637f2f2ed6 LibProtocol: Keep reading until an error occurs for buffered reads 1 year ago
  Ali Mohammad Pur 5232afa13d RequestServer+LibProtocol: Make starting requests fully async 1 year ago
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 year ago
  Tim Ledbetter 1a17e08f87 Everywhere: Correctly report progress of downloads larger than 4GiB 2 years ago
  Andreas Kling 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type 2 years ago
  Tim Schumacher ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 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 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 years ago
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 years ago
  Tim Schumacher 9f92e1bf11 LibProtocol: Remove `Request::stream_into(OutputStream&)` 2 years ago
  Tim Schumacher 5320ed0fd6 LibProtocol: Use `AllocatingMemoryStream` to buffer requests 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Sam Atkins 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Ali Mohammad Pur 6386554cd9 LibProtocol: Don't block indefinitely in stream_into's on_ready_to_read 3 years ago
  Ali Mohammad Pur 8fa334a70c LibProtocol: Close the stream notifier unconditionally on EOF 3 years ago
  Michiel Visser 45004022ad LibProtocol: Fix crash on EOF when using Request::stream_into 3 years ago
  Ali Mohammad Pur aafc451016 Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 3 years ago
  Sam Atkins de3225a28b LibProtocol: Overload Request::stream_into() to accept a Core::Stream 3 years ago
  Jean-Baptiste Boric dd6921bfc6 LibProtocol: Fix non-constant usage of PAGE_SIZE 4 years ago
  DexesTTP 71d27abb97 Services: Rename ProtocolServer to RequestServer 4 years ago