Historique des commits

Auteur SHA1 Message Date
  whitequark 268a552568 Fix TcpRepr field visibility. il y a 8 ans
  whitequark 20348a6cb8 Implement TCP representation printing. il y a 8 ans
  whitequark 5a85a5c4f9 Implement TCP representation parsing and emission. il y a 8 ans
  whitequark b2878337e9 In Repr::emit, do not assume that the packet is pre-zeroed. il y a 8 ans
  whitequark 5259855c7c Fix a pointless crash in smoltcpserver. il y a 8 ans
  whitequark 49c0f4a937 Fix IP checksum calculation for odd-length packets. il y a 8 ans
  whitequark 3335b698b4 Empty transmit buffers before starting to receive. il y a 8 ans
  whitequark 85ae54a488 Sort out buffer lengths. il y a 8 ans
  whitequark d02961b0f2 Implement TCP packet support. il y a 8 ans
  whitequark c7492b3b51 Implement TCP stream ring buffers. il y a 8 ans
  whitequark b56fb85a30 UdpBufferElem → UdpPacket il y a 8 ans
  whitequark 37f565abe2 Fix lifetime variance. il y a 8 ans
  whitequark ef04295a8a Fix a Cargo warning. il y a 8 ans
  whitequark 7d838b6d9f I was going to license this under 0-clause BSD. il y a 8 ans
  whitequark 8b89de2faa Working UDP loopback. il y a 8 ans
  whitequark 59dae01e9c Rethink the buffering strategy with Managed<T>. il y a 8 ans
  whitequark 8ff9b17a97 Significantly simplify buffering. il y a 8 ans
  whitequark 3377b911d8 Implement network part of communication through UDP sockets. il y a 8 ans
  whitequark 659f6ed6f6 Implement UDP sockets. il y a 8 ans
  whitequark f6f7dc8cb6 Implement UDP representation parsing and emission. il y a 8 ans
  whitequark f23e3c4bff Implement UDP packet support. il y a 8 ans
  whitequark 04b546a3b8 Return interior pointers more uniformly. il y a 8 ans
  whitequark 8a3dee0943 Simplify checksum computation. il y a 8 ans
  whitequark be4ea0a55e Respond with ICMP echo request data in echo reply. il y a 8 ans
  whitequark 7e45f2d1a9 README: clarify. il y a 8 ans
  whitequark 4da6b0bf61 Implement ICMPv4 echo replies. il y a 8 ans
  whitequark 5863997da3 Actually commit ARP snooping. il y a 8 ans
  whitequark 8204502725 Implement ICMPv4 echo request/reply representation parsing and emission. il y a 8 ans
  whitequark e82e74458d Implement ICMPv4 echo request/reply packet support. il y a 8 ans
  whitequark a1587fef21 Implement IPv4 representation parsing and emission. il y a 8 ans