- Mar 13, 2008
-
-
Daniel Stenberg authored
a single state variable to make the code easier to follow and understand.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Mar 12, 2008
-
-
Daniel Stenberg authored
-
- Mar 11, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1911069) that identified a race condition in the name resolver code when the DNS cache is shared between multiple easy handles, each running in simultaneous threads that could cause crashes.
-
Daniel Stenberg authored
does nothing with them, just to make sure libcurl users always use three arguments to this function. Due to its use of ... for the third argument, it is otherwise hard to detect abuse.
-
Daniel Stenberg authored
a "dummy" just to get things as fixed as possible in case we ever get the urge to change this to actually mean something.
-
Michal Marek authored
works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html , http://curl.haxx.se/mail/lib-2008-02/0292.html )
-
- Mar 10, 2008
-
-
Dan Fandrich authored
(test 620 tests the just-fixed problem reported by Brian Ulm).
-
Michal Marek authored
-
Michal Marek authored
gssapi check. Cleans up curl-config --libs output when REQUIRE_LIB_DEPS=no
-
- Mar 09, 2008
-
-
Daniel Stenberg authored
easy handle if curl_easy_reset() was used between them. I fixed it and Brian verified that it cured his problem. - Brian Ulm reported that if you first tried to download a non-existing SFTP file and then fetched an existing one and re-used the handle, libcurl would still report the second one as non-existing as well! I fixed it abd Brian verified that it cured his problem.
-
- Mar 08, 2008
-
-
Daniel Stenberg authored
-
- Mar 07, 2008
-
-
Yang Tse authored
_USE_32BIT_TIME_T has been defined to get a 32-bit time_t
-
- Mar 06, 2008
-
-
Michal Marek authored
Michael Calmer)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
usage
-
Yang Tse authored
select/poll calls will only be retried upon EINTR failures as it previously was in lib/select.c revision 1.29 In this way Curl_socket_ready() and Curl_poll() will again fail on any select/poll errors different than EINTR.
-
Dan Fandrich authored
files, as questioned by Mike Protts. SFTP does for me but SCP doesn't so test 617 is disabled for now.
-
Dan Fandrich authored
-
- Mar 05, 2008
-
-
Yang Tse authored
-
- Mar 04, 2008
-
-
Daniel Stenberg authored
-
- Mar 01, 2008
-
-
Daniel Stenberg authored
a re-used connection where both requests used Negotiate.
-
- Feb 29, 2008
-
-
Yang Tse authored
compiled with errors. This behaviour is needed for autoconf macros which rely on the ability to compile with or without errors, and is safer than xlc's default of failing only upon severe errors.
-
- Feb 28, 2008
-
-
Daniel Stenberg authored
121 - Kaspar Brand's and Guenter Knauf's work on the TLS extension Server Name Indication is now committed 122 - Progress callback not called during failed socket connect with the multi interface, is now simply pending a closure since no feedback has been received lately. Added: 123 - Mike Protts' SFTP resume download 124 - Anatoli Tubman's fix for a Negotiate: crash 125 - Michal Marek's typechecker-gcc work
-
Guenter Knauf authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Feb 27, 2008
-
-
Yang Tse authored
-
Daniel Stenberg authored
test code. Thanks to his curl_easy_setopt() typechecker work...
-
Guenter Knauf authored
added get_ver.awk since c-ares is a standalone project, and should therefore also compile when cURL is absent.
-
Guenter Knauf authored
fixed comments; fixed INSTDIR define, simplified rules; changed to use get_ver.awk in current dir rather than the curl one.
-
Guenter Knauf authored
-
- Feb 26, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-