about summary refs log tree commit diff
path: root/src/libstd/rt/uv
AgeCommit message (Expand)AuthorLines
2013-06-23Split out starting a listener from accepting incoming connections.Eric Reed-51/+65
2013-08-27Add a variant of home_for_io that consumes the handle. Refactor out common pa...Eric Reed-48/+53
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-0/+9
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-742/+159
2013-08-28Turned off libstd unit tests that currently fail on Windows.Vadim Chugunov-0/+9
2013-08-27Fix merge falloutAlex Crichton-3/+3
2013-08-27Implement process bindings to libuvAlex Crichton-80/+701
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-82/+44
2013-08-27librustc: Fix merge falloutPatrick Walton-14/+14
2013-08-27librustc: Fix problem with cross-crate reexported static methods.Patrick Walton-5/+13
2013-08-27libstd: Fix merge fallout.Patrick Walton-4/+4
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-32/+32
2013-08-20Added home_for_io_with_sched variant. Temporarily making IO unkillable.Eric Reed-124/+165
2013-08-22fix 32bit mac build errorJeff Olson-2/+2
2013-08-22make check appeasementJeff Olson-1/+2
2013-08-22std: put FileMode/Access->whence-mask in uvio, open/unlink as fns in file::Jeff Olson-10/+32
2013-08-22std: slight refactor on UvFilestream seek behavior, pre-seek-refactorJeff Olson-29/+30
2013-08-22std: all of the calls in rt::uv::file take a &LoopJeff Olson-44/+43
2013-08-22std: moved static file actions (open,unlink) to FsRequestJeff Olson-63/+63
2013-08-22std: reform fn sigs of FileDescriptor methods (better result signalling)Jeff Olson-42/+46
2013-08-22std: rename tmp file paths to go into ./tmp folder in builddirJeff Olson-3/+3
2013-08-22change FileDescriptor instance methods to use &mut selfJeff Olson-11/+11
2013-08-22std: naive stdio print test in uvioJeff Olson-0/+20
2013-08-22std: UvFileStream implements HomingIO + .home_for_io() wrapper usageJeff Olson-39/+60
2013-08-22std: writing to stdout only works when using -1 offset..Jeff Olson-1/+1
2013-08-22std: rework file io.. support [p]read,[p]write, impl seek/tell + more testsJeff Olson-32/+79
2013-08-22std: adding #[fixed_stack_segment] as needed in new uvll callsJeff Olson-0/+16
2013-08-22std: rt::io::file::FileStream fleshed out.. needs more work.. see extendedJeff Olson-23/+30
2013-08-22std: CRUD file io bindings in uvio, fs_open()/unlink() in IoFactory + testJeff Olson-0/+167
2013-08-22std: remove fcntl const bindings + making valgrind clean w/ no owned vecsJeff Olson-142/+68
2013-08-22std: support async/threadpool & sync paths in uv_fs_* calls + add sync testJeff Olson-35/+169
2013-08-22std: add read and unlink to low-level FileDescriptor + end-to-end CRUD testJeff Olson-53/+119
2013-08-22std: working tests for low-level libuv open, write and close operationsJeff Olson-27/+126
2013-08-22std: bootstrapping libuv-based fileio in newrt... open & closeJeff Olson-14/+222
2013-08-21Adjust callbacks in the libraries for the new type of extern fnsNiko Matsakis-21/+102
2013-08-20auto merge of #8656 : toddaaro/rust/idle-opt+cleaning, r=brsonbors-1/+1
2013-08-20auto merge of #8631 : anasazi/rust/homing-io, r=brsonbors-332/+671
2013-08-20Fixed a memory leak caused by the singleton idle callback failing to close co...toddaaro-1/+1
2013-08-20auto merge of #8566 : toddaaro/rust/idle-opt+cleaning, r=catamorphism,brsonbors-7/+96
2013-08-19Make IO thread-safe.Eric Reed-651/+648
2013-08-19Homed UDP socketsEric Reed-23/+212
2013-08-19Working homing UDP socket prototype.Eric Reed-1/+151
2013-08-19Instruct event loops to ignore SIGPIPE when constructed.Eric Reed-0/+1
2013-08-19Do not execute the callback before cleaning up resources.Eric Reed-2/+4
2013-08-19clean whitespace :/toddaaro-3/+3
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+168
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-2/+2
2013-08-16Moved the logic for a pausible idle callback into a new type - PausibleIdleCa...toddaaro-18/+72
2013-08-16std::rt: Fix a race in UvRemoteCallback's dtor that misses callbacksBrian Anderson-7/+28
2013-08-16an attempt at a singleton pausible idle callback for each scheduler. suffers ...toddaaro-0/+14