Commit Graph

4148 Commits

Author SHA1 Message Date
Ryan Dahl
ac005f0a04 Add Matt to the authors 2011-06-28 14:11:47 +02:00
Matt Stevens
caf1a99115 IPv6 support
Fixes #70.
Fixes #19.
2011-06-28 14:11:21 +02:00
Ryan Dahl
f9b9bb44bd Remove __CARES_BUILD_H CPP symbols 2011-06-28 13:31:32 +02:00
Bert Belder
d743cd4884 Followup for ares_build.h removal 2011-06-28 13:29:02 +02:00
Bert Belder
ad9356fb04 Remove unused variable 2011-06-28 13:22:53 +02:00
Ryan Dahl
6049387cc6 ares.h should not depend on ares_build.h
A dirty dirty patch but c-ares's header rules are way too annoying for a
static library.
2011-06-28 13:19:37 +02:00
Ryan Dahl
e78275c64b Add rm to authors 2011-06-27 20:14:26 +02:00
Bert Belder
28620a4f55 Windows: No configure build 2011-06-27 18:29:46 +02:00
Ryan Dahl
daa499c567 unix: Remove c-ares and libev configure scripts
Instead let's be a bit more clever.
2011-06-27 18:29:35 +02:00
Bert Belder
8801925b41 Un-break the unix build 2011-06-25 17:47:46 +02:00
Bert Belder
b0ea919254 Igor, welcome back 2011-06-25 17:47:40 +02:00
Bert Belder
fc059832f6 Add todo item for making ares handles private 2011-06-25 17:47:40 +02:00
Bert Belder
21969b7a6f benchmark-getaddrinfo: resolve more, use less concurrency 2011-06-25 17:47:39 +02:00
Bert Belder
16f471fa2e Separate uv_getaddrinfo tests 2011-06-25 17:47:39 +02:00
Bert Belder
631a9bb626 uv_getaddrinfo: return int 2011-06-25 17:47:38 +02:00
Bert Belder
f04abc966a Avoid type warnings in benchmark-sizes 2011-06-25 17:47:33 +02:00
Bert Belder
5115d446c6 Misc. cleanups 2011-06-25 17:38:35 +02:00
Henry Rawas
9c00849c9b Winsock extension call conventions 2011-06-25 11:42:39 +02:00
Henry Rawas
295fa6f538 Windows: getaddrinfo support 2011-06-23 01:31:17 +02:00
Ryan Dahl
af15cbe6e9 Handle EAGAIN in some of the read_cb tests 2011-06-22 18:37:51 +02:00
Ryan Dahl
9b49e4c359 unix: sync writes
Fixes #64.
2011-06-22 18:37:24 +02:00
Henry Rawas
4aeee38484 c-ares integration on windows 2011-06-22 15:21:01 +02:00
Robert Mustacchi
31516fa150 Fixes #49. test-get-currentexe fails on solaris 2011-06-21 12:11:58 +02:00
Robert Mustacchi
6eefdaf966 Fixes #61. Failure in test-hrtime 2011-06-19 14:03:01 +02:00
Bert Belder
4eb06151bd Split up uv_loop type 2011-06-17 23:00:39 +02:00
Bert Belder
debae03771 Declare variables first 2011-06-17 23:00:38 +02:00
Bert Belder
608917a00f Add test-hrtime to vs solution 2011-06-17 23:00:37 +02:00
Ryan Dahl
b7b7df090c Move uv_ip4_addr to uv-common.c 2011-06-17 18:56:43 +02:00
Ryan Dahl
8218146a1c uv_ip4_addr: Clear the struct sockaddr_in before using 2011-06-17 18:53:54 +02:00
Ryan Dahl
c4c022fb0c move uv_get_exepath() to platform files 2011-06-17 13:13:27 +02:00
Ben Noordhuis
d880491616 Document that writes are in-order. Fixes #59. 2011-06-17 12:22:07 +02:00
Ryan Dahl
24baf36075 Add test for uv_get_hrtime 2011-06-17 11:47:35 +02:00
Robert Mustacchi
cf45384a93 Add high-resolution timestamp support 2011-06-17 11:35:36 +02:00
Henry Rawas
afa3600aaa Make c-ares build on windows 2011-06-16 11:48:55 -07:00
Bert Belder
3b83125691 Fix c-ares build on windows 2011-06-16 02:30:44 +02:00
Ben Noordhuis
1987728fa8 uv_ip4_addr() should take a const char*, not a mutable char*. 2011-06-16 00:03:04 +02:00
Ryan Dahl
49a2ed6120 c-ares unix 2011-06-15 14:23:46 +02:00
Bert Belder
dae2c09796 Compile c-ares into libuv 2011-06-15 00:41:27 +02:00
Henry Rawas
a9838a1cbb Land c-ares in libuv 2011-06-15 00:16:26 +02:00
Bert Belder
0a73e714ce Correct ssize_t detection 2011-06-14 20:28:09 +02:00
Ryan Dahl
2ec77b363b Add docs about calling uv_accept 2011-06-14 11:58:04 +02:00
Bert Belder
ff8485ac11 Add Ben to AUTHORS 2011-06-13 12:31:03 -07:00
Ben Noordhuis
043d3860d9 Silence g++ warning type qualifiers ignored on function return type.
Closes #54
2011-06-13 21:24:54 +02:00
Ryan Dahl
2b5707d834 Correct uv_counter API 2011-06-12 15:55:17 +02:00
Bert Belder
3b3df30374 Windows: uv_tcp_init before uv_accept 2011-06-12 14:53:07 +02:00
Bert Belder
ebc73022f8 Define ssize_t if necessary 2011-06-12 14:52:20 +02:00
Ryan Dahl
aabe56b680 uv_tcp_init() must be called before uv_accept()
Windows broken.
2011-06-09 23:33:33 +02:00
Ryan Dahl
9400c3ffff Add some counters for testing 2011-06-09 23:33:30 +02:00
Ryan Dahl
6d07c0d522 benchmarks should print helper output too 2011-06-09 19:45:19 +02:00
Ryan Dahl
b3863c8051 nread should have type ssize_t 2011-06-09 19:45:19 +02:00