Commit History

Author SHA1 Message Date
  Dario Nieuwenhuis d242ff483c socket/set: remove reference counting. 3 years ago
  Dario Nieuwenhuis ef213fa772 socket: remove SocketRef. 3 years ago
  Thibaut Vandervelden 3d782f19cd Add support for 802.15.4 and 6LoWPAN 4 years ago
  qiujiangkun 7dda148ad5 various clippy fix 3 years ago
  Dario Nieuwenhuis 2cb407d62a rustfmt 3 years ago
  Dario Nieuwenhuis b791ef535e dhcp: convert to socket 4 years ago
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support 4 years ago
  Dario Nieuwenhuis 43cf6caddf Simplify SocketSet lifetimes 4 years ago
  Niclas Hoyer 633e7c2591 Use #[non_exhaustive] instead of manual variant 4 years ago
  Dario Nieuwenhuis 11255a89a1 Simplify Socket lifetimes 4 years ago
  Alex Crawford ddb876bec4 Remove redundant field names from structs 4 years ago
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 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
  Pierre Krieger 2f80e1ac6a Implement Hash for SocketHandle 5 years ago
  Valentin Lorentz ce2fbb7dd2 Add support for IPv6 to ICMP sockets. 7 years ago
  Philipp Oppermann c2d18ec071 Return specific sockets from `new` functions instead of `Socket`. 7 years ago
  Dan Robertson 507d2fe0ea Add the proto-ipv4 feature. 7 years ago
  whitequark 7937011424 Extract socket handle into a new SocketMeta structure. 7 years ago
  Dan Robertson ef4af850e0 Add ICMP sockets 7 years ago
  whitequark f58cc4bcbb Rename proto-* features back to socket-*. 7 years ago
  whitequark f64a99a4e6 Use a much more sensible method naming for SocketRef. 7 years ago
  whitequark 42e2c04dee Expose wrapping and unwrapping of SocketRefs. 7 years ago
  whitequark 7e4971df32 Rename Cargo features: socket-* → proto-*. 7 years ago
  Egor Karavaev 096ce02ac4 Implement a SocketRef smart pointer to detect state changes. 7 years ago
  whitequark 100b57aa66 Replace "socket debug identifiers" with just socket handles. 7 years ago
  whitequark a983c629b9 Allow disabling any of: raw, TCP or UDP sockets. 7 years ago
  whitequark bf4ddef87d Remove all remnants of the collections feature. 7 years ago
  Egor Karavaev ed08b74427 Add `RawSocket`. 7 years ago
  whitequark a155269d3d Remove the `use_` prefix from feature names. 8 years ago