about summary refs log tree commit diff
path: root/src/libstd/net/tcp.rs
AgeCommit message (Expand)AuthorLines
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-3/+3
2019-03-25SGX target: fix std unit testsJethro Beekman-15/+47
2019-03-08std: Delete a by-definition spuriously failing testAlex Crichton-15/+0
2019-02-28libstd => 2018Taiki Endo-15/+15
2019-02-26Auto merge of #58357 - sfackler:vectored-io, r=alexcrichtonbors-2/+67
2019-02-20Rollup merge of #58553 - scottmcm:more-ihle, r=Centrilkennytm-2/+2
2019-02-17Use more impl header lifetime elisionScott McMurray-2/+2
2019-02-18Merge remote-tracking branch 'upstream/master'Stein Somers-4/+4
2019-02-18Explain a panic in test case net::tcp::tests::double_bindStein Somers-2/+6
2019-02-13Add vectored read and write supportSteven Fackler-2/+67
2019-02-10libs: doc commentsAlexander Regueiro-4/+4
2019-01-14Remove the `connect_timeout_unroutable` test.Nicholas Nethercote-11/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11Address unused variables warning with TcpStreamvarkor-0/+3
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-11-30Deal with EINTR in net timeout testsJosh Stone-4/+6
2018-10-11Small changes to fix documentation auto compile issuesCharles Hathaway-1/+2
2018-10-10update tcp stream documentationCharles Hathaway-4/+3
2018-07-25Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ...Tatsuyuki Ishi-1/+1
2018-07-17Fix doc comment: use `?` instead of `.unwrap()`Felix Rabe-1/+1
2018-07-11Add missing dyn in testsljedrz-1/+1
2018-03-28Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell-8/+8
2018-03-02Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa...Manish Goregaokar-4/+35
2018-02-25Rollup merge of #48330 - frewsxcv:frewsxcv-tests-zero-duration, r=sfacklerkennytm-0/+20
2018-02-24Clarify "It is an error to..." wording for zero-duration behaviors.Corey Farwell-4/+35
2018-02-18Add tests ensuring zero-Duration timeouts result in errors.Corey Farwell-0/+20
2018-02-17Unify 'Platform-specific behavior' documentation headings.Corey Farwell-4/+4
2018-01-11Make tests build on CloudABI.Ed Schouten-1/+1
2017-10-21Rollup merge of #45227 - frewsxcv:frewsxcv-set-nonblocking, r=sfacklerCorey Farwell-7/+66
2017-10-21Expand docs/examples for TCP `set_nonblocking` methods.Corey Farwell-7/+66
2017-10-14Fix TcpStream::connect_timeout on linuxSteven Fackler-0/+15
2017-10-07Auto merge of #44913 - leavehouse:patch-1, r=BurntSushibors-3/+3
2017-09-28Fix imports in TcpStream::local_addr docs exampleleavehouse-1/+1
2017-09-28Fix TcpStream::local_addr example codeleavehouse-2/+2
2017-09-24Backport libs stabilizations to 1.21 betaDavid Tolnay-1/+1
2017-09-17Ensure tcp test case passes when disconnected from networkTrevor Merrifield-2/+5
2017-09-14stabilize tcpstream_connect_timeout (closes #43079)Michal Budzynski-1/+1
2017-08-31Expand docs of multi-address behavior of some UDP/TCP APIs.Corey Farwell-4/+44
2017-08-13Rollup merge of #43833 - dtolnay:connect-timeout, r=sfacklerGuillaume Gomez-1/+1
2017-08-12Fix TcpStream::connect_timeout tracking issue numberDavid Tolnay-1/+1
2017-08-12Fix some typosBastien Orivel-1/+1
2017-07-06Implement TcpStream::connect_timeoutSteven Fackler-0/+33
2017-06-20Add `Read::initializer`.Steven Fackler-5/+9
2017-05-20Stabilize library features for 1.18.0Steven Fackler-2/+1
2017-04-27Rollup merge of #41526 - steveklabnik:gh35950, r=GuillaumeGomezCorey Farwell-9/+8
2017-04-26Address platform-specific behavior in TcpStream::shutdownsteveklabnik-0/+7
2017-04-26Clean up TcpStream examplesteveklabnik-9/+8
2017-04-06Fix Markdown issues in the docsOliver Middleton-2/+2
2017-03-26Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket}lukaramu-4/+33
2017-03-26Update std::net:Incoming's docs to use standard iterator boilerplatelukaramu-8/+8