Commit History

Author SHA1 Message Date
  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
  whitequark bb83f4b590 Actually close TCP sockets with 0 references during pruning. 8 years ago
  whitequark 2c321a9d34 Trace pruning of sockets from a set. 8 years ago
  whitequark 309d0f56c8 Fix build with no alloc or collections. 8 years ago
  whitequark 4952f5573c Add reference counting to SocketSet. 8 years ago
  whitequark 16826628fe Distinguish sockets by debug identifiers (socket set indexes). 8 years ago
  whitequark 0dedbaf597 impl Debug for SocketSet. 8 years ago
  whitequark 0293008ad8 Allow copying socket set handles. 8 years ago
  whitequark 019d03d758 Implement socket sets. 8 years ago