Commit History

Autor SHA1 Mensaxe Data
  Andreas Kling 65409e8f04 LocalSocket: Teach recvfrom() how to block if needed, and simplify it %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 910fab564e LocalSocket: Make recvfrom() return 0 to signal EOF when peer is gone %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev dadf6337ef Kernel: Customize absolute_path() for more file types %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev 66e5d0bdf3 Net: Store all the LocalSockets in an InlineLinkedList %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev a30930465e Net: Add LocalSocket::socket_path() %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev 908068d19d Net: Fix initializing sockaddr_un.sun_path copy buffers %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev 43ce6c5474 Kernel: Move socket role tracking to the Socket class itself %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev d46c3b0b5b Net: Simplify how LocalSocket tracks open fds %!s(int64=6) %!d(string=hai) anos
  Conrad Pankoff bd6d2c0819 Kernel: Use a more detailed state machine for socket setup %!s(int64=6) %!d(string=hai) anos
  Conrad Pankoff 73c998dbfc Kernel: Refactor TCP/IP stack %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 6347e3aa51 Net: Let Socket have read/write wrappers around sendto/recvfrom %!s(int64=6) %!d(string=hai) anos
  Robin Burchell 96de90ceef Net: Merge Thread::wait_for_connect into LocalSocket (as the only place that uses it) %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 55821c91f8 Kernel: Rename Process::cwd_custody() to Process::current_directory(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 393851418b FileSystem: Port most of the code over to using custodies. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling ae470ec955 Kernel: Add getpeername() syscall, and fix getsockname() behavior. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 5023464d95 LocalSocket: Make send() and sendto() work, too. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 668bfaa2af LocalSocket: Bump internal buffer sizes to 16KB. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling b3a1671f1a Kernel: Add support for recv() with MSG_DONTWAIT. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 85d2e85912 LocalSocket: Fix mismatch between can_write() and write() logic. %!s(int64=6) %!d(string=hai) anos
  Robin Burchell a8864dc590 Kernel: Report EAGAIN from read() on a non-blocking socket if the buffer is empty %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 2470fdcd9b Kernel: Make Socket inherit from File. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 03da7046bd Kernel: Prepare Socket for becoming a File. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 65d6318c33 Kernel: Support non-blocking connect(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 644c887594 Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/. %!s(int64=6) %!d(string=hai) anos