Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-15 | minor edit | Daniel Stenberg | |
2005-11-24 | mention the colon-only thing for -u and SSPI+NTLM | Daniel Stenberg | |
2005-11-14 | extended the description for exit code 9 | Daniel Stenberg | |
2005-11-10 | Introducing range stepping to the curl globbing support. Now you can specify | Daniel Stenberg | |
step counter by adding :[num] within the brackets when specifying a range. | |||
2005-11-07 | mention the need for a "fake" -u when --negotiate is used | Daniel Stenberg | |
2005-10-27 | Nis Jorgensen filed bug report #1338648 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify. | |||
2005-10-27 | Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described | Daniel Stenberg | |
in the man page, curl would send an invalid HTTP Range: header. The correct way would be to use "-r [number]-" or even "-r -[number]". Starting now, curl will warn if this is discovered, and automatically append a dash to the range before passing it to libcurl. | |||
2005-09-08 | --max-time should work just as good on win32 these days | Daniel Stenberg | |
2005-09-08 | mention the protocol-guessing when no protocol part is given in the URL | Daniel Stenberg | |
added TFTP to the list of supported protocols | |||
2005-09-04 | don't start lines with apostrophes! | Daniel Stenberg | |
2005-09-04 | 7.14.2 actually | Daniel Stenberg | |
2005-09-04 | Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip | Daniel Stenberg | |
2005-08-25 | ok, the right term (using RFC2616 lingo) for the -X keyword is method and not | Daniel Stenberg | |
request | |||
2005-08-24 | Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible | Daniel Stenberg | |
from the command line tool with --ignore-content-length. This will make it easier to download files from Apache 1.x (and similar) servers that are still having problems serving files larger than 2 or 4 GB. When this option is enabled, curl will simply have to wait for the server to close the connection to signal end of transfer. I wrote test case 269 that runs a simple test that this works. | |||
2005-08-12 | -H needs no CRLF or similar added | Daniel Stenberg | |
2005-06-23 | added docs about the new proxy string support | Daniel Stenberg | |
2005-05-02 | Added --trace-time that when used adds a time stamp to each trace line that | Daniel Stenberg | |
--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. | |||
2005-04-28 | Updated with (new and old) default config file search path explanation. | Daniel Stenberg | |
2005-04-16 | clarify that > in the verbose output can contain newlines | Daniel Stenberg | |
2005-04-07 | add SSPI | Daniel Stenberg | |
2005-04-06 | Removed extraneous comma | Dan Fandrich | |
2005-04-04 | spell fixes, based on the Debian bug report #302820 submitted by "A Costa" | Daniel Stenberg | |
2005-03-30 | format mistake in --form-string, pointed out by Owen Watson | Daniel Stenberg | |
2005-03-28 | Added --proxy-anyauth | Daniel Stenberg | |
2005-03-12 | David Houlder added --form-string | Daniel Stenberg | |
2005-02-17 | mention filename= for the -F | Daniel Stenberg | |
2005-02-08 | -O clarification | Daniel Stenberg | |
2005-01-25 | Ian Ford asked about support for the FTP command ACCT, and I discovered it is | Daniel Stenberg | |
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. | |||
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg | |
2005-01-20 | Philippe Hameau found out that -Q "+[command]" didn't work, although some code | Daniel Stenberg | |
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. | |||
2005-01-17 | updated the wording for -B/--use-ascii | Daniel Stenberg | |
2005-01-16 | mention --netrc in the -u description | Daniel Stenberg | |
2004-12-21 | Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the | Daniel Stenberg | |
-w option support 'http_connect' to make it easier to verify! | |||
2004-12-13 | Document CURLINFO_SSL_ENGINES and "--engine". | Gisle Vanem | |
2004-12-10 | Dan Fandrich corrects spelling mistakes | Daniel Stenberg | |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-11-15 | new -w variables supported | Daniel Stenberg | |
2004-11-04 | more retry stuff | Daniel Stenberg | |
2004-11-02 | documented the current --retry options | Daniel Stenberg | |
2004-10-19 | snart isn't really used these days so we cut out the reference to it | Daniel Stenberg | |
2004-10-19 | added num_connects | Daniel Stenberg | |
2004-09-30 | --max-redirs is _not_ -Z | Daniel Stenberg | |
2004-09-16 | ftp-ssl mistake corrected | Daniel Stenberg | |
2004-09-15 | the new date parser affects -z | Daniel Stenberg | |
2004-09-10 | fixed -F to support setting type= even on parts that aren't file-uploads | Daniel Stenberg | |
2004-07-06 | clarify the -Q option a bit better | Daniel Stenberg | |
2004-06-01 | --create-dirs clarification | Daniel Stenberg | |
2004-05-25 | --proxy-basic added for completeness | Daniel Stenberg | |
2004-05-24 | IDN is a recognized feature | Daniel Stenberg | |
2004-05-24 | fixed a reference | Daniel Stenberg | |