- May 12, 2005
-
-
Daniel Stenberg authored
-
- May 08, 2005
-
-
Daniel Stenberg authored
-
- May 02, 2005
-
-
Daniel Stenberg authored
--trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that HTTP requests etc look nicer in the -v output.
-
Daniel Stenberg authored
pointing out the CA cert path/file: SSL_CERT_DIR and SSL_CERT_FILE. If CURL_CA_BUNDLE is not set, they are checked afterwards.
-
- May 01, 2005
-
-
Daniel Stenberg authored
-
- Apr 27, 2005
-
-
Daniel Stenberg authored
more places. First, CURL_HOME is a new environment variable that is used instead of HOME if it is set, to point out where the default config file lives. If there's no config file in the dir pointed out by one of the environment variables, the Windows version will instead check the same directory the executable curl is located in.
-
- Apr 23, 2005
-
-
Daniel Stenberg authored
-
- Apr 22, 2005
-
-
Daniel Stenberg authored
#1187787 points out.
-
- Mar 28, 2005
-
-
Daniel Stenberg authored
-
- Mar 12, 2005
-
-
Daniel Stenberg authored
-
- Mar 11, 2005
-
-
Daniel Stenberg authored
-
- Mar 07, 2005
-
-
Dan Fandrich authored
revert to the SEEK_END method of repositioning the stream after a ftruncate() and only use SEEK_SET if ftruncate() isn't available.
-
- Mar 05, 2005
-
-
Dan Fandrich authored
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption that all those systems provide it.
-
- Mar 04, 2005
-
-
Daniel Stenberg authored
-
- Feb 09, 2005
-
-
Daniel Stenberg authored
The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
-
- Jan 27, 2005
-
-
Daniel Stenberg authored
a free-without-alloc as the first call
-
Daniel Stenberg authored
variable to allow the test suite to better control where it ends up.
-
- Jan 25, 2005
-
-
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.
-
- Jan 21, 2005
-
-
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.
-
- Jan 06, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 20, 2004
-
-
Dan Fandrich authored
involves a binary-compatible change to the API struct curl_version_info_data
-
- Dec 18, 2004
-
-
Daniel Stenberg authored
-
- Dec 17, 2004
-
-
Gisle Vanem authored
-
- Dec 16, 2004
-
-
Gisle Vanem authored
Ref. lib/file.c.
-
- Dec 15, 2004
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Dan Fandrich authored
-
- Dec 14, 2004
-
-
Gisle Vanem authored
-
- Dec 13, 2004
-
-
Gisle Vanem authored
Moved CURLOPT_SSLENGINE* options to after verbose mode is set. Added a goto. Eek!
-
- Nov 24, 2004
-
-
Gisle Vanem authored
Provide a 64-bit capable ftruncate(). MingW has one, but it takes only 32-bit offsets.
-
Daniel Stenberg authored
-
- Nov 14, 2004
-
-
Gisle Vanem authored
Borland doesn't have <sys/utime.h>, utime() nor _lseeki64().
-
- Nov 11, 2004
-
-
Daniel Stenberg authored
-
- Nov 08, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
'curl -v writes debugging to its network socket if stderr is closed'
-
Daniel Stenberg authored
executed" warning by gcc 3.4.0
-
- Nov 04, 2004
-
-
Daniel Stenberg authored
-
- Oct 28, 2004
-
-
Gisle Vanem authored
Fixed _write() arguments.
-