Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 27a294547d LibTLS: Add segmentation to the application buffer to avoid memcpy churn há 1 ano atrás
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Andrew Kaster baa26d10a8 LibTLS: Retry sending in TLSv12::flush() on EAGAIN or EINTR há 1 ano atrás
  Lucas CHOLLET 9581fe1d7d LibTLS: Remove unused methods há 2 anos atrás
  stelar7 5853d9642a LibTLS: Move AlertDescription to Extensions.h há 2 anos atrás
  stelar7 611a235a52 LibTLS: Rename AlertLevel Critial to FATAL há 2 anos atrás
  stelar7 082e64e167 LibTLS: Rename MessageType to ContentType há 2 anos atrás
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} há 2 anos atrás
  Tim Schumacher a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace há 2 anos atrás
  Sam Atkins a8cf0c9371 LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  sin-ack e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view há 3 anos atrás
  Matthias Zimmerman c10d48b72c AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() há 3 anos atrás
  Sam Atkins 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes há 3 anos atrás
  Ali Mohammad Pur bd5403adf1 LibTLS: Mark the underlying stream as nonblock há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Ali Mohammad Pur aafc451016 Userland: Convert TLS::TLSv12 to a Core::Stream::Socket há 3 anos atrás
  Ali Mohammad Pur 524381aa78 LibTLS: Mark the socket as idle after a TLS-level disconnection há 3 anos atrás
  Ali Mohammad Pur e8891e6d56 LibTLS: Remove useless ByteBuffer allocation in TLSv12::read_line() há 3 anos atrás
  Ali Mohammad Pur ab46864674 LibTLS: Split large application data packets into chunks há 3 anos atrás
  Ali Mohammad Pur 3d24850db5 LibTLS: Mark the connection as finished and disconnected on TLS error há 3 anos atrás
  Ali Mohammad Pur d3ea0818f3 LibTLS: Don't close the underlying socket on EOF há 3 anos atrás
  Ali Mohammad Pur f4d3c54c12 LibTLS: Close the underlying socket on EOF há 3 anos atrás
  Brian Gianforcaro b61eff8730 Revert "LibTLS: Close the underlying socket on EOF" há 3 anos atrás
  Ali Mohammad Pur e5fde795e0 LibTLS: Increase the maximum socket read size to 4MiB há 3 anos atrás
  Ali Mohammad Pur 23febbed41 LibTLS: Close the underlying socket on EOF há 3 anos atrás
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe há 3 anos atrás
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke há 3 anos atrás
  Brian Gianforcaro 18d6f9ed5c Libraries: Remove unused header includes há 4 anos atrás
  Ali Mohammad Pur 2a7cb4fe42 LibTLS: Ensure that on_tls_finished is called only once há 4 anos atrás