Historique des commits

Auteur SHA1 Message Date
  Dario Nieuwenhuis 43cf6caddf Simplify SocketSet lifetimes il y a 4 ans
  Niclas Hoyer 633e7c2591 Use #[non_exhaustive] instead of manual variant il y a 4 ans
  Dario Nieuwenhuis 11255a89a1 Simplify Socket lifetimes il y a 4 ans
  Alex Crawford ddb876bec4 Remove redundant field names from structs il y a 4 ans
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 il y a 4 ans
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns il y a 4 ans
  Alex Crawford 5a26227909 Remove unnecessary returns il y a 4 ans
  Pierre Krieger 2f80e1ac6a Implement Hash for SocketHandle il y a 5 ans
  Valentin Lorentz ce2fbb7dd2 Add support for IPv6 to ICMP sockets. il y a 7 ans
  Philipp Oppermann c2d18ec071 Return specific sockets from `new` functions instead of `Socket`. il y a 7 ans
  Dan Robertson 507d2fe0ea Add the proto-ipv4 feature. il y a 7 ans
  whitequark 7937011424 Extract socket handle into a new SocketMeta structure. il y a 7 ans
  Dan Robertson ef4af850e0 Add ICMP sockets il y a 7 ans
  whitequark f58cc4bcbb Rename proto-* features back to socket-*. il y a 7 ans
  whitequark f64a99a4e6 Use a much more sensible method naming for SocketRef. il y a 7 ans
  whitequark 42e2c04dee Expose wrapping and unwrapping of SocketRefs. il y a 7 ans
  whitequark 7e4971df32 Rename Cargo features: socket-* → proto-*. il y a 7 ans
  Egor Karavaev 096ce02ac4 Implement a SocketRef smart pointer to detect state changes. il y a 7 ans
  whitequark 100b57aa66 Replace "socket debug identifiers" with just socket handles. il y a 7 ans
  whitequark a983c629b9 Allow disabling any of: raw, TCP or UDP sockets. il y a 7 ans
  whitequark bf4ddef87d Remove all remnants of the collections feature. il y a 7 ans
  Egor Karavaev ed08b74427 Add `RawSocket`. il y a 8 ans
  whitequark a155269d3d Remove the `use_` prefix from feature names. il y a 8 ans
  whitequark bb83f4b590 Actually close TCP sockets with 0 references during pruning. il y a 8 ans
  whitequark 2c321a9d34 Trace pruning of sockets from a set. il y a 8 ans
  whitequark 309d0f56c8 Fix build with no alloc or collections. il y a 8 ans
  whitequark 4952f5573c Add reference counting to SocketSet. il y a 8 ans
  whitequark 16826628fe Distinguish sockets by debug identifiers (socket set indexes). il y a 8 ans
  whitequark 0dedbaf597 impl Debug for SocketSet. il y a 8 ans
  whitequark 0293008ad8 Allow copying socket set handles. il y a 8 ans