You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modify src/net for windows compatibility
fix tests
add docs back in
cleanup
remove log statements
clean up selector
clean up stream and listener sys logic
fix re-registration
add test for serial calls to listener.accept
fix serial calls to accept
remove tempfile dependency and fix doc tests
revert change in draining behavior
re-organize stdnet files to mirror std::os::unix::net
use single syscall vectored approach from rust-lang/socket2
lint
improve support across feature matrix
fix doc tests
use bcrypt instead of rand
add -_ to random char set to avoid rejection sampling
optimize rng syscall logic
fix lint and fmt
remove unused functions
fmt
simplify windows mod
clean up tests
fix indentation, imports, address other comments
fmt
remove unrelated code changes
fix lint
remove explicit SetHandleInformation calls
abstract socketaddr behind common API in net
fix lint
add comment clarifying inheritance during calls to accept
0 commit comments