Historique des commits

Auteur SHA1 Message Date
  Alex Crawford 48539a84dc Prefer elided lifetimes il y a 4 ans
  Alex Crawford 5c335f8fe7 Silence warning about is_empty method il y a 4 ans
  Alex Crawford 38a5008541 Prefer if-let syntax over single-pattern match il y a 4 ans
  Alex Crawford 323dfe2ab6 Use is_empty instead of length comparison il y a 4 ans
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 il y a 4 ans
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns il y a 4 ans
  Scott Mabin e74ad03b8a Revert to prevous ordering of TCP options. il y a 5 ans
  whitequark 83dba8ea31 Bump Rust version requirement to 1.27. il y a 6 ans
  jhwgh1968 ed8dce015c Minimal Implementation of TCP Selective Acknowledgement il y a 6 ans
  jhwgh1968 60db9424e0 Fix fault injection on TCP streams il y a 6 ans
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. il y a 6 ans
  Kai Lüke 4a8242a1fe Proper calculation of TCP header length il y a 7 ans
  jhwgh1968 42d25bfe26 Implement TCP Window Scaling, Phase 1 (Issue #106) il y a 7 ans
  Dan Robertson 91f5891dbb Remove v4 from udp/tcp of ChecksumCapabilities il y a 7 ans
  Andrew Cann fb96b3cdc1 impl `AsRef<[u8]>` for packet types il y a 7 ans
  Andrew Cann 5fdd44757a Relax type constraints on payload_mut methods il y a 7 ans
  Andrew Cann 302affca91 Add Clone impl to Packet types il y a 7 ans
  whitequark b0995c13e2 Fix some overly long comments. NFC. il y a 7 ans
  Dan Robertson 507d2fe0ea Add the proto-ipv4 feature. il y a 7 ans
  whitequark d1e229261f Panic on an attempt of subtracting sequence numbers with underflow. il y a 7 ans
  whitequark b1680368fe Rework the pretty printer to avoid superfluous trailing newlines. il y a 7 ans
  Kai Lüke 5e2ae22302 Don't panic on TCP sequence number wrapping in debug mode. il y a 7 ans
  Dan Robertson 7a2271dfd6 Tests: Add basic interface tests il y a 7 ans
  whitequark 70248c5109 Formatting. NFC. il y a 7 ans
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv il y a 7 ans
  whitequark 16e6e70d2f Fix many warnings. il y a 7 ans
  whitequark af51f2aba9 Clean up PSH flag handling. il y a 7 ans
  whitequark 64a82709d4 Implement TCP timeouts. il y a 7 ans
  whitequark 639dfd94c0 TcpRepr::push → TcpControl::Psh. il y a 7 ans
  whitequark 72359cdd37 Radically simplify and optimize TCP packet dispatch. il y a 7 ans