0ebd2ce0 | 13-Jul-2011 |
Ben Noordhuis |
test-delayed-accept: remove unused variable. |
d7389e6f | 13-Jul-2011 |
Ben Noordhuis |
test-async: remove unused variable. |
4829ad5d | 13-Jul-2011 |
Ben Noordhuis |
test-getsockname: fix function prototype, clean up unused variable. |
b4f1d58a | 13-Jul-2011 |
Bert Belder |
Add test-getsockname to msvs project |
036d5db1 | 13-Jul-2011 |
Bert Belder |
test-getsockname: minor cleanups |
48eb98c4 | 12-Jul-2011 |
Ben Noordhuis |
unix: implement uv_getsockname() |
f852c517 | 12-Jul-2011 |
Ben Noordhuis |
Change uv_pipe_*() prototypes from char* to const char*. |
6a67b51b | 12-Jul-2011 |
Henry Rawas |
fix uv_getsockname for listening socket |
6b32ebc5 | 11-Jul-2011 |
Henry Rawas |
uv_getsockname |
2e49cc56 | 11-Jul-2011 |
Igor Zinkovsky |
Rename uv_pipe_create to uv_pipe_bind. Fixes issue #97. |
1a0e452d | 11-Jul-2011 |
Ben Noordhuis |
freebsd: add uv_hrtime(). |
cef595ee | 11-Jul-2011 |
Ben Noordhuis |
Fix indentation in src/uv-freebsd.c |
33b1b7ac | 11-Jul-2011 |
Ben Noordhuis |
Fix compiler errors on FreeBSD. Fixes #93. |
8d3d4a42 | 10-Jul-2011 |
Ben Noordhuis |
Revert 9518ab65: Allow user to specify CC env var (CC=clang make) Conditional assignment (assign if not set) to CC and AR never works because their default values with GNU make are `cc`
Revert 9518ab65: Allow user to specify CC env var (CC=clang make) Conditional assignment (assign if not set) to CC and AR never works because their default values with GNU make are `cc` and `ar` respectively. Build with `make AR=your-ar CC=your-cc` if you want to override them. Fixes #89.
show more ...
|
e2b2df6d | 09-Jul-2011 |
Ben Noordhuis |
Fix alloc-after-close error, properly disarm uv_tcp_t handle. |
Revision tags: node-v0.5.0 |
|
b6a6dae3 | 02-Jul-2011 |
Igor Zinkovsky |
Named pipes implementation for Windows |
5aa8c005 | 09-Jul-2011 |
Bert Belder |
Windows: call shutdown before closesocket to ensure graceful disconnect |
f7a3789e | 08-Jul-2011 |
Ben Noordhuis |
Remove zero-length buffers from the write queue. Zero-length buffers were written out but not removed, so the write loop never terminated. Fixes failing node.js test test/simple
Remove zero-length buffers from the write queue. Zero-length buffers were written out but not removed, so the write loop never terminated. Fixes failing node.js test test/simple/test-http-1.0.js
show more ...
|
e1471558 | 08-Jul-2011 |
Igor Zinkovsky |
fix in uv_insert_pending_req to work with multiple requests |
ee599ec1 | 08-Jul-2011 |
Robert Mustacchi |
Fix Linux build |
8287551b | 08-Jul-2011 |
Robert Mustacchi |
Fix SunOS build |
6d8c499e | 08-Jul-2011 |
Ryan Dahl |
Don't export the private CPP symbols. |
18fa8c0e | 08-Jul-2011 |
Ryan Dahl |
Move ev.h to include/ |
8c00b369 | 08-Jul-2011 |
Robert Mustacchi |
C99 compatibility. Get 99% of the way there for --std=c89 -pedantic for core files. Also cleans up follow up warnings and others in tests. |
78678949 | 08-Jul-2011 |
Robert Mustacchi |
Clean target missing prefix for object files |