| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-01-06 | Don't wait for a full buffer when reading TCP | Alex Crichton | -4/+4 | |
| libnative erroneously would attempt to fill the entire buffer in a call to `read` before returning, when rather it should return immediately because there's not guaranteed to be any data that will ever be received again. Close #11328 | ||||
| 2014-01-05 | Handle EINTR throughout libnative | Alex Crichton | -18/+26 | |
| Closes #11214 | ||||
| 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 | |
| Rationale can be found in the first commit, but this is basically the same thing as `pthread_once` | ||||
| 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 | |
