about summary refs log tree commit diff
path: root/src/rt/rust_uv.cpp
AgeCommit message (Expand)AuthorLines
2012-06-29std: uv::ll fixes for 32bit linuxJeff Olson-2/+0
2012-06-29std/rt: cleanup and adding sockaddr_in6 mapping for win32Jeff Olson-5/+7
2012-06-29std: addressing #2656 (ipv6 support in net::tcp)Jeff Olson-15/+18
2012-06-29rt: get rid of unused helpers for AF_INET and add bool-based ones, insteadJeff Olson-10/+5
2012-06-29rt: whitespace cleanup in rust_uvJeff Olson-15/+15
2012-06-29rt: adding uv_freeaddrinfo binding and tweek signature for uv_getaddrinfoJeff Olson-2/+8
2012-06-29rt: more helper functions to get uv_getaddrinfo goingJeff Olson-0/+17
2012-06-29rt: more sizeof helpers + misc consts for uv_getaddrinfoJeff Olson-0/+30
2012-06-29rt: add remaining ip string parser/formatter helpers from uvJeff Olson-0/+20
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare-23/+23
2012-05-22std: splitting out tcp server API + testsJeff Olson-2/+2
2012-05-22std: splitting out tcp server API WIPJeff Olson-2/+2
2012-05-22rt: adding rust_uv_* binding for kernel malloc and free'ing :/Jeff Olson-0/+10
2012-04-27rt/std: whitespace cleanup + work on hl/global_loop docsJeff Olson-1/+1
2012-04-27rt: remove unneccesary c++ functions and rust_kernel data, re: global loopJeff Olson-10/+0
2012-04-27std: add ll::loop_refcount binding for uv_loop_refcountJeff Olson-0/+5
2012-04-20whitespace cleanupJeff Olson-1/+1
2012-04-20std: get_monitor_task_gl() is global_loop::get() defaultJeff Olson-0/+5
2012-04-20replace impl of globa_async_handle with one using atomic compare-and-swapJeff Olson-5/+1
2012-04-20don't use ::malloc for initializing the global_async_handle in rust_kernelJeff Olson-4/+0
2012-04-20rt: whitespace cleanup for existing libuv integrationJeff Olson-9/+9
2012-04-20bindings to get/set data field on uv_loop_t* and debug log cleanupJeff Olson-11/+23
2012-04-20add needed fields for global libuv loop + bindings to manage from rustJeff Olson-0/+21
2012-04-20adding low-level uv_timer_* stuff to libuv bindingsJeff Olson-4/+19
2012-04-20making brson's req. cleanups in #2134 plus change printf to LOG in c++Jeff Olson-12/+24
2012-04-06removing some unneeded native fn mappingsin uv.rs and misc cleanJeff Olson-14/+5
2012-04-06experimenting with a different uv_buf_init impl to placate 32bit linuxJeff Olson-2/+17
2012-04-06whitespace cleanup after rebaseJeff Olson-134/+127
2012-04-06add libuv error msg helpers.. flushing out windows tcp issue.Jeff Olson-0/+12
2012-04-06add low-level uv_async bindings for use in tcp testJeff Olson-8/+19
2012-04-06hello world test for a tcp server in libuvJeff Olson-25/+48
2012-04-06fixing libuv stuff in win32 (see #2064) .. pass sockaddr_in by-ref, for nowJeff Olson-3/+5
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