Historique des commits

Auteur SHA1 Message Date
  whitequark e13e40668a Use signed integers to represent TCP sequence numbers. il y a 8 ans
  whitequark de48180bff Populate ARP cache from incoming IP packets. il y a 8 ans
  whitequark a454a89b9e Implement conversion of incoming TCP connections into TCP streams. il y a 8 ans
  whitequark 7e5127d067 Fix no_std build. il y a 8 ans
  whitequark ab61890b09 Implement TCP server sockets. il y a 8 ans
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. il y a 8 ans
  whitequark b0f7ac11ae Add some sanity into buffer names (avoid clases with wire::*). il y a 8 ans
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). il y a 8 ans
  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