Historial de Commits

Autor SHA1 Mensaje Fecha
  whitequark ab739531e2 Travis: require build on stable Rust to succeed. hace 7 años
  whitequark cbc10b6ea0 Remove Socket::{process,dispatch} from public interface. hace 7 años
  whitequark 5f16fc0032 Fix a typo in 5c3fc493. hace 7 años
  whitequark 5c3fc4935e Discard packets with non-unicast source addresses at IP level. hace 7 años
  whitequark e47e94e339 Transmit actual UDP checksum of all-zeroes as all-ones instead. hace 7 años
  whitequark 1746702f53 Try to trigger fast retransmit when we detect a missing TCP segment. hace 7 años
  whitequark 103fca2387 In examples, trace the packets being dropped by the fault injector. hace 7 años
  whitequark 86c1cbad9b In examples, print packet dumps with timestamps, too. hace 7 años
  whitequark b3e355437f Add missing #[derive]s on wire::IpVersion. hace 7 años
  Egor Karavaev 921f2e36c8 Don't reply to a TCP RST packet with another TCP RST packet. hace 7 años
  Egor Karavaev feccd963c3 Refactor EthernetInterface::poll. hace 7 años
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. hace 7 años
  whitequark 8ace8cd94e Set TCP PSH flag when sending the last buffered data. hace 7 años
  whitequark a14c47655e Expose PSH flag in TcpRepr. hace 7 años
  whitequark 6a096721cc Fix a few typos in TCP socket code (NFC). hace 7 años
  whitequark a4b33c9166 Remove an unnecessary length check. hace 7 años
  whitequark 1c1489e5fb try! → ? hace 7 años
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. hace 7 años
  whitequark 3107383599 Fix insufficient length validation in TCP packets. hace 7 años
  whitequark 2989fa3348 Fix insufficient length validation in UDP packets. hace 7 años
  whitequark b33d867385 Fix a crash parsing a malformed IPv4 packet. hace 7 años
  whitequark 6447d94390 Factor out wire::tcp::field::OPTIONS. hace 7 años
  whitequark ed2c376628 Fix a crash parsing a truncated TCP packet with options. hace 7 años
  whitequark 3f43be8d84 Fix a crash parsing malformed TCP options. hace 7 años
  whitequark 2582d1573d Fix a crash printing a malformed TCP packet. hace 7 años
  whitequark 6271dc7270 Add packet parser fuzzer. hace 7 años
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. hace 7 años
  whitequark 86eeaf4a7a Clean up a few doctests. hace 7 años
  whitequark 6cf248e752 Fix an unimplemented!() invocation that should be unreachable!(). hace 7 años
  whitequark 818fa7dda4 Unbreak parsing of ICMP unreachable messages. hace 7 años