about summary refs log tree commit diff
path: root/src/libstd/sys/common/net.rs
AgeCommit message (Expand)AuthorLines
2016-10-09use MSG_NOSIGNAL on all relevant platformsMathieu Poumeyrol-3/+9
2016-10-06Rollup merge of #36965 - kallisti5:master, r=alexcrichtonJonathan Turner-1/+1
2016-10-04Haiku: Fix IPv6 target_os checkAlexander von Gluck IV-1/+1
2016-09-28use MSG_NOSIGNAL from liblibcMathieu Poumeyrol-7/+4
2016-09-28MSG_NOSIGNAL on linuxMathieu Poumeyrol-3/+11
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-4/+4
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-4/+0
2016-07-11std: Fix IPV6 imports for solarisJosh Stone-4/+8
2016-07-08Add test for std::net::lookup_host() duplicatesIvan Nejgebauer-0/+19
2016-07-07Use hints with getaddrinfo() in std::net::lokup_host()Ivan Nejgebauer-1/+11
2016-06-29Convert a simple tail call to a loopTobias Bucher-10/+14
2016-06-29Ignore unknown address types when looking up hostsTobias Bucher-5/+9
2016-04-20Remove IPV6_V6ONLY functionalitySteven Fackler-18/+0
2016-03-22fix alignmentJorge Aparicio-6/+6
2016-03-22try! -> ?Jorge Aparicio-39/+39
2016-03-20Add unix socket support to the standard librarySteven Fackler-18/+3
2016-03-12std: Clean out deprecated APIsAlex Crichton-33/+3
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-0/+4
2016-03-03Fix netbsdSteven Fackler-4/+4
2016-03-03Fix android buildSteven Fackler-3/+3
2016-03-02Fix comments and OSX buildSteven Fackler-3/+21
2016-02-28Fix windowsSteven Fackler-16/+7
2016-02-28Add UDP functionality from net2Steven Fackler-3/+135
2016-02-28Add TCP functionality from net2Steven Fackler-0/+79
2016-02-24std: Cap read/write limits on Windows networkingAlex Crichton-3/+7
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-0/+2
2015-11-09std: Migrate to the new libcAlex Crichton-86/+63
2015-09-08some more clippy-based improvementsAndre Bogus-1/+1
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-3/+4
2015-08-23Add Send/Sync traits on LookupHost structGuillaume Gomez-0/+3
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-95/+0
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-0/+6
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-7/+39
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-10/+10
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-0/+494
2015-04-21Remove unused filesTamir Duberstein-971/+0
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-29/+29
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-1/+5
2015-03-06std: Deprecate the std::old_io::net primitivesAlex Crichton-0/+2
2015-02-23Hide unnecessary error checking from the userTobias Bucher-13/+8
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-1/+2
2015-02-18std: Implement CString-related RFCsAlex Crichton-6/+11
2015-02-11bitrig integrationDave Huseby-1/+2
2015-02-04remove all kind annotations from closuresJorge Aparicio-7/+7
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-01openbsd supportSébastien Marie-2/+8
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-6/+6