提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Linus Groh 077f7d1577 LibGemini: Propagate OOM errors from GeminiRequest::to_raw_request() 2 年之前
  Tim Schumacher 43f98ac6e1 Everywhere: Remove the `AK::` qualifier from Stream usages 2 年之前
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` 2 年之前
  Tim Schumacher a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace 2 年之前
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 年之前
  Arda Cinar 93c1fb0b76 LibGemini: Disallow cases forbidden in the spec 2 年之前
  Arda Cinar ba9fa59355 LibGemini: Do not loop in Gemini::Job in case of error 2 年之前
  Arda Cinar 083802d41a LibGemini: Propagate errors in Job::read_line and Job::receive 2 年之前
  Arda Cinar 0245a62f81 LibGemini: Add a response length helper to Gemini::Job 2 年之前
  Tim Schumacher 9a3e95785e LibCore: Propagate errors from `Stream::*_entire_buffer` 2 年之前
  Tim Schumacher 6c7c5a6786 LibCore: Rename `Stream::*_or_error` to `*_entire_buffer` 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Matthias Zimmerman c10d48b72c AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 3 年之前
  Sam Atkins c4134e9794 LibCore+Everywhere: Make Core::Stream read_until() return Bytes 3 年之前
  Sam Atkins 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Lenny Maiorani 97fcbdd199 Libraries: Use default constructors/destructors in LibGemini 3 年之前
  Ali Mohammad Pur aafc451016 Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 3 年之前
  Ben Wiederhake d78365f785 LibGemini: Avoid implicitly copying ByteBuffer 3 年之前
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 年之前
  Linus Groh b5aaae7b40 LibGemini: Replace fprintf(stderr) with warnln() 4 年之前
  Gunnar Beutner 53d0150827 AK+Userland: Remove nullability feature for the ByteBuffer type 4 年之前
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 4 年之前
  Linus Groh 649d2faeab Everywhere: Use "the SerenityOS developers." in copyright headers 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 年之前
  asynts 1a3a0836c0 Everywhere: Use CMake to generate AK/Debug.h. 4 年之前