Daniel Stenberg
|
1b02ad5e8a
|
format mistake fixed
|
2004-11-12 06:42:30 +00:00 |
|
Daniel Stenberg
|
c3323b1902
|
clarify and update according to commit made just now
|
2004-11-11 23:11:32 +00:00 |
|
Daniel Stenberg
|
6a06667cc0
|
Added CURLOPT_FTPSSLAUTH
|
2004-09-16 21:45:16 +00:00 |
|
Daniel Stenberg
|
75a6fdeb58
|
added more info on the nobody
|
2004-09-01 12:05:59 +00:00 |
|
Daniel Stenberg
|
5f3fa92062
|
minor edit of HTTPGET
|
2004-09-01 09:25:19 +00:00 |
|
Daniel Stenberg
|
66077ae48b
|
fix formatting flaw
|
2004-09-01 09:24:01 +00:00 |
|
Daniel Stenberg
|
dbacc81af7
|
added note about WRITEFUNCTION now being called with zero bytes if the file
to be transfered is empty
|
2004-08-23 14:41:54 +00:00 |
|
Daniel Stenberg
|
46313be2f5
|
added more header info for PUT and POST requests
|
2004-08-23 14:04:38 +00:00 |
|
Daniel Stenberg
|
3838745fdb
|
mention the reset function
|
2004-08-17 12:37:35 +00:00 |
|
Daniel Stenberg
|
8b6e87abee
|
summary edit: mention that some options take a curl_off_t
|
2004-08-16 10:49:57 +00:00 |
|
Daniel Stenberg
|
355b3d3057
|
updated the CURLOPT_POST description after input from Alan Pinstein
|
2004-08-10 13:22:08 +00:00 |
|
Daniel Stenberg
|
6f252f4704
|
reset CURLOPT_CUSTOMREQUEST with NULL
|
2004-06-27 21:19:54 +00:00 |
|
Daniel Stenberg
|
a20eb6df1b
|
reset CURLOPT_HTTPHEADER with NULL
|
2004-06-22 17:22:30 +00:00 |
|
Daniel Stenberg
|
1886893d66
|
Added blurb for the READFUNCTION, including the new CURL_READFUNC_ABORT
return code.
|
2004-06-21 14:09:23 +00:00 |
|
Daniel Stenberg
|
b3caf7bfa8
|
Setting CURLOPT_RANGE to NULL disables it.
Setting CURLOPT_RESUME_FROM to 0 prevents a resumed transfer.
|
2004-06-09 08:05:23 +00:00 |
|
Daniel Stenberg
|
aa0e32060e
|
CURLE_FAILED_INIT is returend when an unknown option is set
|
2004-06-03 11:19:35 +00:00 |
|
Daniel Stenberg
|
0078944486
|
CURLOPT_PUT is deprecated
|
2004-06-02 14:06:49 +00:00 |
|
Daniel Stenberg
|
23a43c6e0f
|
Seshubabu Pasam's format fixes and added notes about DER not working for
some (SSL-)options.
|
2004-05-17 07:12:32 +00:00 |
|
Daniel Stenberg
|
bb3d6e8552
|
tcp-nodelay patch by Joe Halpin
|
2004-03-25 13:37:18 +00:00 |
|
Daniel Stenberg
|
4b78b4124e
|
Tor Arntsen's major ispell patch
|
2004-03-24 21:40:45 +00:00 |
|
Daniel Stenberg
|
bc7122f6e2
|
CURLOPT_POSTFIELDSIZE_LARGE is added in 7.11.1
|
2004-03-12 09:14:45 +00:00 |
|
Daniel Stenberg
|
1ebda8fa0e
|
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
|
2004-03-12 08:55:47 +00:00 |
|
Daniel Stenberg
|
526c61c657
|
global dns cache is not nice, we consider it obsolete starting now
|
2004-03-01 15:50:15 +00:00 |
|
Daniel Stenberg
|
25bcd45034
|
formatting update to produce better links with the new roffit version
|
2004-02-27 15:34:06 +00:00 |
|
Daniel Stenberg
|
f53d6e1c39
|
elaborate on the URL option
|
2004-02-27 14:07:22 +00:00 |
|
Daniel Stenberg
|
d0242da304
|
Added a few options that were still not documented. Now I believe all options
mentioned in the current curl/curl.h header file (that aren't marked as
obsolete) are present.
|
2004-02-27 09:02:06 +00:00 |
|
Daniel Stenberg
|
403cbbe0c4
|
mark the function name
|
2004-02-25 12:32:33 +00:00 |
|
Daniel Stenberg
|
9a7e3437ae
|
added CURLOPT_SHARE
|
2004-02-25 12:20:41 +00:00 |
|
Daniel Stenberg
|
afa5924487
|
very minor phrase edit
|
2004-02-19 10:21:54 +00:00 |
|
Daniel Stenberg
|
283f68f660
|
Dominick Meglio's update
|
2004-02-09 13:51:52 +00:00 |
|
Daniel Stenberg
|
5a58d51993
|
the *_LARGE options work fine on windows in 7.11.1
|
2004-01-23 12:52:04 +00:00 |
|
Daniel Stenberg
|
eaddf3d198
|
mark the option better
|
2004-01-22 10:17:09 +00:00 |
|
Daniel Stenberg
|
863c7c7282
|
no large files on windows just yet
|
2004-01-22 09:15:37 +00:00 |
|
Daniel Stenberg
|
d204c62c39
|
clarified where VERBOSE output goes
|
2004-01-21 07:46:17 +00:00 |
|
Daniel Stenberg
|
84990cb176
|
Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docs
I reworded some of the intial paragraphs to avoid 'NOTE2'
|
2004-01-15 10:38:08 +00:00 |
|
Daniel Stenberg
|
feeef39ebf
|
mention that the _LARGE options are added in 7.11.0, added a header to the
file with the standard curl blurb
|
2004-01-07 07:20:08 +00:00 |
|
Daniel Stenberg
|
b60e0fa97e
|
David J Meyer's large file support.
|
2004-01-05 22:29:29 +00:00 |
|
Daniel Stenberg
|
41c6f68d94
|
minor wording change
|
2004-01-05 14:56:46 +00:00 |
|
Daniel Stenberg
|
411d0cb715
|
minor format flaw
|
2004-01-05 14:46:56 +00:00 |
|
Daniel Stenberg
|
61685fee7e
|
Andrés García added CURLOPT_IPRESOLVE
|
2003-12-22 10:53:55 +00:00 |
|
Daniel Stenberg
|
bff59dac12
|
minor edit of the PRIVATE option
|
2003-12-04 13:01:30 +00:00 |
|
Daniel Stenberg
|
e42f806b3f
|
mention it was added in 7.10.9
|
2003-11-12 14:34:17 +00:00 |
|
Daniel Stenberg
|
ad77f760cf
|
Added CURLOPT_NETRC_FILE.
|
2003-11-11 14:30:43 +00:00 |
|
Daniel Stenberg
|
3dd40cca9a
|
Removed references to the no-longer existing PASSWDFUNCTION. That option
existed in 7.10.7 and earlier, but has since been cut out.
|
2003-11-07 13:26:45 +00:00 |
|
Daniel Stenberg
|
fe0b5801ec
|
mark options better
|
2003-11-07 09:15:28 +00:00 |
|
Daniel Stenberg
|
ecfb53f06d
|
Use .IP instead of .TP and .B for each item.
|
2003-11-04 12:55:53 +00:00 |
|
Daniel Stenberg
|
c020ee2eb6
|
spell!
|
2003-11-04 12:07:19 +00:00 |
|
Daniel Stenberg
|
ce5db9a86e
|
Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.
|
2003-10-17 13:11:00 +00:00 |
|
Daniel Stenberg
|
8f5b80c715
|
removed the passwd options that are no longer supported
|
2003-10-16 14:14:45 +00:00 |
|
Daniel Stenberg
|
b864e25011
|
CURLOPT_NOBODY means HEAD on HTTP servers
|
2003-10-04 14:01:41 +00:00 |
|