summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
2015-07-29Auto merge of #27368 - alexcrichton:deprecate-net-methods, r=aturonbors-0/+24
2015-07-28std: Deprecate extra TcpStream/UdpSocket methodsAlex Crichton-0/+24
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+2
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-3/+15
2015-07-19Fix documentation IP ranges: e.g., 192.0.2.* instead of 192.*.2.*.Ken Tossell-4/+8
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+7
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-1/+1
2015-07-01Add netbsd amd64 supportAlex Newman-3/+3
2015-06-21Auto merge of #26457 - meqif:master, r=alexcrichtonbors-2/+1
2015-06-20Remove mention of `UdpSocket` in `Shutdown` docs.Ricardo Martins-2/+1
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-1/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-10disabling socking timing tests because openbsd/bitrig get/set are not congrue...Dave Huseby-0/+6
2015-06-07change some statics to constantsOliver 'ker' Schneider-2/+2
2015-05-29Loosen timeout restrictionsSteven Fackler-20/+12
2015-05-29Skip timeout upper bound check on windowsSteven Fackler-4/+12
2015-05-28Implement RFC 1047 - socket timeoutsSteven Fackler-0/+210
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-05-16std: Reexport std::net::tcp::IncomingAlex Crichton-1/+1
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-4/+4
2015-05-09Auto merge of #25212 - pnkfelix:dropck-box-trait, r=nikomatsakisbors-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-4/+4
2015-05-08Fallout from fixing Issue 25199.Felix S. Klock II-1/+1
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-3/+3
2015-05-05Rollup merge of #25105 - tshepang:doc-addr, r=steveklabnikManish Goregaokar-1/+2
2015-05-04Auto merge of #24652 - achanda:ip-long, r=alexcrichtonbors-1/+27
2015-05-04doc: fix markupTshepang Lekhonkhobe-1/+2
2015-05-04Auto merge of #25078 - nham:std_net_impl_debug, r=alexcrichtonbors-1/+58
2015-05-04Auto merge of #25044 - tshepang:doc-addr, r=alexcrichtonbors-10/+18
2015-05-03Add functions to convert IPv4 to long and backAbhishek Chanda-1/+27
2015-05-03Add tests for 3 Debug implementationsNick Hamann-0/+37
2015-05-03Implement Debug for std::net::{UdpSocket,TcpStream,TcpListener,Shutdown}Nick Hamann-1/+21
2015-05-03doc: improve IpAddr is_global and is_unicast_globalTshepang Lekhonkhobe-10/+18
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-1/+1
2015-04-29rollup merge of #24961: nham/net_docs_cleanupAlex Crichton-39/+39
2015-04-29Improve libstd/net/addr.rs documentation.Nick Hamann-9/+9
2015-04-29Add some missing punctuation in the libstd/net/tcp.rs docs.Nick Hamann-1/+1
2015-04-29Add some missing punctuation in the libstd/net/ip.rs docs.Nick Hamann-19/+19
2015-04-29Improve libstd/net/udp.rs documentation.Nick Hamann-10/+10
2015-04-28remove stability note from std::netSteve Klabnik-4/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-6/+15
2015-04-15Rollup merge of #24480 - achanda:move_test, r=alexcrichtonSteve Klabnik-259/+270
2015-04-15Move IP related tests to ip.rsAbhishek Chanda-259/+270
2015-04-15Fix some typos.Ms2ger-1/+1
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-12/+12
2015-04-13Fix check for globally routable IPv4 addressAbhishek Chanda-15/+43
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-12/+12
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-5/+1
2015-04-07std: Deny most warnings in doctestsAlex Crichton-5/+1
2015-04-07disabling a test that is failing on bitrig.Dave Huseby-1/+2