- Mar 22, 2008
-
-
Daniel Stenberg authored
case 617 (which was added by Daniel Fandrich 5 Mar 2008).
-
- Mar 21, 2008
-
-
Daniel Stenberg authored
-
- Mar 20, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
support when curl didn't even have regular LDAP support. It looks like this could happen when the --enable-ldaps configure switch is given but configure couldn't find the LDAP headers or libraries.
-
Guenter Knauf authored
added --extvercmd parameter which can be used to specify an external command to display 'curl --version', f.e. with MinW32 crosscompile --extvercmd=/usr/bin/wine can be used.
-
Michal Marek authored
default instead of a ca bundle. The configure script will also look for a ca path if no ca bundle is found and no option given. - Fixed detection of previously installed curl-ca-bundle.crt
-
- Mar 18, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
SFTP quote command reported by Vincent Le Normand, but left it disabled.
-
Michal Marek authored
- Added macros for curl_share_setopt and curl_multi_setopt to check at least the correct number of arguments.
-
- Mar 17, 2008
-
-
Michal Marek authored
any hard-to-grasp warnings in curl_easy_setopt() calls in applications. Also delete superfluous semicolons.
-
- Mar 15, 2008
-
-
Dan Fandrich authored
-
- Mar 13, 2008
-
-
Dan Fandrich authored
reproduce the --ftp-create-dirs problem reported by Brian Ulm, but that seems to need a call curl_easy_reset() which this test case doesn't do.
-
Daniel Stenberg authored
CURLOPT_FTP_CREATE_MISSING_DIRS to create a directory, and then re-used the handle and uploaded another file to another directory that needed to be created, the second upload would fail. Another case of a state variable that wasn't properly reset between requests. - I rewrote the 100-continue code to use a single state variable instead of the previous two ones. I think it made the logic somewhat clearer.
-
Daniel Stenberg authored
CURLOPT_FTP_CREATE_MISSING_DIRS to create a directory, and then re-used the handle and uploaded another file to another directory that needed to be created, the second upload would fail. Another case of a state variable that wasn't properly reset between requests.
-
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
-