- Sep 21, 2009
-
-
Guenter Knauf authored
added aditional check for the directory specified with SSL_DIR, and fall back to hardcoded directory if not a valid directory.
-
- Sep 18, 2009
-
-
Yang Tse authored
fix compiler warning: comparison between signed and unsigned
-
- Sep 17, 2009
- Sep 16, 2009
-
-
Daniel Stenberg authored
powered libcurl in 7.19.6. If there was a X509v3 Subject Alternative Name field in the certficate it had to match and so even if non-DNS and non-IP entry was present it caused the verification to fail.
-
Yang Tse authored
Attempt to silence bogus compiler warning: "Potential null pointer dereference through ptr is detected"
-
Yang Tse authored
Attempt to silence bogus compiler warning: "Potential null pointer dereference through ptr is detected"
-
Dan Fandrich authored
statically linking since libssh2 needs the SSL library link flags to be set up already to satisfy its dependencies. This wouldn't be necessary if the libssh2 configure check was changed to use pkg-config since the --static flag would add the dependencies automatically.
-
- Sep 15, 2009
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
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. This fix for Curl_poll adresses the above in a libcurl-wide mode.
-
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.
-