90e88aab | 05-Oct-2011 |
Igor Zinkovsky |
remove stdio.c |
81c4043c | 30-Sep-2011 |
Igor Zinkovsky |
ipc on windows |
61fab8d1 | 04-Oct-2011 |
Ryan Dahl |
unix: return UV_UNKNOWN_HANDLE when read2 doesn't recv one unix passes ipc test on this comment. |
c920db9f | 03-Oct-2011 |
Ryan Dahl |
unix: handle passing kind of working |
bb6b629e | 30-Sep-2011 |
Ryan Dahl |
make test-ipc accept the pending tcp server |
45306f2e | 29-Sep-2011 |
Ryan Dahl |
unix: implement uv_write2 |
e5e6efe3 | 29-Sep-2011 |
Ryan Dahl |
Add uv_write2 and uv_read2_start to header file |
dc0f17d3 | 29-Sep-2011 |
Ryan Dahl |
Add server to ipc_helper |
6921d2fc | 26-Sep-2011 |
Ryan Dahl |
Add argument to uv_pipe_init for IPC, unix impl |
11944b94 | 06-Oct-2011 |
Ben Noordhuis |
Update AUTHORS and .mailmap |
d1016de5 | 06-Oct-2011 |
okuoku |
FreeBSD: Fix FreeBSD build. |
27262134 | 06-Oct-2011 |
Ben Noordhuis |
bench: add batched TCP writes benchmark Times how long it takes to queue and write out 1,000,000 short strings. |
c7870465 | 05-Oct-2011 |
Ben Noordhuis |
error reporting: return sensible messages for synthetic errors |
0303197a | 02-Oct-2011 |
Erick Tryzelaar |
win: unify uv_{tcp,udp}_set_socket. Fixes #205. |
4c329060 | 28-Sep-2011 |
Erick Tryzelaar |
unix,win: Start unifying shared bind code. |
85368e8d | 28-Sep-2011 |
Erick Tryzelaar |
unix,win: Start unifying shared tcp connect code. |
e3f26311 | 30-Sep-2011 |
Erick Tryzelaar |
unix: bad connect addresses should error with EINVAL |
65fa8873 | 28-Sep-2011 |
Erick Tryzelaar |
win: Fix error message. |
b590e121 | 04-Oct-2011 |
Ryan Dahl |
Fix darwin build |
8e9a3384 | 22-Sep-2011 |
Ben Noordhuis |
unix: implement kqueue file watcher API kqueue fds are not embeddable into other pollsets (select, poll, kqueue). Hack the libev event loop to receive kqueue events with filter flags int
unix: implement kqueue file watcher API kqueue fds are not embeddable into other pollsets (select, poll, kqueue). Hack the libev event loop to receive kqueue events with filter flags intact.
show more ...
|
a35591bb | 01-Oct-2011 |
Fedor Indutny |
os: implement loadavg (not working on cygwin/win) |
33cb8775 | 01-Oct-2011 |
Fedor Indutny |
os: implement memory bindings * us_get_free_memory * us_get_total_memory |
62219040 | 02-Oct-2011 |
Ben Noordhuis |
sunos: fix gyp build |
914a6fa2 | 01-Oct-2011 |
Ben Noordhuis |
sunos: pull in uv__set_sys_error prototype |
fe184384 | 30-Sep-2011 |
Ryan Dahl |
add uv_tty_reset_mode() |