Коммит түүх

Эзэн SHA1 Мессеж Огноо
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. 7 жил өмнө
  whitequark 5bf64586cd Get rid of Result<_, ()>. 7 жил өмнө
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. 7 жил өмнө
  whitequark a14c47655e Expose PSH flag in TcpRepr. 7 жил өмнө
  whitequark a4b33c9166 Remove an unnecessary length check. 7 жил өмнө
  whitequark 1c1489e5fb try! → ? 7 жил өмнө
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. 7 жил өмнө
  whitequark 3107383599 Fix insufficient length validation in TCP packets. 7 жил өмнө
  whitequark 6447d94390 Factor out wire::tcp::field::OPTIONS. 7 жил өмнө
  whitequark ed2c376628 Fix a crash parsing a truncated TCP packet with options. 7 жил өмнө
  whitequark 3f43be8d84 Fix a crash parsing malformed TCP options. 7 жил өмнө
  whitequark 2582d1573d Fix a crash printing a malformed TCP packet. 7 жил өмнө
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. 7 жил өмнө
  whitequark a43dfd34cd Add support for TCP MSS option in TCP representation. 8 жил өмнө
  whitequark c9f915033f Add support for TCP option parsing and emission. 8 жил өмнө
  whitequark cd880aff2d Remove TcpControl::len(). 8 жил өмнө
  whitequark 5b4db5fe10 TCP: retransmit ACK when receiving duplicate SEQ. 8 жил өмнө
  whitequark 9535809201 #[inline(always)] → #[inline] 8 жил өмнө
  whitequark 2c0c1ea76a Use the correct wrapping operations on TCP sequence numbers. 8 жил өмнө
  whitequark 843b79bff2 Implement TCP data reception. 8 жил өмнө
  whitequark 4427bc35bd Use correct sequence numbers in TCP RST packets. 8 жил өмнө
  whitequark e13e40668a Use signed integers to represent TCP sequence numbers. 8 жил өмнө
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. 8 жил өмнө
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). 8 жил өмнө
  whitequark 268a552568 Fix TcpRepr field visibility. 8 жил өмнө
  whitequark 20348a6cb8 Implement TCP representation printing. 8 жил өмнө
  whitequark 5a85a5c4f9 Implement TCP representation parsing and emission. 8 жил өмнө
  whitequark b2878337e9 In Repr::emit, do not assume that the packet is pre-zeroed. 8 жил өмнө
  whitequark d02961b0f2 Implement TCP packet support. 8 жил өмнө