Commit History

Author SHA1 Message Date
  Sam Atkins a8cf0c9371 LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  sin-ack e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view 3 years ago
  Matthias Zimmerman c10d48b72c AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 3 years ago
  Sam Atkins 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes 3 years ago
  Ali Mohammad Pur bd5403adf1 LibTLS: Mark the underlying stream as nonblock 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Ali Mohammad Pur aafc451016 Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 3 years ago
  Ali Mohammad Pur 524381aa78 LibTLS: Mark the socket as idle after a TLS-level disconnection 3 years ago
  Ali Mohammad Pur e8891e6d56 LibTLS: Remove useless ByteBuffer allocation in TLSv12::read_line() 3 years ago
  Ali Mohammad Pur ab46864674 LibTLS: Split large application data packets into chunks 3 years ago
  Ali Mohammad Pur 3d24850db5 LibTLS: Mark the connection as finished and disconnected on TLS error 3 years ago
  Ali Mohammad Pur d3ea0818f3 LibTLS: Don't close the underlying socket on EOF 3 years ago
  Ali Mohammad Pur f4d3c54c12 LibTLS: Close the underlying socket on EOF 3 years ago
  Brian Gianforcaro b61eff8730 Revert "LibTLS: Close the underlying socket on EOF" 3 years ago
  Ali Mohammad Pur e5fde795e0 LibTLS: Increase the maximum socket read size to 4MiB 3 years ago
  Ali Mohammad Pur 23febbed41 LibTLS: Close the underlying socket on EOF 3 years ago
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 years ago
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 years ago
  Brian Gianforcaro 18d6f9ed5c Libraries: Remove unused header includes 4 years ago
  Ali Mohammad Pur 2a7cb4fe42 LibTLS: Ensure that on_tls_finished is called only once 4 years ago
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 4 years ago
  Ali Mohammad Pur cb134cd702 LibTLS: Call the read hooks after processing messages too 4 years ago
  Ali Mohammad Pur 38418fdfdf AK+Userland: Use mpfard@serenityos.org for my copyright headers 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  AnotherTest 2020176f0f LibTLS: Make the TLS connection options user-configurable 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 4 years ago
  asynts 8465683dcf Everywhere: Debug macros instead of constexpr. 4 years ago
  asynts 1a3a0836c0 Everywhere: Use CMake to generate AK/Debug.h. 4 years ago