summary refs log tree commit diff
path: root/src/libnative/io/mod.rs
AgeCommit message (Expand)AuthorLines
2014-03-27Fix fallout of removing default boundsAlex Crichton-24/+26
2014-03-25libstd: Document the following modules:Patrick Walton-2/+3
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-8/+2
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-1/+1
2014-02-27native: Recognize EISDIRAlex Crichton-0/+8
2014-02-27native: Improve windows file handlingAlex Crichton-2/+26
2014-02-23Roll std::run into std::io::processAlex Crichton-0/+3
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-2/+7
2014-02-16Move unix pipes implementation to pipe_unix.rsAlex Crichton-4/+12
2014-02-16Implement Unix domain sockets in libnativeGeoffroy Couprie-2/+2
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-2/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-26std,extra: Make some types public and other private.Huon Wilson-1/+1
2014-01-24auto merge of #11748 : brson/rust/timerfdandroid, r=alexcrichtonbors-1/+1
2014-01-24auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichtonbors-9/+10
2014-01-23native: Don't use timerfd on AndroidBrian Anderson-1/+1
2014-01-22Implement native timersAlex Crichton-1/+17
2014-01-22libnative: Implement get_host_addresses.Luqman Aden-9/+10
2014-01-05Handle EINTR throughout libnativeAlex Crichton-3/+14
2013-12-31Implement native UDP I/OAlex Crichton-2/+2
2013-12-27Implement native TCP I/OAlex Crichton-10/+43
2013-12-27Bring native process bindings up to dateAlex Crichton-3/+16
2013-12-24rustuv: Remove the id() function from IoFactoryAlex Crichton-3/+0
2013-12-24native: Introduce libnativeAlex Crichton-0/+225