Histórico de Commits

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