a3852a7d | 01-Aug-2011 |
Ben Noordhuis |
uv-unix: set stream->accepted_fd=-1 in uv_pipe_init() stream->accepted_fd was zeroed in uv_pipe_init() and that made uv__finish_close() close the stdin file descriptor. Not good. |
e9bee513 | 31-Jul-2011 |
Ryan Dahl |
add spawn benchmark |
1d6117a8 | 30-Jul-2011 |
Igor Zinkovsky |
windows: set mode for child pipe handle |
3e6611a6 | 30-Jul-2011 |
Igor Zinkovsky |
more output |
d272a218 | 30-Jul-2011 |
Igor Zinkovsky |
Windows: spawn child processes |
7108ca88 | 29-Jul-2011 |
Ryan Dahl |
uv_spawn requires stdio pipes to be initialized |
78e94e95 | 29-Jul-2011 |
Ben Noordhuis |
bench: remove unused locals from benchmark-pump.c |
eed6f395 | 29-Jul-2011 |
Ben Noordhuis |
pipe: uv_pipe_listen raises UV_EINVAL on unbound socket |
8e8af8fd | 29-Jul-2011 |
Ben Noordhuis |
uv-unix: use lock file to detect stale UNIX sockets |
3c057ff8 | 28-Jul-2011 |
Ben Noordhuis |
uv-unix: add simple lock file API for internal use |
d0e1e62d | 29-Jul-2011 |
Ryan Dahl |
Increase eio thread stacksize |
cf5babef | 29-Jul-2011 |
Ryan Dahl |
Fix getaddrinfo bug |
a0994ac8 | 28-Jul-2011 |
Ryan Dahl |
Fix solaris build |
6203c932 | 27-Jul-2011 |
Tom Hughes |
Fix memleak in libeio. |
fc7bc2be | 27-Jul-2011 |
Igor Zinkovsky |
fix mingw build; add stubs for child process API |
a1adfe3e | 27-Jul-2011 |
Ben Noordhuis |
uv-unix: cast argument to uv__stream_open() to uv_stream_t* |
ddee1821 | 26-Jul-2011 |
Ryan Dahl |
Add spawn_stdout test |
Revision tags: node-v0.5.2 |
|
92bc7b49 | 21-Jul-2011 |
Ryan Dahl |
Start uv_spawn() Unix only at the moment. Lacks test for stdio |
252da788 | 23-Jul-2011 |
Igor Zinkovsky |
uv_std_handle + uv_listen on stdin |
e7497227 | 22-Jul-2011 |
Igor Zinkovsky |
merge uv_tcp_listen and uv_pipe_listen into uv_listen |
84ebddad | 21-Jul-2011 |
Ryan Dahl |
long lines |
2806b038 | 22-Jul-2011 |
Bert Belder |
Windows: do not initialize pipe handle in uv_pipe_accept |
52487194 | 21-Jul-2011 |
Ben Noordhuis |
uv-unix: fix 'comparison between signed and unsigned integer expressions' |
80d804b9 | 21-Jul-2011 |
Ben Noordhuis |
unix: build with `-Wall -Wextra -Wno-unused-parameter` |
272f164e | 21-Jul-2011 |
Ben Noordhuis |
uv-unix: uv_pipe_bind: raise UV_EACCESS on inaccessible socket Fixes failing test pipe_bind_error_addrnotavail. |