about summary refs log tree commit diff
path: root/src/libstd/sys/common/net.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-5/+7
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-4/+4
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-4/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-6/+6
2015-01-02More falloutNick Cameron-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-5/+1
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-0/+38
2014-12-30std: Re-enable at_exit()Alex Crichton-1/+5
2014-12-29Test fixes and rebase conflictsAlex Crichton-2/+2