Commit Verlauf

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