Historie revizí

Autor SHA1 Zpráva Datum
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 před 4 roky
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns před 4 roky
  Scott Mabin e74ad03b8a Revert to prevous ordering of TCP options. před 5 roky
  whitequark 83dba8ea31 Bump Rust version requirement to 1.27. před 6 roky
  jhwgh1968 ed8dce015c Minimal Implementation of TCP Selective Acknowledgement před 6 roky
  jhwgh1968 60db9424e0 Fix fault injection on TCP streams před 6 roky
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. před 6 roky
  Kai Lüke 4a8242a1fe Proper calculation of TCP header length před 7 roky
  jhwgh1968 42d25bfe26 Implement TCP Window Scaling, Phase 1 (Issue #106) před 7 roky
  Dan Robertson 91f5891dbb Remove v4 from udp/tcp of ChecksumCapabilities před 7 roky
  Andrew Cann fb96b3cdc1 impl `AsRef<[u8]>` for packet types před 7 roky
  Andrew Cann 5fdd44757a Relax type constraints on payload_mut methods před 7 roky
  Andrew Cann 302affca91 Add Clone impl to Packet types před 7 roky
  whitequark b0995c13e2 Fix some overly long comments. NFC. před 7 roky
  Dan Robertson 507d2fe0ea Add the proto-ipv4 feature. před 7 roky
  whitequark d1e229261f Panic on an attempt of subtracting sequence numbers with underflow. před 7 roky
  whitequark b1680368fe Rework the pretty printer to avoid superfluous trailing newlines. před 7 roky
  Kai Lüke 5e2ae22302 Don't panic on TCP sequence number wrapping in debug mode. před 7 roky
  Dan Robertson 7a2271dfd6 Tests: Add basic interface tests před 7 roky
  whitequark 70248c5109 Formatting. NFC. před 7 roky
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv před 7 roky
  whitequark 16e6e70d2f Fix many warnings. před 7 roky
  whitequark af51f2aba9 Clean up PSH flag handling. před 7 roky
  whitequark 64a82709d4 Implement TCP timeouts. před 7 roky
  whitequark 639dfd94c0 TcpRepr::push → TcpControl::Psh. před 7 roky
  whitequark 72359cdd37 Radically simplify and optimize TCP packet dispatch. před 7 roky
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. před 7 roky
  whitequark 5bf64586cd Get rid of Result<_, ()>. před 7 roky
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. před 8 roky
  whitequark a14c47655e Expose PSH flag in TcpRepr. před 8 roky