c946697e | 08-Jul-2011 |
Robert Mustacchi |
C89 compatibility. This changes the libev constants to be the corresponding negative values. Without this the header file is not valid ISO C 89. This fix makes the uv header compile
C89 compatibility. This changes the libev constants to be the corresponding negative values. Without this the header file is not valid ISO C 89. This fix makes the uv header compile fine in a simple C 89 program.
show more ...
|
341ecab2 | 08-Jul-2011 |
Robert Mustacchi |
Remove extra dereference on hints |
1717d421 | 07-Jul-2011 |
Ben Noordhuis |
read() and write() return ssize_t, not size_t. rv < 0 error checks were always false. |
a74f339d | 07-Jul-2011 |
Ben Noordhuis |
Fix linux syscall detection. |
cb078479 | 07-Jul-2011 |
Bert Belder |
Remove obsolete file |
81bb15fe | 07-Jul-2011 |
Bert Belder |
Change msvc projects, more sanity in ares build config on windows |
9518ab65 | 07-Jul-2011 |
Ryan Dahl |
Allow user to specify CC env var (CC=clang make) |
ce8ff303 | 06-Jul-2011 |
Ryan Dahl |
src/ and include/ directories Helps #71 but does not update the MSVC files. |
2b2980e8 | 07-Jul-2011 |
Ben Noordhuis |
Detect availability of newish linux syscalls by kernel version. |
dc1d55df | 07-Jul-2011 |
Paul Querna |
If we are only writing or reading a single iovec, use the non-v versions of the calls, so we are hitting the exact same syscalls as non-uv, and it makes dtruss output easier to read. |
a4b05abc | 07-Jul-2011 |
Henry Rawas |
optional IPv6 for echo-server |
afff9349 | 06-Jul-2011 |
Henry Rawas |
detect ipv6 support |
9a5b47d9 | 06-Jul-2011 |
Ben Noordhuis |
uv_sleep() takes milliseconds, usleep() microseconds. Convert argument. |
66ef54ef | 06-Jul-2011 |
Ryan Dahl |
unix: implement uv_connect6 |
0bf38570 | 06-Jul-2011 |
Paul Querna |
unix: Don't malloc for each write |
6c8d016f | 06-Jul-2011 |
Bert Belder |
Fix c-ares build with msvc |
49baaa47 | 06-Jul-2011 |
Bert Belder |
Add cygwin support Fails a few tests |
26880b0c | 02-Jul-2011 |
Henry Rawas |
win: IPv6 connect |
736dd8bf | 04-Jul-2011 |
Ryan Dahl |
Remove -Wno-variadic-macros Helps #63. Fixes #80. |
ba1c38f2 | 01-Jul-2011 |
Henry Rawas |
fix mingw for eio |
35e1c626 | 01-Jul-2011 |
Ryan Dahl |
Fix hrtime on linux |
09bd08ed | 01-Jul-2011 |
Ben Noordhuis |
Assert that uv_hrtime() actually sleeps for several microseconds. |
17ee7732 | 01-Jul-2011 |
Ryan Dahl |
unix: All objects should be compiled with _LARGEFILE_SOURCE and _FILE_OFFSET_BITS=64 Fixes uv_getaddrinfo on linux |
0259b67d | 01-Jul-2011 |
Ryan Dahl |
unix: Fix uv_getaddrinfo() |
8cd3d712 | 01-Jul-2011 |
Ryan Dahl |
fix linux build |