提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 25e521f510 TCP: Start working on auto-closing connections when we get FIN. 6 年之前
  Andreas Kling edb986c276 IPv4: Factor out UDP parts of IPv4Socket into a UDPSocket class. 6 年之前
  Andreas Kling 274b500bac IPv4: Move more stuff from IPv4Socket to TCPSocket. 6 年之前
  Andreas Kling d2176eddfc Kernel: Factor out TCP parts of IPv4Socket into a TCPSocket class. 6 年之前
  Andreas Kling 54e7df0586 Kernel: Add SocketHandle helper class that wraps locked sockets. 6 年之前
  Andreas Kling 3d5296a901 IPv4: Last burst of TCP hacking for today. 6 年之前
  Andreas Kling be46f1bb1f IPv4: More work on the TCP implementation. 6 年之前
  Andreas Kling 66d55f8e0c IPv4: More work on the TCP implementation. 6 年之前
  Andreas Kling 032d9d7065 IPv4: More hacking on bringing up TCP support. 6 年之前
  Andreas Kling c588653f76 IPv4: Begin fleshing out TCP support. 6 年之前
  Andreas Kling ef5d0a397c IPv4: Do the TCP-to-socket mapping in the same way as UDP. 6 年之前
  Andreas Kling 3ad9561b80 IPv4: Use the UDP-to-socket map to handle incoming UDP packets. 6 年之前
  Andreas Kling 209a16bb7f IPv4: Dynamically allocate the UDP source port if needed. 6 年之前
  Andreas Kling 4dddf949c8 IPv4: More work on UDP support. 6 年之前
  Andreas Kling a9dc332a11 IPv4: recvfrom() shouldn't care about what's in the outparam on entry. 6 年之前
  Andreas Kling 19a51132f5 Kernel: recvfrom() should treat the address arguments as outparams. 6 年之前
  Andreas Kling b59d588c04 Kernel: Start fleshing out an UDP implementation. 6 年之前
  Andreas Kling 562663df7c Add support for socket send/receive timeouts. 6 年之前
  Andreas Kling cf250e1245 More work on IPv4 sockets and /bin/ping. 6 年之前
  Andreas Kling a7d5e9781a Kernel+LibC+Userland: Yet more networking bringup hacking. 6 年之前
  Andreas Kling a017a77442 Kernel+LibC+Userland: Start working on an IPv4 socket backend. 6 年之前