Commit History

Author SHA1 Message Date
  Alex Crawford 1ff8edf201 Clean up a couple of if-blocks 4 years ago
  Alex Crawford ddb876bec4 Remove redundant field names from structs 4 years ago
  Dario Nieuwenhuis b175faedcb Merge pull request #398 from smoltcp-rs/simultaneous-close 4 years ago
  Dario Nieuwenhuis d98e5ed038 Merge pull request #399 from smoltcp-rs/medium-ip-part1 4 years ago
  Dario Nieuwenhuis 38d5329353 Merge pull request #402 from crawford/clippy 4 years ago
  Alex Crawford 95bbd24869 Clean up iterator chains 4 years ago
  Alex Crawford ebe2449bcc Remove some redundant closures 4 years ago
  Alex Crawford dc7de0a550 Use subsec_millis where possible 4 years ago
  Alex Crawford 48539a84dc Prefer elided lifetimes 4 years ago
  Alex Crawford 57029d6e5d Prefer assignment operators 4 years ago
  Alex Crawford 48323b5980 Silence warning about matches macro 4 years ago
  Alex Crawford 5c335f8fe7 Silence warning about is_empty method 4 years ago
  Alex Crawford 86e778c446 Silence warning about non-exhaustive pattern 4 years ago
  Alex Crawford 63bf644992 Dereference match expressions to clean up patterns 4 years ago
  Alex Crawford 38a5008541 Prefer if-let syntax over single-pattern match 4 years ago
  Alex Crawford 323dfe2ab6 Use is_empty instead of length comparison 4 years ago
  Dario Nieuwenhuis 961c7007ed Split Packet into EthernetPacket and IpPacket. 4 years ago
  Dario Nieuwenhuis df6704ce9c Remove "None" variant from Packet, use Option<Packet> instead. 4 years ago
  Dario Nieuwenhuis 2219af77b2 tcp: fix racey simultaneous close not sending FIN. 4 years ago
  Dario Nieuwenhuis ac605ce84c Merge pull request #396 from smoltcp-rs/rust-2018 4 years ago
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 4 years ago
  Dario Nieuwenhuis 73bb62a2b0 Merge pull request #394 from smoltcp-rs/async 4 years ago
  Dario Nieuwenhuis 23bb12a856 Async/await waker support. 4 years ago
  Dario Nieuwenhuis 965ff97007 Merge pull request #395 from crawford/clippy 4 years ago
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns 4 years ago
  Alex Crawford 5a26227909 Remove unnecessary returns 4 years ago
  Alex Crawford 113a6c16b8 Use newline variants of write macro 4 years ago
  Alex Crawford ccf6915186 Remove explicit calls to as_ref/as_mut 4 years ago
  Dario Nieuwenhuis c510a96012 Don't use matches! macro, for Rust 1.36 support 4 years ago
  Dario Nieuwenhuis f20ad0e8de Fix seq_to_transmit incorrectly returning true when a FIN was enqueued. 4 years ago