Commit History

作者 SHA1 備註 提交日期
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前
  Andreas Kling 70c9a89707 IPv4: Put some TCP close handshake debug spam behind TCP_SOCKET_DEBUG 5 年之前
  Andreas Kling 228a1e9099 IPv4: Basic implementation of TCP socket shutdown 5 年之前
  Andreas Kling 6be880bd10 IPv4: Send TCP packets right away instead of waiting to "retry" 5 年之前
  Andreas Kling 03837e37a3 Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling 8c5cd97b45 Kernel: Fix kernel null deref on process crash during join_thread() 5 年之前
  Andreas Kling aac17fc81a IPv4: Randomize the first TCP sequence number 5 年之前
  Andreas Kling 9026598999 Kernel: Add a more expressive API for getting random bytes 5 年之前
  Andreas Kling 61f611bf3c IPv4: Protect the list of unacked TCP packets with a lock 5 年之前
  Andreas Kling 340b524c0d Kernel: Minor cleanup in TCPSocket::send_tcp_packet() 5 年之前
  Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data() 5 年之前
  Andreas Kling 8cfb859368 IPv4: Support overriding the default TTL (64) 5 年之前
  Conrad Pankoff c983e96664 Kernel: Use timeval_sub for TCP retransmissions and lower timer to 500ms 5 年之前
  Conrad Pankoff a2b61e30c5 Kernel: Put some network log messages behind debug flags 5 年之前
  Conrad Pankoff 117d8db2a2 Kernel: Implement outgoing TCP retransmission and better ACK handling 5 年之前
  Conrad Pankoff 72f728b0d6 Kernel: Hold socket back from accept() until it's fully set up 5 年之前
  Conrad Pankoff d53c9d4416 Kernel: Use RefPtr instead of SocketHandle for TCPSocket clients 5 年之前
  Conrad Pankoff b15a7c435f Kernel: Implement is_zero for RoutingDecision 6 年之前
  Conrad Pankoff 6d1418aa7a Kernel: Add simple ARP routing layer 6 年之前
  Sergey Bugaev 43ce6c5474 Kernel: Move socket role tracking to the Socket class itself 6 年之前
  Conrad Pankoff fc3667c026 Kernel: Detect some outgoing TCP connection failures 6 年之前
  Conrad Pankoff bd6d2c0819 Kernel: Use a more detailed state machine for socket setup 6 年之前
  Conrad Pankoff 638008da13 Kernel: Move TCP state logging into TCPSocket 6 年之前
  Sergey Bugaev d06f4291a8 Kernel: Make TCPSocket::for_each() callback accept a reference 6 年之前
  Andreas Kling 04603237da Kernel: Merge FooSocketHandle classes into a single SocketHandle<Foo> 6 年之前
  Conrad Pankoff 5c66c67f32 Kernel: Improve some network-related log messages 6 年之前
  Conrad Pankoff 4fcbbd24f7 Kernel: Support binding to INADDR_ANY (all IPs) 6 年之前
  Conrad Pankoff 3eb659a2bb Kernel: Implement TCP listening sockets and incoming connections 6 年之前
  Conrad Pankoff 54ceabd48d Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code 6 年之前