about summary refs log tree commit diff
path: root/src/libnative
AgeCommit message (Expand)AuthorLines
2014-01-07auto merge of #11353 : alexcrichton/rust/improve-logging, r=brsonbors-1/+5
2014-01-07auto merge of #11348 : alexcrichton/rust/snapshots, r=brsonbors-3/+0
2014-01-07std::rt: require known stack bounds for all tasks.Huon Wilson-7/+26
2014-01-06Don't read forever on a file descriptorAlex Crichton-5/+5
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-2/+6
2014-01-06auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwaltonbors-4/+4
2014-01-06Register new snapshotsAlex Crichton-4/+1
2014-01-06auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonwbors-1/+5
2014-01-06Don't wait for a full buffer when reading TCPAlex Crichton-4/+4
2014-01-05Guarantee that native tasks wait for childrenAlex Crichton-1/+5
2014-01-05auto merge of #11313 : alexcrichton/rust/fix-native-failure, r=pcwaltonbors-1/+2
2014-01-05auto merge of #11304 : alexcrichton/rust/eintr, r=brsonbors-70/+108
2014-01-05Don't abort the process in native::startAlex Crichton-1/+2
2014-01-05Handle EINTR throughout libnativeAlex Crichton-70/+108
2014-01-04auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwaltonbors-5/+22
2014-01-04Add a stack_bounds function to the Runtime traitAlex Crichton-5/+22
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-02auto merge of #11265 : c-a/rust/byteswap_from, r=alexcrichtonbors-6/+2
2014-01-01libnative: Use [from|to]_be16 instead of bswap16Carl-Anton Ingmarsson-6/+2
2014-01-01auto merge of #11212 : alexcrichton/rust/local-task-count, r=brsonbors-8/+54
2014-01-01Move task count bookeeping out of libstdAlex Crichton-8/+54
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-22/+467
2013-12-27Bring native process bindings up to dateAlex Crichton-70/+136
2013-12-26Register new snapshotsAlex Crichton-1/+0
2013-12-25Test fixes and rebase conflictsAlex Crichton-9/+7
2013-12-24rustuv: Remove the id() function from IoFactoryAlex Crichton-3/+0
2013-12-24native: Protect against spurious wakeups on cvarsAlex Crichton-13/+29
2013-12-24green: Properly wait for main before shutdownAlex Crichton-18/+17
2013-12-24Test fixes and rebase problemsAlex Crichton-0/+2
2013-12-24green: Fixing all tests from previous refactoringsAlex Crichton-0/+1
2013-12-24Finalize the green::Pool typeAlex Crichton-46/+9
2013-12-24native: Add tests and cleanup entry pointsAlex Crichton-17/+139
2013-12-24std: Get stdtest all passing againAlex Crichton-3/+8
2013-12-24native: Introduce libnativeAlex Crichton-0/+2153