- Sep 15, 2009
-
-
Yang Tse authored
Some systems poll function sets POLLHUP in revents without setting POLLIN, and sets POLLERR without setting POLLIN and POLLOUT. In some libcurl code execution paths this could trigger busy wait loops with high CPU usage until a timeout condition aborted the loop. The reverted patch addressed the above issue for a very specific case, when awaiting c-ares to resolve. A libcurl-wide fix superceeds this one. http://cool.haxx.se/cvs.cgi/curl/lib/select.c.diff?r1=1.52&r2=1.53
-
- Sep 14, 2009
-
-
Dan Fandrich authored
-
Yang Tse authored
-
- Sep 11, 2009
-
-
Dan Fandrich authored
libcurl tests.
-
Daniel Stenberg authored
-
Guenter Knauf authored
This fixes a loop problem with high CPU usage.
-
- Sep 10, 2009
-
-
Daniel Stenberg authored
start second "Thu Jan 1 00:00:00 GMT 1970" as the date parser then returns 0 which internally then is treated as a session cookie. That particular date is now made to get the value of 1.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 08, 2009
-
-
Guenter Knauf authored
-
- Sep 07, 2009
-
-
Guenter Knauf authored
changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can have a sh-like shell also on Windows (MSYS, Cygwin).
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Sep 06, 2009
-
-
Yang Tse authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 05, 2009
-
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
done!
-
Guenter Knauf authored
-
Guenter Knauf authored
changed u_int16_t to unsigned short because it is the only place within ares and curl where such a type would be used; also it broke many autobuilds. We should probably introduce an ares_port_t if we want to use a type here.
-
Gisle Vanem authored
-
Gisle Vanem authored
Added 'ares_parse_srv_reply.obj'. Added definition of 'u_int16_t'. This is I don't like; we should not depend on such non-universal types in a public header. But this is just a quick fix.
-
- Sep 04, 2009
-
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 03, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
for a better API to date parsing than the external API is
-
- Sep 02, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
errors.
-
Daniel Stenberg authored
pkg-config first before the "normal" one (if cross-compiling)
-
Daniel Stenberg authored
going on
-
- Sep 01, 2009
-
-
Daniel Stenberg authored
in normal tests and is annoying
-
Daniel Stenberg authored
libcurl to resolve 'localhost' whatever name you use in the URL *if* you set the --interface option to (exactly) "LocalHost". This will enable us to write tests for custom hosts names but still use a local host server.
-
Daniel Stenberg authored
-