Histórico de Commits

Autor SHA1 Mensagem Data
  Gunnar Beutner a9888d4ea0 AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocket há 2 anos atrás
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes há 2 anos atrás
  Idan Horowitz 364f6a9bf0 Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument há 3 anos atrás
  Tim Schumacher 3b3af58cf6 Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name há 3 anos atrás
  Idan Horowitz 4a270c93ed Kernel: Accept NNRP<Socket> instead of RP<Socket> in release_for_accept há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Andreas Kling f0dde1cee1 Kernel: Rename TCPFlags::PUSH => PSH há 3 anos atrás
  Idan Horowitz aabc8d348b Kernel: Add TCPSocket::try_for_each() for fallible iteration há 3 anos atrás
  Andreas Kling c797eaa9f8 Kernel/Net: Don't update TCP socket "last sent ACK" field too early há 3 anos atrás
  Andreas Kling 7247f0204d Kernel: Send only FIN when shutting down TCP socket from ESTABLISHED há 3 anos atrás
  Idan Horowitz 664ca58746 Kernel: Use u64 instead of size_t for File::can_write offset há 3 anos atrás
  Andreas Kling b86443f0e1 Kernel: Lock weak pointer revocation during listed-ref-counted unref há 3 anos atrás
  Andreas Kling 626507943c Kernel: Remove redundant socket_by_tuple removal in ~TCPSocket() há 3 anos atrás
  Andreas Kling 01b3666894 Kernel: Lock TCPSocket lookup table across destruction há 3 anos atrás
  sin-ack 3da0c072f4 Kernel: Return the correct result for FIONREAD on datagram sockets há 3 anos atrás
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> há 3 anos atrás
  Idan Horowitz adc9939a7b Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockopt há 3 anos atrás
  sin-ack 0ccef94a49 Kernel: Drop the receive buffer when socket enters the TimeWait state há 3 anos atrás
  Andreas Kling 899cee8185 Kernel: Make KBuffer::try_create_with_size() return KResultOr há 3 anos atrás
  Andreas Kling c69035c630 Kernel: TCPSocket always has a scratch buffer há 3 anos atrás
  Andreas Kling 308773ffda Kernel/Net: Add a special SOCKET_TRY() and use it in socket code há 3 anos atrás
  Andreas Kling ededd6aac6 Kernel: Make TCPSocket client construction use KResultOr and TRY() há 3 anos atrás
  Andreas Kling 01993d0af3 Kernel: Make DoubleBuffer::try() return KResultOr há 3 anos atrás
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription há 3 anos atrás
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset há 3 anos atrás
  Andreas Kling 8714c550b4 Kernel: Use TRY() in TCPSocket há 3 anos atrás
  Andreas Kling 648c768d81 Kernel: Tidy up TCPSocket creation a bit há 3 anos atrás
  Brian Gianforcaro afa0fb55b0 Kernel: Don't cast to NetworkOrdered<u16>* from random data há 3 anos atrás
  Andreas Kling ed0e64943f Kernel: Rename Socket::lock() => Socket::mutex() há 3 anos atrás
  Andreas Kling a28cd921a1 Kernel: Add Socket::set_role() and use it everywhere há 3 anos atrás