Histórico de Commits

Autor SHA1 Mensagem Data
  whitequark 042019db04 Remove default impl for Device::limits(). há 8 anos atrás
  whitequark 9a4efcd656 LoopbackInterface → Loopback. há 8 anos atrás
  whitequark 8ada283c55 Implement loopback interfaces. há 8 anos atrás
  whitequark 6bb9200c06 Annotate all simple getters with #[inline]. há 8 anos atrás
  whitequark 5dfc861e38 Remove *Socket::{process,dispatch} from public interface. há 8 anos atrás
  whitequark a15bc8105e In {Tcp,Udp}Socket::process, make protocol check an assertion. há 8 anos atrás
  whitequark ab739531e2 Travis: require build on stable Rust to succeed. há 8 anos atrás
  whitequark cbc10b6ea0 Remove Socket::{process,dispatch} from public interface. há 8 anos atrás
  whitequark 5f16fc0032 Fix a typo in 5c3fc493. há 8 anos atrás
  whitequark 5c3fc4935e Discard packets with non-unicast source addresses at IP level. há 8 anos atrás
  whitequark e47e94e339 Transmit actual UDP checksum of all-zeroes as all-ones instead. há 8 anos atrás
  whitequark 1746702f53 Try to trigger fast retransmit when we detect a missing TCP segment. há 8 anos atrás
  whitequark 103fca2387 In examples, trace the packets being dropped by the fault injector. há 8 anos atrás
  whitequark 86c1cbad9b In examples, print packet dumps with timestamps, too. há 8 anos atrás
  whitequark b3e355437f Add missing #[derive]s on wire::IpVersion. há 8 anos atrás
  Egor Karavaev 921f2e36c8 Don't reply to a TCP RST packet with another TCP RST packet. há 8 anos atrás
  Egor Karavaev feccd963c3 Refactor EthernetInterface::poll. há 8 anos atrás
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. há 8 anos atrás
  whitequark 8ace8cd94e Set TCP PSH flag when sending the last buffered data. há 8 anos atrás
  whitequark a14c47655e Expose PSH flag in TcpRepr. há 8 anos atrás
  whitequark 6a096721cc Fix a few typos in TCP socket code (NFC). há 8 anos atrás
  whitequark a4b33c9166 Remove an unnecessary length check. há 8 anos atrás
  whitequark 1c1489e5fb try! → ? há 8 anos atrás
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. há 8 anos atrás
  whitequark 3107383599 Fix insufficient length validation in TCP packets. há 8 anos atrás
  whitequark 2989fa3348 Fix insufficient length validation in UDP packets. há 8 anos atrás
  whitequark b33d867385 Fix a crash parsing a malformed IPv4 packet. há 8 anos atrás
  whitequark 6447d94390 Factor out wire::tcp::field::OPTIONS. há 8 anos atrás
  whitequark ed2c376628 Fix a crash parsing a truncated TCP packet with options. há 8 anos atrás
  whitequark 3f43be8d84 Fix a crash parsing malformed TCP options. há 8 anos atrás