Historial de Commits

Autor SHA1 Mensaje Fecha
  whitequark 1c1489e5fb try! → ? hace 8 años
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. hace 8 años
  whitequark 3107383599 Fix insufficient length validation in TCP packets. hace 8 años
  whitequark 2989fa3348 Fix insufficient length validation in UDP packets. hace 8 años
  whitequark b33d867385 Fix a crash parsing a malformed IPv4 packet. hace 8 años
  whitequark 6447d94390 Factor out wire::tcp::field::OPTIONS. hace 8 años
  whitequark ed2c376628 Fix a crash parsing a truncated TCP packet with options. hace 8 años
  whitequark 3f43be8d84 Fix a crash parsing malformed TCP options. hace 8 años
  whitequark 2582d1573d Fix a crash printing a malformed TCP packet. hace 8 años
  whitequark 6271dc7270 Add packet parser fuzzer. hace 8 años
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. hace 8 años
  whitequark 86eeaf4a7a Clean up a few doctests. hace 8 años
  whitequark 6cf248e752 Fix an unimplemented!() invocation that should be unreachable!(). hace 8 años
  whitequark 818fa7dda4 Unbreak parsing of ICMP unreachable messages. hace 8 años
  whitequark ba1f0a7480 Actually export socket::SocketSetItem publicly. hace 8 años
  Egor Karavaev 78b717cd75 Add the `ping` example. hace 8 años
  Egor Karavaev ed08b74427 Add `RawSocket`. hace 8 años
  Egor Karavaev 42ca732ce3 `IpRepr::lower` replaces unspecified src_addr in Ipv4Repr as well. hace 8 años
  Egor Karavaev 441881609c Factor out the `RingBuffer` container. hace 8 años
  Egor Karavaev 80c20adbf8 Factor out the "raw_socket" and "tap_interface" features hace 8 años
  whitequark 22772f07df Remove accidentally committed change. hace 8 años
  whitequark 961b12ce93 Add a sinkhole to the server example. hace 8 años
  whitequark 5a6641a967 Fix no-std build. hace 8 años
  whitequark 21900288cc Add packet shaping to the fault injector. hace 8 años
  whitequark d931625af0 Implement TCP TIME-WAIT timeouts. hace 8 años
  whitequark e894ee24ad Fix a typo in documentation. hace 8 años
  whitequark 16222445a6 Clamp TCP receive window to MSS multiplied by maximum burst size. hace 8 años
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits hace 8 años
  whitequark 1874549b0b Bump version. hace 8 años
  whitequark 293ea51722 Improve handling of TCP ACK packets in FIN-* states. hace 8 años