Daniel Stenberg
600d0b1303
Introuced --data-urlencode to the curl tool for easier url encoding of the
...
data sent in a post.
2007-11-20 10:08:42 +00:00
Daniel Stenberg
887e8f9265
Chris Leighton:
...
My understanding is that we use "number" for discrete variables and
"amount" for continuous variables.
So you can say "The amount of flour required depends on..." or, "Last
night I consumed a large amount of beer!".
And, "That tank contains a large number of fish" or, "Over the week I
consumed a number of cases of beer."
I think that features are discrete, so the man page would read "...the
number of features will make your head spin!".
2007-10-13 20:49:51 +00:00
Dan Fandrich
257e38d5c5
Documented error codes 77-80, and fixed the one for 60.
2007-10-09 16:49:41 +00:00
Daniel Stenberg
33a8e6c30c
Michal Marek removed the no longer existing return codes from the curl.1
...
man page.
2007-10-09 08:42:50 +00:00
Daniel Stenberg
ce81cd21d3
I renamed the CURLE_SSL_PEER_CERTIFICATE error code to
...
CURLE_PEER_FAILED_VERIFICATION (standard CURL_NO_OLDIES style), and made this
return code get used by the previous SSH MD5 fingerprint check in case it
fails.
2007-10-03 08:07:50 +00:00
Daniel Stenberg
51c6a5d43b
Based on a patch brought by Johnny Luong, libcurl now offers
...
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and the curl tool --hostpubmd5. They both make
the SCP or SFTP connection verify the remote host's md5 checksum of the public
key before doing a connect, to reduce the risk of a man-in-the-middle attack.
2007-10-03 08:00:42 +00:00
Daniel Stenberg
30a39fe877
document --post301, based on the phrasing in curl_easy_setopt.3 for
...
CURLOPT_POST301 written by Philip Langdale
2007-10-02 09:57:48 +00:00
Daniel Stenberg
db1c92ceac
Bad use of "its" replaceed with a rephrase. I noticed this flaw thanks to the
...
Debian bug report http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443734
2007-09-24 10:56:26 +00:00
Daniel Stenberg
6c511abf43
--proxy-negotiate is added in 7.17.1
2007-09-21 11:53:56 +00:00
Daniel Stenberg
015d5869d7
Mark Davies fixed Negotiate authentication over proxy, and also introduced
...
the --proxy-negotiate command line option to allow a user to explicitly
select it.
2007-09-21 11:05:31 +00:00
Daniel Stenberg
8c3f40ee32
Rob Crittenden provided an NSS update with the following highlights:
...
o It looks for the NSS database first in the environment variable SSL_DIR,
then in /etc/pki/nssdb, then it initializes with no database if neither of
those exist.
o If the NSS PKCS#11 libnspsem.so driver is available then PEM files may be
loaded, including the ca-bundle. If it is not available then only
certificates already in the NSS database are used.
o Tries to detect whether a file or nickname is being passed in so the right
thing is done
o Added a bit of code to make the output more like the OpenSSL module,
including displaying the certificate information when connecting in
verbose mode
o Improved handling of certificate errors (expired, untrusted, etc)
The libnsspem.so PKCS#11 module is currently only available in Fedora
8/rawhide. Work will be done soon to upstream it. The NSS module will work
with or without it, all that changes is the source of the certificates and
keys.
2007-09-18 22:21:54 +00:00
Daniel Stenberg
4cf3ad07e5
--libcurl does not support -F
2007-08-23 14:33:08 +00:00
Dan Fandrich
000fdc6b99
Document pwd as an sftp quote command for curl(1), and show it as
...
lower case for consistency since sftp commands are case insensitive.
2007-07-20 17:29:43 +00:00
Daniel Stenberg
54967d2a3a
Thomas J. Moore provided a patch that introduces Kerberos5 support in
...
libcurl. This also makes the options change name to --krb (from --krb4) and
CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still
2007-07-01 22:01:18 +00:00
James Housley
17798ed740
Update documentation to reflect SFTP's ability to create directories on
...
upload. Some text provieded by Tom Regner
2007-06-13 15:02:34 +00:00
Dan Fandrich
ea43bb013b
Added support for quote commands before a transfer using SFTP and test
...
case 614.
Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
2007-05-15 00:28:50 +00:00
Dan Fandrich
b0a4c992e7
Added SFTP directory listing test case 613.
2007-05-14 22:03:42 +00:00
Dan Fandrich
4367e0513a
Added the list of SFTP post-quote commands, and fixed a few typos.
2007-05-09 18:05:14 +00:00
Daniel Stenberg
a93af43974
- Song Ma's warning if -r/--range is given with a "bad" range, also noted in
...
the man page now.
2007-04-22 09:31:27 +00:00
Daniel Stenberg
56a5c49ac0
clarify a bit on the follow-redirect logic and when curl switches from POST
...
to GET on redirect
2007-04-22 08:05:40 +00:00
Dan Fandrich
0043e87014
Added --pubkey option to curl and made --key also work for SCP/SFTP,
...
plus made --pass work on an SSH private key as well.
2007-03-23 17:59:40 +00:00
Daniel Stenberg
dd433679e6
clarify that -K files are expected to have one option per line
2007-02-28 10:30:57 +00:00
Daniel Stenberg
e37973913d
- Added warning outputs if the command line uses more than one of the options
...
-v, --trace and --trace-ascii, since it could really confuse the user.
Clarified this fact in the man page.
2007-02-23 09:48:01 +00:00
Linus Nielsen Feltzing
2f5e99ca02
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
2007-02-20 22:02:11 +00:00
Daniel Stenberg
7f70dbcad5
Rob Crittenden added support for NSS (Network Security Service) for the
...
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
2007-02-12 22:32:37 +00:00
Daniel Stenberg
28b932fb4e
- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent
...
to the debug callback.
- Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and
CURLOPT_HTTP_TRANSFER_DECODING that if set to zero will disable libcurl's
internal decoding of content or transfer encoded content. This may be
preferable in cases where you use libcurl for proxy purposes or similar. The
command line tool got a --raw option to disable both at once.
2007-02-12 21:13:47 +00:00
Daniel Stenberg
dbdb7fa55a
- Added the --libcurl [file] option to curl. Append this option to any
...
ordinary curl command line, and you will get a libcurl-using source code
written to the file that does the equivalent operation of what your command
line operation does!
2007-01-25 15:58:00 +00:00
Daniel Stenberg
4750e6f3c5
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
...
curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it
will make libcurl shutdown SSL/TLS after the authentication is done on a
FTP-SSL operation.
2007-01-05 23:11:14 +00:00
Daniel Stenberg
6fe932b255
minor syntax mistake
2006-12-14 18:20:46 +00:00
Daniel Stenberg
4dcd606b47
7.16.1 knows SFTP too
2006-12-06 10:07:12 +00:00
Daniel Stenberg
393ddd6e1f
clarify --limit-rate somewhat: it might send away/receive chunks of date in
...
temporarily higher speeds than requested, but the given limiting is considered
"over time" and is an average
2006-12-06 09:52:04 +00:00
Daniel Stenberg
961ec228d4
SCP support added
2006-11-03 13:45:52 +00:00
Daniel Stenberg
cde5e35d9b
Fixed CURLOPT_FAILONERROR to return CURLE_HTTP_RETURNED_ERROR even for the
...
case when 401 or 407 are returned, *IF* no auth credentials have been given.
The CURLOPT_FAILONERROR option is not possible to make fool-proof for 401
and 407 cases when auth credentials is given, but we've now covered this
somewhat more.
You might get some amounts of headers transferred before this situation is
detected, like for when a "100-continue" is received as a response to a
POST/PUT and a 401 or 407 is received immediately afterwards.
Added test 281 to verify this change.
2006-10-25 20:40:14 +00:00
Daniel Stenberg
3c4f3a680a
point out the sslcert web page for -k/--insecure
2006-10-12 08:52:20 +00:00
Daniel Stenberg
a40dcca794
changed the wording about removal of internal headers with -H
2006-10-09 14:54:11 +00:00
Daniel Stenberg
5e0d9aea32
Support for FTP third party transfers is now dropped
2006-09-30 20:31:11 +00:00
Daniel Stenberg
fe8aee6b08
eeep, tab completion error
2006-09-24 10:33:25 +00:00
Daniel Stenberg
0639e2a6e2
--ftp-ssl-control requires SSL/TLS, it does not "try" it
2006-09-24 10:30:40 +00:00
Daniel Stenberg
4c0936e72f
minor edits
2006-09-23 20:46:07 +00:00
Daniel Stenberg
f7d31bb3e3
Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but only
...
encrypt the control connection and use the data connection "plain".
2006-09-23 19:37:23 +00:00
Dan Fandrich
b0d3ba76a0
-z works on FTP, too
2006-09-21 22:15:05 +00:00
Daniel Stenberg
ca5de26f50
lots of "HTTPS" features are really "SSL" ones as they are also valid for
...
FTPS
2006-09-20 13:09:27 +00:00
Daniel Stenberg
5de75eee56
PEM is default type for key and cert
2006-09-20 11:35:13 +00:00
Daniel Stenberg
29dc39fce1
- Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a
...
handle that is part of a multi handle first removes the handle from the
stack.
- Added CURLOPT_SSL_SESSIONID_CACHE and --no-sessionid to disable SSL
session-ID re-use on demand since there obviously are broken servers out
there that misbehave with session-IDs used.
2006-09-11 17:18:18 +00:00
Daniel Stenberg
4d4151f6c1
David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both
...
control and data connection, as the existing --ftp-ssl option only requests
it.
2006-07-26 23:20:47 +00:00
Daniel Stenberg
2527b53019
Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl
...
tool option named --ftp-alternative-to-user. It provides a mean to send a
particular command if the normal USER/PASS approach fails.
2006-07-25 22:45:21 +00:00
Daniel Stenberg
55d22ba10c
when mentioning the default config file, point back to the actual description
...
of how to write such a file
2006-06-16 07:27:06 +00:00
Daniel Stenberg
fb88723afc
minor RFC updates, Dan Fandrich brought my attention to them
2006-05-25 11:15:25 +00:00
Daniel Stenberg
6ef7a81a3b
updated with more error codes
2006-04-26 13:00:45 +00:00
Daniel Stenberg
598ffeea89
David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path
2006-03-21 22:30:03 +00:00
Daniel Stenberg
938b5c886e
slightly edited explanation for -f/--fail by the help of Kjell Ericson
2006-03-15 21:21:35 +00:00
Daniel Stenberg
bac52f3969
--ftp-method and CURLOPT_FTP_FILEMETHOD are now documented and usable
2006-03-14 00:05:15 +00:00
Daniel Stenberg
26f112ba55
added large chunk of blurb about the progress meter
2006-03-02 22:04:39 +00:00
Daniel Stenberg
a15d107dde
Peter Su added support for SOCKS4 proxies. Enable this by setting the proxy
...
type to the already provided type CURLPROXY_SOCKS4.
I added a --socks4 option that works like the current --socks5 option but
instead use the socks4 protocol.
2006-02-21 07:46:41 +00:00
Daniel Stenberg
2fbf94b0f3
Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with the
...
curl tool with --local-port. Plain and simply set the range of ports to bind
the local end of connections to. Implemented on to popular demand.
Not extensively tested. Please let me know how it works.
2006-01-30 08:24:07 +00:00
Dan Fandrich
803582f8ac
Fixed some statements about handling multiple occurrences of options.
...
Tried to make some of the wording a bit more consistent.
2006-01-20 18:56:27 +00:00
Daniel Stenberg
5deff1a179
clarify what "-P -" does
2006-01-19 20:40:08 +00:00
Daniel Stenberg
67a83c1b34
David Shaw finally removed all traces of Gopher and we are now officially
...
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true. And a cleanup at the same time.
2006-01-16 22:14:37 +00:00
Daniel Stenberg
1e8d094274
improved the description of the -L/--location option
2006-01-16 00:00:28 +00:00
Daniel Stenberg
8f25a95b47
minor edit
2005-12-15 07:43:39 +00:00
Daniel Stenberg
b41765f441
mention the colon-only thing for -u and SSPI+NTLM
2005-11-24 07:20:13 +00:00
Daniel Stenberg
bac17ab7d8
extended the description for exit code 9
2005-11-14 00:17:03 +00:00
Daniel Stenberg
bd8baed138
Introducing range stepping to the curl globbing support. Now you can specify
...
step counter by adding :[num] within the brackets when specifying a range.
2005-11-10 22:11:01 +00:00
Daniel Stenberg
23951ec00c
mention the need for a "fake" -u when --negotiate is used
2005-11-07 08:37:08 +00:00
Daniel Stenberg
966fa848a0
Nis Jorgensen filed bug report #1338648
...
(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 22:05:38 +00:00
Daniel Stenberg
9d152a77fd
Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
...
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-10-27 12:05:36 +00:00
Daniel Stenberg
836d88a4b8
--max-time should work just as good on win32 these days
2005-09-08 20:21:52 +00:00
Daniel Stenberg
d5268ed511
mention the protocol-guessing when no protocol part is given in the URL
...
added TFTP to the list of supported protocols
2005-09-08 06:16:46 +00:00
Daniel Stenberg
291e9aeabd
don't start lines with apostrophes!
2005-09-04 21:53:10 +00:00
Daniel Stenberg
e369270f88
7.14.2 actually
2005-09-04 05:23:08 +00:00
Daniel Stenberg
7e845e7cfd
Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip
2005-09-04 05:16:06 +00:00
Daniel Stenberg
575ce905b2
ok, the right term (using RFC2616 lingo) for the -X keyword is method and not
...
request
2005-08-25 12:19:22 +00:00
Daniel Stenberg
a4773fcbbb
Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible
...
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-24 10:57:28 +00:00
Daniel Stenberg
162f58c53c
-H needs no CRLF or similar added
2005-08-12 20:56:12 +00:00
Daniel Stenberg
d8dcd5e472
added docs about the new proxy string support
2005-06-23 23:07:07 +00:00
Daniel Stenberg
b0f856213d
Added --trace-time that when used adds a time stamp to each trace line that
...
--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-05-02 09:38:19 +00:00
Daniel Stenberg
002de1eae2
Updated with (new and old) default config file search path explanation.
2005-04-28 21:26:30 +00:00
Daniel Stenberg
b15507aac3
clarify that > in the verbose output can contain newlines
2005-04-16 12:24:12 +00:00
Daniel Stenberg
5ebc6e305e
add SSPI
2005-04-07 07:30:02 +00:00
Dan Fandrich
34854e70cf
Removed extraneous comma
2005-04-06 00:39:48 +00:00
Daniel Stenberg
5d1349031c
spell fixes, based on the Debian bug report #302820 submitted by "A Costa"
2005-04-04 08:07:04 +00:00
Daniel Stenberg
32a446cf19
format mistake in --form-string, pointed out by Owen Watson
2005-03-30 06:31:32 +00:00
Daniel Stenberg
970722483c
Added --proxy-anyauth
2005-03-28 22:17:49 +00:00
Daniel Stenberg
2f8085af15
David Houlder added --form-string
2005-03-12 19:39:27 +00:00
Daniel Stenberg
85baebd0d4
mention filename= for the -F
2005-02-17 07:47:32 +00:00
Daniel Stenberg
ab938bb9bd
-O clarification
2005-02-08 23:39:47 +00:00
Daniel Stenberg
177dbc7be0
Ian Ford asked about support for the FTP command ACCT, and I discovered it is
...
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-25 22:13:12 +00:00
Daniel Stenberg
7e42cb61f7
FTP third transfer support overhaul. See CHANGES for details.
2005-01-21 09:32:32 +00:00
Daniel Stenberg
7472ede32a
Philippe Hameau found out that -Q "+[command]" didn't work, although some code
...
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-20 22:22:12 +00:00
Daniel Stenberg
8a14dd25a9
updated the wording for -B/--use-ascii
2005-01-17 09:18:04 +00:00
Daniel Stenberg
534a8a05f3
mention --netrc in the -u description
2005-01-16 08:34:18 +00:00
Daniel Stenberg
4ba1eb26fa
Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the
...
-w option support 'http_connect' to make it easier to verify!
2004-12-21 19:59:35 +00:00
Gisle Vanem
5c14b3be6d
Document CURLINFO_SSL_ENGINES and "--engine".
2004-12-13 20:14:04 +00:00
Daniel Stenberg
b6f855cb9b
Dan Fandrich corrects spelling mistakes
2004-12-10 21:56:35 +00:00
Daniel Stenberg
3e1caa6185
HTTP "auth done right". See lib/README.httpauth
2004-11-24 16:11:35 +00:00
Daniel Stenberg
8475a0df2f
new -w variables supported
2004-11-15 11:25:39 +00:00
Daniel Stenberg
fd884a3cd2
more retry stuff
2004-11-04 16:17:23 +00:00
Daniel Stenberg
8a66584db4
documented the current --retry options
2004-11-02 09:43:50 +00:00
Daniel Stenberg
2f069ad3e2
snart isn't really used these days so we cut out the reference to it
2004-10-19 15:34:05 +00:00
Daniel Stenberg
a3dbe03e80
added num_connects
2004-10-19 15:32:31 +00:00
Daniel Stenberg
35292e794a
--max-redirs is _not_ -Z
2004-09-30 14:38:29 +00:00
Daniel Stenberg
40b9b6f6dc
ftp-ssl mistake corrected
2004-09-16 08:45:11 +00:00
Daniel Stenberg
106695d45e
the new date parser affects -z
2004-09-15 07:31:48 +00:00
Daniel Stenberg
0ec4c66fba
fixed -F to support setting type= even on parts that aren't file-uploads
2004-09-10 21:47:52 +00:00
Daniel Stenberg
570455b21d
clarify the -Q option a bit better
2004-07-06 08:08:13 +00:00
Daniel Stenberg
8d611bec6e
--create-dirs clarification
2004-06-01 07:03:46 +00:00
Daniel Stenberg
765754d39d
--proxy-basic added for completeness
2004-05-25 14:44:25 +00:00
Daniel Stenberg
9fb4e019fa
IDN is a recognized feature
2004-05-24 13:23:54 +00:00
Daniel Stenberg
74551597b1
fixed a reference
2004-05-24 13:21:31 +00:00
Daniel Stenberg
0363fbc411
Added --proxy-digest, added the standard curl source header to this file.
2004-05-03 14:55:31 +00:00
Daniel Stenberg
211004bb0d
my nroff 1.18.1 complained the URL as it contains a nroff combo somehow
...
and when I modified it slightly the warning dissappeared...
2004-04-26 21:12:10 +00:00
Daniel Stenberg
bb3d6e8552
tcp-nodelay patch by Joe Halpin
2004-03-25 13:37:18 +00:00
Daniel Stenberg
13f98c5c18
Multiple updates, most of them being proper formatting to create nice html
...
links in the web pages, but also additional facts and removal of old crap.
2004-03-05 07:55:02 +00:00
Daniel Stenberg
c7775c59bf
mention in --limit-rate that --speed-limit might ruin the limiting slightly.
2004-02-21 16:18:57 +00:00
Daniel Stenberg
1a6969a887
Added documentation of a few command line options that were still undocumented
...
here.
2004-02-06 10:17:13 +00:00
Daniel Stenberg
aaa42735e6
--socks
2004-01-30 08:54:00 +00:00
Daniel Stenberg
e2555cf83d
edited the -d section slightly
2003-12-03 14:09:29 +00:00
Daniel Stenberg
f7c8a57206
minor edit
2003-12-03 14:02:37 +00:00
Daniel Stenberg
ad5ead8bed
--ftp-pasv now overrides a previous --ftpport option. We now also support
...
it named "--ftp-port" as the additional dash between the words is used in
several other options and this makes it more consistant.
2003-12-02 18:01:08 +00:00
Daniel Stenberg
c40309ae21
explain the requirements for --negotiate, --ntlm and --krb4
2003-11-07 13:23:08 +00:00
Daniel Stenberg
6294b356fb
mark all mentioned options better
2003-11-06 13:51:29 +00:00
Daniel Stenberg
3e64a76498
converted most .I lines to \fI ones
2003-11-06 13:34:28 +00:00
Daniel Stenberg
dec9907c16
egd, not edg
2003-11-06 13:31:42 +00:00
Daniel Stenberg
6a21a28048
.IP instead of .TP and .B
2003-11-04 12:59:10 +00:00
Daniel Stenberg
0adb75114b
highlight more mentioned options
2003-11-04 12:58:03 +00:00
Daniel Stenberg
3e24c6a957
Debian bug report #218046 , a minor typo.
2003-10-31 18:43:12 +00:00
Daniel Stenberg
fb26b2bd98
curl --head now reports info "headers" on file:// URLs as well
2003-10-30 09:08:16 +00:00
Daniel Stenberg
5987791516
encourage use of -c to store cookies instead of -D
2003-10-22 14:37:24 +00:00
Daniel Stenberg
ce5db9a86e
Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.
2003-10-17 13:11:00 +00:00
Daniel Stenberg
588b63a05b
documented the new 7.10.8 -T functionality
2003-09-23 12:20:07 +00:00
Daniel Stenberg
a5c2a86649
-4 and -6 added
2003-09-23 11:53:08 +00:00
Daniel Stenberg
7fdd0bd367
we support any number of globs now, even for #[num] ones
2003-08-22 12:56:56 +00:00
Daniel Stenberg
09b5ddaea5
added one "added in blabla" and removed a few
2003-08-14 22:00:56 +00:00
Daniel Stenberg
894e52f61a
removed the BUGS section
2003-08-11 07:24:21 +00:00
Daniel Stenberg
acbf932861
fix lines that start with "
2003-08-11 07:23:19 +00:00
Daniel Stenberg
b7cbcf7434
--ftp-create-dirs
2003-08-08 10:26:08 +00:00
Daniel Stenberg
a2bd73334f
added lots of auth stuff and updated other things too
2003-06-26 11:40:04 +00:00
Daniel Stenberg
e56ae1426c
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
...
added.
2003-06-10 12:22:19 +00:00
Daniel Stenberg
23258648da
--digest added, --compressed rephrased
2003-05-23 08:06:31 +00:00
Daniel Stenberg
246f3a63f6
Dan Fandrich added --compressed docu
2003-05-12 12:46:45 +00:00
Daniel Stenberg
d77cc13374
two dashes is enough
2003-04-16 12:46:20 +00:00
Daniel Stenberg
183a9c6244
extended the -F section
2003-04-15 09:58:27 +00:00
Daniel Stenberg
0b0a88b78d
when saving a cookie jar fails, you don't get an error code or anything,
...
just a warning in the verbose output stream
2003-04-11 08:19:06 +00:00
Daniel Stenberg
cee0e94294
clarify that 22 can be returned on --fail for all HTTP errors being 400
...
or above
2003-03-18 10:01:51 +00:00
Daniel Stenberg
9d02a39e13
fixed language for limit-rate
2003-02-24 13:28:32 +00:00
Daniel Stenberg
de003d9cf8
mention --trace and --trace-ascii in the -v/--versbose section to remind
...
people how to get even more details shown
2003-02-17 09:02:51 +00:00
Daniel Stenberg
8a2a523c70
mention more cacert magic
2003-02-14 22:28:12 +00:00
Daniel Stenberg
21c16f923c
Julian Noble pointed out that capath is indeed working fine on Windows
...
these days since the c_rehash tool is written (fixed) to do the proper
action even on file systems that don't support symlinks.
2003-02-03 21:36:52 +00:00
Daniel Stenberg
fc7bebdf55
the README.curl is named MANUAL these days
2003-01-28 16:33:05 +00:00
Daniel Stenberg
aa5af100b4
clarified error code 19
2003-01-07 15:39:38 +00:00
Daniel Stenberg
5a2ab686a6
Marc Herbert's suggstion: mention that insecure is ignored if cacert or capath
...
is used.
2002-12-29 16:23:52 +00:00
Daniel Stenberg
a47250810e
-@ is no longer an official shortcut for --create-dirs
2002-12-03 11:13:12 +00:00
Daniel Stenberg
7a74303f3c
Nicolas Berloquin's description of his -@/--create-dirs fix
2002-12-02 14:40:54 +00:00
Daniel Stenberg
db2fea448c
7.10 not 7.9.9 (there never was one named that)
2002-10-08 09:24:21 +00:00
Daniel Stenberg
296b35fe9b
"" proxy means no proxy
2002-09-27 09:51:42 +00:00
Daniel Stenberg
31959fb24b
added more recent return codes
2002-09-11 08:49:55 +00:00
Daniel Stenberg
5e9675ad1e
filled in the -k text too
2002-09-11 08:47:30 +00:00
Daniel Stenberg
084b7675b2
added -k for 7.10, added some more details on -y based on comments from
...
Kingsley Morse
2002-09-11 08:43:31 +00:00
Daniel Stenberg
6ab44d9439
spell out that -i should be used if you want to add http headers to the
...
output. -v does not do that
2002-08-07 08:09:14 +00:00
Daniel Stenberg
890bf3bd27
spell fix and --limit-rate added
2002-07-31 08:24:58 +00:00
Daniel Stenberg
59c11b82d5
Cris Bailiff's CAPATH support added
2002-05-28 09:21:29 +00:00
Daniel Stenberg
20d9c1b30d
Patrick Smith's contributed docs improvements for when NLST is used by
...
curl...
2002-05-07 23:36:53 +00:00
Daniel Stenberg
1458c3668d
--trace-ascii and --junk-session-cookies were added
2002-05-07 13:12:12 +00:00
Daniel Stenberg
c6cf2b8e93
--trace is a 7.9.7 function
2002-05-05 09:09:17 +00:00
Daniel Stenberg
69c5452b25
added -Z/--max-redirs and --trace
...
changed order of a few others to keep the a-z order
2002-05-05 09:08:26 +00:00
Daniel Stenberg
bfc7f1e4ac
clarified how to write URLs in -K config files
2002-04-10 12:57:34 +00:00
Daniel Stenberg
95e601e2b1
"Yet Another Geek" made %{content_type} work in the -w/--writeout option.
2002-02-25 07:40:49 +00:00
Daniel Stenberg
9dab850874
Eric Melville fixed spell mistakes on a few places
2002-02-03 15:00:51 +00:00
Daniel Stenberg
6aaee5f23b
minor changes
2002-01-03 09:43:17 +00:00
Daniel Stenberg
1c99c4ad11
HTTP_PROXY => http_proxy as Bjrn pointed out
2001-12-10 11:59:05 +00:00
Daniel Stenberg
1f7f0fda71
added --disable-epsv
2001-11-30 13:30:02 +00:00
Daniel Stenberg
9fe920cd90
made the -C more correct and detailed
2001-11-26 09:57:02 +00:00
Daniel Stenberg
ca0fd33d2d
Georg Horn's STARTTRANSFER_TIME patch
2001-11-20 15:00:50 +00:00
Daniel Stenberg
3b976ea9f1
Added two missing return codes...
2001-11-08 12:36:00 +00:00
Daniel Stenberg
64543e09ec
Added -0/--http1.0
2001-10-30 15:39:11 +00:00
Daniel Stenberg
c046dc904c
Corrected the -T description
2001-10-30 08:09:57 +00:00
Daniel Stenberg
d8fb2b2e63
using a HTTP proxy will disable some protocol-specific features that non-
...
HTTP procotols may allow
2001-10-05 07:30:07 +00:00
Daniel Stenberg
c4532b9a07
added --ciphers
2001-09-11 22:34:54 +00:00
Daniel Stenberg
9b3b050640
some unixes have the netrc description in the ftp(1) man page
2001-09-11 06:39:54 +00:00
Daniel Stenberg
1d7075e339
added -R description
2001-09-05 13:26:54 +00:00
Daniel Stenberg
bbdd5adf6e
'-c -'
2001-08-29 09:45:44 +00:00
Daniel Stenberg
d425f5389d
-c/--cookie-jar documented
2001-08-29 09:44:35 +00:00
Daniel Stenberg
c36fc521bd
Added -G
2001-08-16 13:40:22 +00:00
Daniel Stenberg
f24d54a9c4
clarified '-d @filename' with a tiny example
2001-08-03 14:06:25 +00:00
Daniel Stenberg
27751df6ec
moved list of authors to the separate THANKS file and added that to the
...
release archive
2001-05-29 12:09:47 +00:00
Daniel Stenberg
ccb92f1a8a
Added Pawel A. Gajda
2001-05-15 11:00:29 +00:00
Daniel Stenberg
4dbac041f1
removed some texts like "starting with version XXX" blabla
2001-05-08 12:39:40 +00:00
Daniel Stenberg
dd344b65f2
made clear that the cookie file format understood is Netscape _and_ Mozilla
2001-05-08 12:30:37 +00:00
Daniel Stenberg
a2a446cb2f
updated contributors list
2001-05-04 08:46:11 +00:00
Daniel Stenberg
97ad165a63
minor corrections
2001-04-20 06:05:33 +00:00
Daniel Stenberg
b6175ec792
Added contributors
2001-04-18 11:53:19 +00:00
Daniel Stenberg
9a85172896
Colin Watson's man patch as posted to debian bug tracker numer #90281
2001-03-24 18:28:43 +00:00
Daniel Stenberg
d445eac162
connection timeout is now supported
2001-03-15 14:37:17 +00:00
Daniel Stenberg
e2b0ad8429
added some text for -d that says it "emulates filling in HTML forms" as that
...
is what most people will use -d for
2001-03-14 19:48:29 +00:00
Daniel Stenberg
8c6d56f1f9
Added the --egd-file and --random-file options
2001-03-14 11:47:55 +00:00
Daniel Stenberg
9778a5356b
Added some persistant notes
2001-03-12 13:54:10 +00:00
Daniel Stenberg
a1d6ad2610
multiple connection support initial commit
2001-02-20 17:35:51 +00:00
Daniel Stenberg
f6e2bfd464
Jun-ichiro itojun Hagino's IPv6 adjustments
2001-02-05 23:04:44 +00:00
Daniel Stenberg
80d75b0eaf
Added Ingo Ralf Blum
2001-01-25 12:28:10 +00:00
Daniel Stenberg
16ecfcf62c
Added Robert Weaver as contributor
2001-01-24 14:04:14 +00:00
Daniel Stenberg
9afab85105
Added -g/--globoff description
2001-01-19 12:24:46 +00:00
Daniel Stenberg
4792eee5d0
multiple URL adjustments
2001-01-09 12:24:49 +00:00
Daniel Stenberg
7d38692c4f
Added Loic Dachary as a contributor after his major makefile session!
2001-01-08 22:29:31 +00:00
Daniel Stenberg
c2f5b71dc9
multiple uses of -d was wrong documented
2001-01-05 13:44:53 +00:00
Daniel Stenberg
7ce518701b
filled in info what happens if the same options are used multiple times
2001-01-04 10:34:05 +00:00
Daniel Stenberg
e9b69bc757
added maxredirs
2000-11-28 09:11:24 +00:00
Daniel Stenberg
f4c26ddb6a
spell check
2000-11-27 13:32:11 +00:00
Daniel Stenberg
4768c9cdbb
Added --cacert
2000-11-22 08:51:41 +00:00
Daniel Stenberg
486591f9d1
Added --url
2000-11-22 07:53:15 +00:00
Daniel Stenberg
36000e5287
Added T. Bharath to the list of contributors
2000-11-06 23:12:36 +00:00
Daniel Stenberg
1df033a1c5
Added description on how to use the newly supported multiple -d options
2000-10-27 10:52:38 +00:00
Daniel Stenberg
949eaf8ad4
Replaced the former bug report email address with the new curl-bug@haxx.se
2000-10-25 07:43:03 +00:00
Daniel Stenberg
693aab0e95
size_request and size_header added to the -w description
2000-10-04 13:08:54 +00:00
Daniel Stenberg
bf56377865
Added Jason S. Priebe as contributor
2000-10-03 22:07:09 +00:00
Daniel Stenberg
c4fc231934
added krb4-info
2000-09-26 22:30:23 +00:00
Daniel Stenberg
481871768b
updated
2000-09-21 08:53:59 +00:00
Daniel Stenberg
4ee420f23e
proxy tunnel update
2000-09-15 14:15:47 +00:00
Daniel Stenberg
dab9658b3e
Added Albert to the list contributors. The question is why I hadn't done
...
that a long time ago...!
2000-08-24 19:19:38 +00:00
Daniel Stenberg
1be0bf56a6
new binary post details
2000-08-24 14:28:48 +00:00
Daniel Stenberg
e559a7b872
7.1.1 cleanup commit
2000-08-21 21:56:41 +00:00
Daniel Stenberg
e9640b6831
updated
2000-08-02 07:17:56 +00:00
Daniel Stenberg
9ec6e9f254
another day, another contributor
2000-07-26 09:34:40 +00:00
Daniel Stenberg
471edc0b9e
Added Torsten Foertsch's changes to the -F description and his name to the
...
list of contributors.
2000-07-25 21:19:35 +00:00
Daniel Stenberg
0a8d0395e1
Auto referer and a minor netrc fix
2000-07-25 07:35:51 +00:00
Daniel Stenberg
1ef3600a07
haxx.nu => haxx.se
2000-06-20 15:31:26 +00:00
Daniel Stenberg
d9650164b3
edited the contributor list
...
changed ftp-ascii to use-ascii and its explanation was fixed
2000-06-14 14:02:43 +00:00
Daniel Stenberg
3586f7eaf0
haxx.nu turns haxx.se
2000-06-09 07:01:23 +00:00
Daniel Stenberg
45885f30c2
updated
2000-05-29 22:54:17 +00:00
Daniel Stenberg
285994a5ae
slightly adjusted
2000-05-22 19:10:53 +00:00
Daniel Stenberg
7c37c6a8e9
moved here from the root directory
2000-05-22 17:35:35 +00:00