index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libnative
/
io
/
net.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-1
/
+3
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-2
/
+2
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-2
/
+1
2014-02-09
std: Move byteswap functions to mem
Brian Anderson
-3
/
+2
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-5
/
+5
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-48
/
+82
2014-02-03
Various bug fixes and rebase conflicts
Alex Crichton
-10
/
+9
2014-02-03
extra: Re-add the Once primitve to extra::sync
Alex Crichton
-8
/
+14
2014-02-03
native: Require all results are used and fix fallout
Alex Crichton
-2
/
+2
2014-01-27
Set SO_REUSEADDR by default in libnative.
xales
-0
/
+11
2014-01-22
libnative: Implement get_host_addresses.
Luqman Aden
-2
/
+2
2014-01-06
Don't wait for a full buffer when reading TCP
Alex Crichton
-4
/
+4
2014-01-05
Handle EINTR throughout libnative
Alex Crichton
-18
/
+26
2014-01-01
libnative: Use [from|to]_be16 instead of bswap16
Carl-Anton Ingmarsson
-6
/
+2
2013-12-31
auto merge of #11187 : alexcrichton/rust/once, r=brson
bors
-9
/
+4
2013-12-31
Convert relevant static mutexes to Once
Alex Crichton
-9
/
+4
2013-12-31
Implement native UDP I/O
Alex Crichton
-87
/
+262
2013-12-27
Implement native TCP I/O
Alex Crichton
-0
/
+412