about summary refs log tree commit diff
path: root/src/libstd/net/addr.rs
AgeCommit message (Expand)AuthorLines
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-16/+32
2016-03-23Auto merge of #32454 - eddyb:rollup, r=eddybbors-6/+6
2016-03-22try! -> ?Jorge Aparicio-3/+3
2016-03-22std: Store flowinfo/scope_id in host byte orderAlex Crichton-6/+6
2016-02-25Rollup merge of #31842 - dileepbapat:master, r=alexcrichtonManish Goregaokar-3/+2
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-3/+2
2016-02-23Register new snapshotsAaron Turon-2/+2
2016-02-11Add SocketAddrV6::set_flowinfo and set_scope_idSimon Sapin-0/+28
2016-02-11Add `SocketAddr{,V4,V6}::set_ip`.Simon Sapin-3/+52
2016-02-11Add `SocketAddr{,V4,V6}::set_port`.Simon Sapin-10/+43
2016-02-09Revert deprecation of IpAddr, stabilizing for 1.7Aaron Turon-12/+3
2016-02-04Implement ToSocketAddrs for &[SocketAddr]Steven Fackler-0/+11
2016-01-17Fix SocketAddrV6::flowinfo docsSimon Sapin-4/+4
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-2/+2
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-2/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-1/+10
2015-11-28Auto merge of #30092 - semarie:to_socket_addr_str_bad, r=alexcrichtonbors-2/+2
2015-11-28disable net::addr::to_socket_addr_str_bad test under openbsdSébastien Marie-2/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-11-09std: Migrate to the new libcAlex Crichton-17/+17
2015-08-15std: Add issues to all unstable featuresAlex Crichton-2/+2
2015-04-29Improve libstd/net/addr.rs documentation.Nick Hamann-9/+9
2015-04-15Move IP related tests to ip.rsAbhishek Chanda-258/+1
2015-04-13Fix check for globally routable IPv4 addressAbhishek Chanda-13/+16
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-2/+1
2015-04-07std: Deny most warnings in doctestsAlex Crichton-2/+1
2015-04-07disabling a test that is failing on bitrig.Dave Huseby-1/+2
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-2/+5
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-1/+1
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-0/+9
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-1/+22
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-13std: Stabilize the `net` moduleAlex Crichton-135/+260
2015-03-06Test fixes and rebase conflictsAlex Crichton-0/+1
2015-03-06rollup merge of #23097: alexcrichton/issue-23076Alex Crichton-1/+6
2015-03-05std: Fix peeling ports from addressesAlex Crichton-1/+6
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-3/+3
2015-02-20Register new snapshotsAlex Crichton-15/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+16
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+592