about summary refs log tree commit diff
path: root/src/rt/rust_uv.cpp
AgeCommit message (Expand)AuthorLines
2012-04-06test_uv_tcp_request() fully working on linuxJeff Olson-0/+5
2012-04-06wired up uv_read_start and some helper funcs around uv_alloc_cb tasksJeff Olson-1/+30
2012-04-06uv_buf_t's for uv_write() passed by-val .. no more mallocs or ptr cop-outsJeff Olson-14/+4
2012-04-06fixed by-val from rust->c, use ++ sigil in native fn sig <-- NEVAR FORGETJeff Olson-5/+12
2012-04-06fixed passing in uv_buf_t ptr array in uv_write.. return status 0Jeff Olson-2/+8
2012-04-06uv_write works, buffer passing still broke, can get sockaddr_in by valJeff Olson-7/+4
2012-04-06impl of rustrt::rust_uv_write in c++ and whitespace cleanupJeff Olson-37/+46
2012-04-06some more stuff for libuv dealing w/ 1402.. should go away soonJeff Olson-2/+15
2012-04-06adding uv::direct and beginning to work out tcp request caseJeff Olson-0/+100
2012-04-03rt: Include the correct header for alloca on windowsBrian Anderson-4/+4
2012-04-03rt: alloca is spelled differently on win32Brian Anderson-0/+4
2012-04-03rt: Fix the 0 bytes lost issueBrian Anderson-0/+16
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-1/+3
2012-04-02Add global rust_get_current_taskJon Morton-2/+2
2012-04-01Merge remote-tracking branch 'brson/mainthread'Brian Anderson-2/+2
2012-03-31rt: Fix whitespaceBrian Anderson-53/+53
2012-03-31rt: Rename rust_task_thread to rust_sched_loopBrian Anderson-2/+2
2012-02-28add uv::loop_delete()Jeff Olson-2/+8
2012-02-28correcting for libuv behavior that differs between linux & windowsJeff Olson-16/+2
2012-02-28moving new uv stuff into uv.rs and rust_uv.cppJeff Olson-27/+159
2012-01-22std: Add some hacks to use libuvBrian Anderson-0/+1
2011-12-01stdlib: Implement some preliminary libuv bindingsBrian Anderson-0/+50
2011-11-07Rename rust_uv.cpp to rust_aio.cppBrian Anderson-325/+0
2011-10-04rt: Switch the AIO stuff to the C stackPatrick Walton-18/+16
2011-10-03rt: Switch the libuv bindings over to not using explicit task pointersPatrick Walton-17/+27
2011-10-03rt: Fix comment typo in rust_uv.cppPatrick Walton-1/+1
2011-09-23Update to libuv commit 3ca382.Erick Tryzelaar-43/+35
2011-08-29Implement non-internal ivecsMarijn Haverbeke-12/+9
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-6/+26
2011-08-05Fix uv_buf_t declaration on win32Brian Anderson-0/+8
2011-08-05Update libuv to revision ee599ec1141cc48f895de1f9d148033babdf9c2aRob Arnold-15/+15
2011-08-05Basic async IO module using libuvRob Arnold-0/+300