Commit Verlauf

Autor SHA1 Nachricht Datum
  Victor Wei 77a49f6e42 fix small typo vor 1 Jahr
  Dario Nieuwenhuis 6acc2b4795 tcp: consider segments partially overlapping the window as acceptable vor 1 Jahr
  Thibaut Vandervelden 4b1e8b174c Better impls defmt for some structs vor 2 Jahren
  Dario Nieuwenhuis 339545411a Clippy fixes. vor 2 Jahren
  Nicholas Cyprus 185a00829d First pass constification of the wire module vor 2 Jahren
  Dario Nieuwenhuis ecb4cbc545 Clippy fixes. vor 2 Jahren
  Dario Nieuwenhuis 78f92bcea6 wire: use own Error type. vor 2 Jahren
  Anuvrat 8ba8830378 Corrects minor spelling errors vor 3 Jahren
  Thibaut Vandervelden 51b2adddad Fix clippy lints vor 3 Jahren
  Dario Nieuwenhuis 2cb407d62a rustfmt vor 3 Jahren
  Dario Nieuwenhuis b82b7300aa tcp: add Nagle's Algorithm. vor 3 Jahren
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support vor 4 Jahren
  Alex Crawford ddb876bec4 Remove redundant field names from structs vor 4 Jahren
  Alex Crawford 48539a84dc Prefer elided lifetimes vor 4 Jahren
  Alex Crawford 5c335f8fe7 Silence warning about is_empty method vor 4 Jahren
  Alex Crawford 38a5008541 Prefer if-let syntax over single-pattern match vor 4 Jahren
  Alex Crawford 323dfe2ab6 Use is_empty instead of length comparison vor 4 Jahren
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 vor 4 Jahren
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns vor 4 Jahren
  Scott Mabin e74ad03b8a Revert to prevous ordering of TCP options. vor 5 Jahren
  whitequark 83dba8ea31 Bump Rust version requirement to 1.27. vor 5 Jahren
  jhwgh1968 ed8dce015c Minimal Implementation of TCP Selective Acknowledgement vor 6 Jahren
  jhwgh1968 60db9424e0 Fix fault injection on TCP streams vor 6 Jahren
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. vor 6 Jahren
  Kai Lüke 4a8242a1fe Proper calculation of TCP header length vor 6 Jahren
  jhwgh1968 42d25bfe26 Implement TCP Window Scaling, Phase 1 (Issue #106) vor 6 Jahren
  Dan Robertson 91f5891dbb Remove v4 from udp/tcp of ChecksumCapabilities vor 6 Jahren
  Andrew Cann fb96b3cdc1 impl `AsRef<[u8]>` for packet types vor 7 Jahren
  Andrew Cann 5fdd44757a Relax type constraints on payload_mut methods vor 7 Jahren
  Andrew Cann 302affca91 Add Clone impl to Packet types vor 7 Jahren