- Mar 12, 2005
-
-
Daniel Stenberg authored
-
- Mar 11, 2005
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors.
-
- Mar 08, 2005
-
-
Daniel Stenberg authored
that feature 64 bit 'long'. Some systems have 64 bit time_t and deal with years beyond 2038. However, even some of the systems with 64 bit time_t returns -1 for dates beyond 03:14:07 UTC, January 19, 2038. (Such as AIX 5100-06)
-
Daniel Stenberg authored
-
- Mar 04, 2005
-
-
Daniel Stenberg authored
the cookie "engine" without having to provide an empty or non-existing file.
-
- Mar 03, 2005
-
-
Daniel Stenberg authored
-
- Feb 17, 2005
-
-
Daniel Stenberg authored
-
- Feb 09, 2005
-
-
Gisle Vanem authored
SAX.h. gcc doesn't like that. Rename.
-
Daniel Stenberg authored
-
- Feb 08, 2005
-
-
Daniel Stenberg authored
-
- Feb 05, 2005
-
-
Daniel Stenberg authored
many third-party libs and tools have problems. When curl is built without --disable-shared, the testing is done with a front-end script which makes the valgrind testing include (ba)sh as well and that often causes valgrind errors. Either we improve the valgrind error scanner a lot to better identify (lib)curl errors only, or we disable valgrind checking by default
-
- Feb 04, 2005
-
-
Daniel Stenberg authored
-
- Feb 02, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 01, 2005
-
-
Daniel Stenberg authored
-
- Jan 31, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 29, 2005
-
-
Daniel Stenberg authored
-
- Jan 28, 2005
-
-
Daniel Stenberg authored
curl_easy_perform() invokes. It was previously unlocked at disconnect, which could mean that it remained locked between multiple transfers. The DNS cache may not live as long as the connection cache does, as they are separate. To deal with the lack of DNS (host address) data availability in re-used connections, libcurl now keeps a copy of the IP adress as a string, to be able to show it even on subsequent requests on the same connection.
-
- Jan 26, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 25, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
present in RFC959... so now (lib)curl supports it as well. --ftp-account and CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account string after PASS have been sent away. The client responds with "ACCT [account string]".) Added test case 228 and 229 to verify the functionality. Updated the test FTP server to support ACCT somewhat.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
use to detect libcurl and setup variables for the protocols the installed libcurl supports: docs/libcurl/libcurl.m4
-
- Jan 22, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
if you set CURLOPT_WRITEDATA - or you will experience crashes.
-
- Jan 21, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 20, 2005
-
-
Daniel Stenberg authored
was written for it. I fixed and added test case 227 to verify it. The curl.1 man page didn't mention the '+' so I added it.
-
Daniel Stenberg authored
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you must make sure that to pass in a type 'long' argument. */
-
- Jan 19, 2005
-
-
Daniel Stenberg authored
contains %0a or %0d in the user, password or CWD parts. (A future fix would include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225 and 226 were added to verify this
-
Daniel Stenberg authored
-
- Jan 17, 2005
-
-
Daniel Stenberg authored
-
- Jan 16, 2005
-
-
Daniel Stenberg authored
-
- Jan 11, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
select() overhaul fix.
-