index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
rust_uv.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-06-29
std: uv::ll fixes for 32bit linux
Jeff Olson
-2
/
+0
2012-06-29
std/rt: cleanup and adding sockaddr_in6 mapping for win32
Jeff Olson
-5
/
+7
2012-06-29
std: addressing #2656 (ipv6 support in net::tcp)
Jeff Olson
-15
/
+18
2012-06-29
rt: get rid of unused helpers for AF_INET and add bool-based ones, instead
Jeff Olson
-10
/
+5
2012-06-29
rt: whitespace cleanup in rust_uv
Jeff Olson
-15
/
+15
2012-06-29
rt: adding uv_freeaddrinfo binding and tweek signature for uv_getaddrinfo
Jeff Olson
-2
/
+8
2012-06-29
rt: more helper functions to get uv_getaddrinfo going
Jeff Olson
-0
/
+17
2012-06-29
rt: more sizeof helpers + misc consts for uv_getaddrinfo
Jeff Olson
-0
/
+30
2012-06-29
rt: add remaining ip string parser/formatter helpers from uv
Jeff Olson
-0
/
+20
2012-06-27
More keyword paring and migration in runtime, docs, code modes.
Graydon Hoare
-23
/
+23
2012-05-22
std: splitting out tcp server API + tests
Jeff Olson
-2
/
+2
2012-05-22
std: splitting out tcp server API WIP
Jeff Olson
-2
/
+2
2012-05-22
rt: adding rust_uv_* binding for kernel malloc and free'ing :/
Jeff Olson
-0
/
+10
2012-04-27
rt/std: whitespace cleanup + work on hl/global_loop docs
Jeff Olson
-1
/
+1
2012-04-27
rt: remove unneccesary c++ functions and rust_kernel data, re: global loop
Jeff Olson
-10
/
+0
2012-04-27
std: add ll::loop_refcount binding for uv_loop_refcount
Jeff Olson
-0
/
+5
2012-04-20
whitespace cleanup
Jeff Olson
-1
/
+1
2012-04-20
std: get_monitor_task_gl() is global_loop::get() default
Jeff Olson
-0
/
+5
2012-04-20
replace impl of globa_async_handle with one using atomic compare-and-swap
Jeff Olson
-5
/
+1
2012-04-20
don't use ::malloc for initializing the global_async_handle in rust_kernel
Jeff Olson
-4
/
+0
2012-04-20
rt: whitespace cleanup for existing libuv integration
Jeff Olson
-9
/
+9
2012-04-20
bindings to get/set data field on uv_loop_t* and debug log cleanup
Jeff Olson
-11
/
+23
2012-04-20
add needed fields for global libuv loop + bindings to manage from rust
Jeff Olson
-0
/
+21
2012-04-20
adding low-level uv_timer_* stuff to libuv bindings
Jeff Olson
-4
/
+19
2012-04-20
making brson's req. cleanups in #2134 plus change printf to LOG in c++
Jeff Olson
-12
/
+24
2012-04-06
removing some unneeded native fn mappingsin uv.rs and misc clean
Jeff Olson
-14
/
+5
2012-04-06
experimenting with a different uv_buf_init impl to placate 32bit linux
Jeff Olson
-2
/
+17
2012-04-06
whitespace cleanup after rebase
Jeff Olson
-134
/
+127
2012-04-06
add libuv error msg helpers.. flushing out windows tcp issue.
Jeff Olson
-0
/
+12
2012-04-06
add low-level uv_async bindings for use in tcp test
Jeff Olson
-8
/
+19
2012-04-06
hello world test for a tcp server in libuv
Jeff Olson
-25
/
+48
2012-04-06
fixing libuv stuff in win32 (see #2064) .. pass sockaddr_in by-ref, for now
Jeff Olson
-3
/
+5
2012-04-06
test_uv_tcp_request() fully working on linux
Jeff Olson
-0
/
+5
2012-04-06
wired up uv_read_start and some helper funcs around uv_alloc_cb tasks
Jeff Olson
-1
/
+30
2012-04-06
uv_buf_t's for uv_write() passed by-val .. no more mallocs or ptr cop-outs
Jeff Olson
-14
/
+4
2012-04-06
fixed by-val from rust->c, use ++ sigil in native fn sig <-- NEVAR FORGET
Jeff Olson
-5
/
+12
2012-04-06
fixed passing in uv_buf_t ptr array in uv_write.. return status 0
Jeff Olson
-2
/
+8
2012-04-06
uv_write works, buffer passing still broke, can get sockaddr_in by val
Jeff Olson
-7
/
+4
2012-04-06
impl of rustrt::rust_uv_write in c++ and whitespace cleanup
Jeff Olson
-37
/
+46
2012-04-06
some more stuff for libuv dealing w/ 1402.. should go away soon
Jeff Olson
-2
/
+15
2012-04-06
adding uv::direct and beginning to work out tcp request case
Jeff Olson
-0
/
+100
2012-04-03
rt: Include the correct header for alloca on windows
Brian Anderson
-4
/
+4
2012-04-03
rt: alloca is spelled differently on win32
Brian Anderson
-0
/
+4
2012-04-03
rt: Fix the 0 bytes lost issue
Brian Anderson
-0
/
+16
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-1
/
+3
2012-04-02
Add global rust_get_current_task
Jon Morton
-2
/
+2
2012-04-01
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-2
/
+2
2012-03-31
rt: Fix whitespace
Brian Anderson
-53
/
+53
2012-03-31
rt: Rename rust_task_thread to rust_sched_loop
Brian Anderson
-2
/
+2
2012-02-28
add uv::loop_delete()
Jeff Olson
-2
/
+8
[next]