Historial de Commits

Autor SHA1 Mensaje Fecha
  Dario Nieuwenhuis 78f92bcea6 wire: use own Error type. hace 3 años
  Anuvrat 8ba8830378 Corrects minor spelling errors hace 3 años
  Thibaut Vandervelden 51b2adddad Fix clippy lints hace 3 años
  Dario Nieuwenhuis 2cb407d62a rustfmt hace 3 años
  Dario Nieuwenhuis b82b7300aa tcp: add Nagle's Algorithm. hace 4 años
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support hace 4 años
  Alex Crawford ddb876bec4 Remove redundant field names from structs hace 4 años
  Alex Crawford 48539a84dc Prefer elided lifetimes hace 4 años
  Alex Crawford 5c335f8fe7 Silence warning about is_empty method hace 4 años
  Alex Crawford 38a5008541 Prefer if-let syntax over single-pattern match hace 4 años
  Alex Crawford 323dfe2ab6 Use is_empty instead of length comparison hace 4 años
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 hace 4 años
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns hace 4 años
  Scott Mabin e74ad03b8a Revert to prevous ordering of TCP options. hace 5 años
  whitequark 83dba8ea31 Bump Rust version requirement to 1.27. hace 6 años
  jhwgh1968 ed8dce015c Minimal Implementation of TCP Selective Acknowledgement hace 6 años
  jhwgh1968 60db9424e0 Fix fault injection on TCP streams hace 6 años
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. hace 6 años
  Kai Lüke 4a8242a1fe Proper calculation of TCP header length hace 7 años
  jhwgh1968 42d25bfe26 Implement TCP Window Scaling, Phase 1 (Issue #106) hace 7 años
  Dan Robertson 91f5891dbb Remove v4 from udp/tcp of ChecksumCapabilities hace 7 años
  Andrew Cann fb96b3cdc1 impl `AsRef<[u8]>` for packet types hace 7 años
  Andrew Cann 5fdd44757a Relax type constraints on payload_mut methods hace 7 años
  Andrew Cann 302affca91 Add Clone impl to Packet types hace 7 años
  whitequark b0995c13e2 Fix some overly long comments. NFC. hace 7 años
  Dan Robertson 507d2fe0ea Add the proto-ipv4 feature. hace 7 años
  whitequark d1e229261f Panic on an attempt of subtracting sequence numbers with underflow. hace 7 años
  whitequark b1680368fe Rework the pretty printer to avoid superfluous trailing newlines. hace 7 años
  Kai Lüke 5e2ae22302 Don't panic on TCP sequence number wrapping in debug mode. hace 7 años
  Dan Robertson 7a2271dfd6 Tests: Add basic interface tests hace 7 años