Commit History

Autor SHA1 Mensaxe Data
  whitequark 2b824d6a95 Add some colors for readability. %!s(int64=8) %!d(string=hai) anos
  whitequark 0f9f897408 Parameterize tracer over the write function. %!s(int64=8) %!d(string=hai) anos
  whitequark a8d19a1da4 Implement the userspace side of TCP sockets. %!s(int64=8) %!d(string=hai) anos
  whitequark 6ea7832ef3 Implement TCP data transmission. %!s(int64=8) %!d(string=hai) anos
  whitequark a81dd55cca Implement TCP RST handling. %!s(int64=8) %!d(string=hai) anos
  whitequark 0494c9fd98 Validate ACK for TCP RST packets. %!s(int64=8) %!d(string=hai) anos
  whitequark 44aa8db751 Validate ACK even in TCP LISTEN state. %!s(int64=8) %!d(string=hai) anos
  whitequark 5b4c4d9723 Add tests for TCP error conditions. %!s(int64=8) %!d(string=hai) anos
  whitequark 0ad1ac0ef2 Generalize the TCP tests to accept multiple packets. %!s(int64=8) %!d(string=hai) anos
  whitequark 72abe80df8 Factor out IpRepr into the wire module. %!s(int64=8) %!d(string=hai) anos
  whitequark a713342120 Group IP header parts in the socket layer as struct IpRepr. %!s(int64=8) %!d(string=hai) anos
  whitequark 5025da9d39 Implement TCP data acknowledgement. %!s(int64=8) %!d(string=hai) anos
  whitequark 843b79bff2 Implement TCP data reception. %!s(int64=8) %!d(string=hai) anos
  whitequark a8309b7dff Validate TCP ACKs. %!s(int64=8) %!d(string=hai) anos
  whitequark c2311a3cff Add tests for TCP state machine. %!s(int64=8) %!d(string=hai) anos
  whitequark 34741f26d1 Add basic TCP three-way handshake. %!s(int64=8) %!d(string=hai) anos
  whitequark 086308d716 Add logging capability. %!s(int64=8) %!d(string=hai) anos
  whitequark 7aac50db22 Fix autoselection of source address. %!s(int64=8) %!d(string=hai) anos
  whitequark f89690c278 Get rid of explicit backlog. %!s(int64=8) %!d(string=hai) anos
  whitequark 4427bc35bd Use correct sequence numbers in TCP RST packets. %!s(int64=8) %!d(string=hai) anos
  whitequark e13e40668a Use signed integers to represent TCP sequence numbers. %!s(int64=8) %!d(string=hai) anos
  whitequark de48180bff Populate ARP cache from incoming IP packets. %!s(int64=8) %!d(string=hai) anos
  whitequark a454a89b9e Implement conversion of incoming TCP connections into TCP streams. %!s(int64=8) %!d(string=hai) anos
  whitequark 7e5127d067 Fix no_std build. %!s(int64=8) %!d(string=hai) anos
  whitequark ab61890b09 Implement TCP server sockets. %!s(int64=8) %!d(string=hai) anos
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. %!s(int64=8) %!d(string=hai) anos
  whitequark b0f7ac11ae Add some sanity into buffer names (avoid clases with wire::*). %!s(int64=8) %!d(string=hai) anos
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). %!s(int64=8) %!d(string=hai) anos
  whitequark 268a552568 Fix TcpRepr field visibility. %!s(int64=8) %!d(string=hai) anos
  whitequark 20348a6cb8 Implement TCP representation printing. %!s(int64=8) %!d(string=hai) anos