about summary refs log tree commit diff
path: root/src/libstd/net
AgeCommit message (Expand)AuthorLines
2015-03-06Test fixes and rebase conflictsAlex Crichton-0/+1
2015-03-06rollup merge of #23097: alexcrichton/issue-23076Alex Crichton-1/+6
2015-03-06Rollup merge of #23095 - stepancheg:test-bind-fail, r=alexcrichtonManish Goregaokar-4/+4
2015-03-05std: Fix peeling ports from addressesAlex Crichton-1/+6
2015-03-06std: net: enable bind_error test on all platformsStepan Koltsov-4/+4
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-8/+8
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-26std: Draw from the same port pool during testsAlex Crichton-2/+2
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1/+1
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-29/+0
2015-02-20Register new snapshotsAlex Crichton-29/+0
2015-02-20try to reduce bajillion warningsAlexis-7/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+32
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-46/+46
2015-02-17Fallout from stabilizationAaron Turon-46/+46
2015-02-17openbsd: adapt connect_error testSébastien Marie-1/+2
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+2592