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
Age
Commit message (
Expand
)
Author
Lines
2014-02-03
Various bug fixes and rebase conflicts
Alex Crichton
-14
/
+17
2014-02-03
extra: Re-add the Once primitve to extra::sync
Alex Crichton
-8
/
+14
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-24
/
+25
2014-02-03
std: Fixing all documentation
Alex Crichton
-3
/
+4
2014-02-03
native: Require all results are used and fix fallout
Alex Crichton
-19
/
+20
2014-02-03
native: Remove io_error usage
Alex Crichton
-7
/
+4
2014-02-02
libnative: fix epoll_event struct layout
Ben Noordhuis
-9
/
+10
2014-01-29
auto merge of #11754 : alexcrichton/rust/unused-result, r=brson
bors
-17
/
+15
2014-01-29
Flag Result as #[must_use] and deal with fallout.
Alex Crichton
-17
/
+15
2014-01-29
Removing do keyword from libnative
Scott Lawrence
-2
/
+2
2014-01-27
Set SO_REUSEADDR by default in libnative.
xales
-0
/
+11
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-5
/
+5
2014-01-26
std,extra: Make some types public and other private.
Huon Wilson
-1
/
+1
2014-01-24
auto merge of #11748 : brson/rust/timerfdandroid, r=alexcrichton
bors
-1
/
+2
2014-01-24
auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichton
bors
-11
/
+129
2014-01-24
libnative: Avoid gai_strerror on windows.
Luqman Aden
-11
/
+28
2014-01-23
auto merge of #11686 : mankyKitty/rust/rename-invert-to-flip-issue-10632, r=a...
bors
-1
/
+1
2014-01-23
Update flip() to be rev().
Sean Chalmers
-1
/
+1
2014-01-23
Rename Invert to Flip - Issue 10632
Sean Chalmers
-1
/
+1
2014-01-23
Handle EINTR in epoll for native timers
Alex Crichton
-0
/
+1
2014-01-23
native: Don't use timerfd on Android
Brian Anderson
-1
/
+2
2014-01-22
auto merge of #11682 : thestinger/rust/vector, r=brson
bors
-3
/
+3
2014-01-22
libc: switch `free` to the proper signature
Daniel Micay
-3
/
+3
2014-01-22
Implement native timers
Alex Crichton
-1
/
+994
2014-01-22
libnative: Implement get_host_addresses.
Luqman Aden
-11
/
+112
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-2
/
+2
2014-01-17
handle zero-size allocations correctly
Daniel Micay
-2
/
+2
2014-01-09
Remove eof() from io::Reader
Alex Crichton
-1
/
+0
2014-01-06
Don't read forever on a file descriptor
Alex Crichton
-4
/
+4
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
-70
/
+108
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
-89
/
+264
2013-12-27
Implement native TCP I/O
Alex Crichton
-15
/
+462
2013-12-27
Bring native process bindings up to date
Alex Crichton
-70
/
+136
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-1
/
+2
2013-12-24
rustuv: Remove the id() function from IoFactory
Alex Crichton
-3
/
+0
2013-12-24
native: Add tests and cleanup entry points
Alex Crichton
-2
/
+1
2013-12-24
native: Introduce libnative
Alex Crichton
-0
/
+1835
[prev]