about summary refs log tree commit diff
path: root/src/libnative/io/net.rs
AgeCommit message (Expand)AuthorLines
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-1/+3
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-2/+2
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-2/+1
2014-02-09std: Move byteswap functions to memBrian Anderson-3/+2
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-5/+5
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-48/+82
2014-02-03Various bug fixes and rebase conflictsAlex Crichton-10/+9
2014-02-03extra: Re-add the Once primitve to extra::syncAlex Crichton-8/+14
2014-02-03native: Require all results are used and fix falloutAlex Crichton-2/+2
2014-01-27Set SO_REUSEADDR by default in libnative.xales-0/+11
2014-01-22libnative: Implement get_host_addresses.Luqman Aden-2/+2
2014-01-06Don't wait for a full buffer when reading TCPAlex Crichton-4/+4
2014-01-05Handle EINTR throughout libnativeAlex Crichton-18/+26
2014-01-01libnative: Use [from|to]_be16 instead of bswap16Carl-Anton Ingmarsson-6/+2
2013-12-31auto merge of #11187 : alexcrichton/rust/once, r=brsonbors-9/+4
2013-12-31Convert relevant static mutexes to OnceAlex Crichton-9/+4
2013-12-31Implement native UDP I/OAlex Crichton-87/+262
2013-12-27Implement native TCP I/OAlex Crichton-0/+412