about summary refs log tree commit diff
path: root/src/libstd/sys/common/net.rs
AgeCommit message (Expand)AuthorLines
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
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-0/+38
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-4/+4
2014-12-21Remove a ton of public reexportsCorey Farwell-2/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-17/+20
2014-12-05Fall out of the std::sync rewriteAlex Crichton-6/+6
2014-11-20Make most of std::rt privateAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-08Runtime removal: refactor helper threadsAaron Turon-0/+2
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-0/+909