about summary refs log tree commit diff
path: root/src/libstd/sys/windows/net.rs
AgeCommit message (Expand)AuthorLines
2019-02-28libstd => 2018Taiki Endo-16/+17
2019-02-13Add vectored read and write supportSteven Fackler-1/+42
2018-12-25Remove licensesMark Rousskov-10/+0
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-1/+55
2017-06-20Add `Read::initializer`.Steven Fackler-10/+0
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-2/+42
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-2/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-5/+19
2016-03-27libstd/sys/*/net: very minor clean up of cvt*() utility functions.NODA, Kai-10/+11
2016-03-22try! -> ?Jorge Aparicio-15/+15
2016-03-20Add unix socket support to the standard librarySteven Fackler-0/+9
2016-03-09std: Don't spawn threads in `wait_with_output`Alex Crichton-0/+2
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-1/+20
2016-02-28Fix windowsSteven Fackler-49/+14
2016-02-28Add TCP functionality from net2Steven Fackler-0/+54
2016-02-24std: Cap read/write limits on Windows networkingAlex Crichton-2/+3
2015-11-09std: Migrate to the new libcAlex Crichton-27/+45
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-3/+2
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-1/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-1/+0
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-1/+9
2015-06-30std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT optionAlex Crichton-16/+29
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-0/+29
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-8/+7
2015-04-15Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturonbors-2/+8
2015-04-14std: Set overlap/noinherit flags on windows socketsAlex Crichton-2/+8
2015-04-08std: Stabilize io::Error::from_raw_os_errorAlex Crichton-1/+1
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-2/+6
2015-03-31Stabilize std::numAaron Turon-0/+3
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-2/+6
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-13std: Stabilize the `net` moduleAlex Crichton-4/+4
2015-02-23Hide unnecessary error checking from the userTobias Bucher-1/+12
2015-02-11More test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+121