summary refs log tree commit diff
path: root/src/libnative/io
AgeCommit message (Expand)AuthorLines
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-3/+3
2014-01-22Implement native timersAlex Crichton-1/+994
2014-01-22libnative: Implement get_host_addresses.Luqman Aden-11/+112
2014-01-21Remove unnecessary parentheses.Huon Wilson-2/+2
2014-01-17handle zero-size allocations correctlyDaniel Micay-2/+2
2014-01-09Remove eof() from io::ReaderAlex Crichton-1/+0
2014-01-06Don't read forever on a file descriptorAlex Crichton-4/+4
2014-01-06Don't wait for a full buffer when reading TCPAlex Crichton-4/+4
2014-01-05Handle EINTR throughout libnativeAlex Crichton-70/+108
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-89/+264
2013-12-27Implement native TCP I/OAlex Crichton-15/+462
2013-12-27Bring native process bindings up to dateAlex Crichton-70/+136
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+2
2013-12-24rustuv: Remove the id() function from IoFactoryAlex Crichton-3/+0
2013-12-24native: Add tests and cleanup entry pointsAlex Crichton-2/+1
2013-12-24native: Introduce libnativeAlex Crichton-0/+1835