Historique des commits

Auteur SHA1 Message Date
  whitequark 1e0f92fad7 Convert all assert!s not documented as panics into debug_assert!s. il y a 7 ans
  whitequark 826764c961 Build release testsuite binaries with complete debug information. il y a 7 ans
  whitequark b247f6498e Correctly handle retransmission of lost-received-lost TCP segments. il y a 7 ans
  whitequark 46365af7bc Fix a few documentation issues. NFC. il y a 7 ans
  whitequark 62bd94dedc TcpSocket::recv_impl should have never been public, oops. il y a 7 ans
  whitequark 35619edb8b EthernetInterface::set_ipv4_gateway should panic on non-unicast addrs. il y a 7 ans
  whitequark 3868dcdb14 Split `poll_at`/`poll_delay` out of `poll`. il y a 7 ans
  whitequark d5f11159d8 Make the log crate properly optional. il y a 7 ans
  whitequark 44db954f8e Add a stress test. il y a 7 ans
  whitequark 31cb0c627d Oops, don't make examples depend on a nonexistent feature. il y a 7 ans
  whitequark ecf6bf291f Add a script to run every test Travis would run locally. il y a 7 ans
  whitequark 62fb0fc8cd Clean up our feature story and more aggressively test features. il y a 7 ans
  whitequark d1e229261f Panic on an attempt of subtracting sequence numbers with underflow. il y a 7 ans
  whitequark 3347bbe60b Use a more specific log message for keep-alive or probe TCP packets. il y a 7 ans
  whitequark 960b0012a0 Unbreak `cargo test --no-default-features --features default`. il y a 7 ans
  whitequark e052e5195f Fix accidental conversion of a slice to owned. il y a 7 ans
  whitequark a7d289eac1 Add an HTTP client example. il y a 7 ans
  whitequark 7eba669281 Make EthernetInterfaceBuilder::ip_addrs optional. il y a 7 ans
  Dan Robertson deccd469fe Use hop limit instead of ttl il y a 7 ans
  Dan Robertson 737b387f61 Add Ipv6Repr and Ipv6Packet to wire il y a 7 ans
  Dan Robertson ad56bacb56 Replace EthernetInterface::new with EthernetInterfaceBuilder. il y a 7 ans
  whitequark 54f1147d9e Trace the TCP socket acknowledging incoming segment. il y a 7 ans
  whitequark 3f917c1adc Fix 14185a16. il y a 7 ans
  whitequark 14185a16bb Do not fill neighbor cache with IPs not on the same network as us. il y a 7 ans
  whitequark 42c93b99c0 Trace neighbor discovery status on a per-socket basis. il y a 7 ans
  whitequark 97d262ed54 Style. NFC. il y a 7 ans
  whitequark b1680368fe Rework the pretty printer to avoid superfluous trailing newlines. il y a 7 ans
  whitequark fe94691562 Fix clocking code in the loopback example. il y a 7 ans
  whitequark 8d0913652a Make elaborated reasons for sending a TCP packet more precise. il y a 7 ans
  whitequark 552b770871 Log an elaborated reason for sending a TCP packet. il y a 7 ans