Daniel Stenberg
|
f71b3f48a1
|
Replaced the former date parser with a rewrite. No more yacc/bison needed.
|
2004-09-15 07:28:04 +00:00 |
|
Daniel Stenberg
|
428741d7cf
|
clarify CURLE_SSL_CERTPROBLEM somewhat
|
2004-09-02 21:05:56 +00:00 |
|
Daniel Stenberg
|
5f60188b8a
|
use the correct struct name in the example
|
2004-09-02 20:42:44 +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
|
811dfd710b
|
mention when the function was added to the lib
|
2004-08-31 06:03:16 +00:00 |
|
Daniel Stenberg
|
49746d1dce
|
returned memory should not be freed
|
2004-08-24 20:36:38 +00:00 |
|
Daniel Stenberg
|
d869b51a57
|
Expect: 100-continue info added
|
2004-08-23 14:46:43 +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
|
e139e49826
|
see also the reset function
|
2004-08-17 12:39:10 +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
|
d3c9f3d6f8
|
clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returned
even if user and password are correct
|
2004-08-11 08:44:36 +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
|
d892a4dc23
|
mention this is new
|
2004-07-31 19:47:00 +00:00 |
|
Daniel Stenberg
|
496ea65f39
|
link to reset as well
|
2004-07-31 19:46:25 +00:00 |
|
Daniel Stenberg
|
6577b15d08
|
curl_easy_reset() documented
|
2004-07-31 19:46:01 +00:00 |
|
Daniel Stenberg
|
060b6ce148
|
the multi interface is not so new anymore!
|
2004-07-17 08:24:22 +00:00 |
|
Daniel Stenberg
|
35618b4712
|
minor format fix
|
2004-07-17 08:22:50 +00:00 |
|
Daniel Stenberg
|
a92b7c1b16
|
Jason Nye pointed out that callbacks don't need to use the "C namespace"
|
2004-07-14 15:32:09 +00:00 |
|
Daniel Stenberg
|
5a70e42428
|
I prefer CURLOPT_WRITEDATA before CURLOPT_FILE
|
2004-07-02 14:00:49 +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
|
0d259b898b
|
updates
|
2004-06-21 08:28:18 +00:00 |
|
Daniel Stenberg
|
c136b80af5
|
refer to the new tutorial man page
|
2004-06-21 08:28:10 +00:00 |
|
Daniel Stenberg
|
1e99f1ee41
|
libcurl-tutorial.3 is the former libcurl-the-guide converted to man page format
|
2004-06-21 08:17:08 +00:00 |
|
Daniel Stenberg
|
9733cd59bb
|
removed reference to the removed curl_formparse
|
2004-06-09 08:18:17 +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
|
8bbf9b13af
|
Renaud Duhaut corrected the unescaping procedure
|
2004-06-01 08:33:15 +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
|
91025d1dd6
|
new man page
|
2004-05-12 08:10:25 +00:00 |
|
Daniel Stenberg
|
c8807438ce
|
updated to reflect reality!
|
2004-05-11 14:15:49 +00:00 |
|
Daniel Stenberg
|
bbafb2eb27
|
curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.
|
2004-05-11 11:30:23 +00:00 |
|
Daniel Stenberg
|
7332350e85
|
minor update edits
|
2004-05-05 06:11:57 +00:00 |
|
Daniel Stenberg
|
2960d37d71
|
removed curl_formparse() from the library
|
2004-05-04 08:24:13 +00:00 |
|
Daniel Stenberg
|
e3bc92ae53
|
fixed the pdf and html for the strerror functions
|
2004-05-03 14:40:22 +00:00 |
|
Daniel Stenberg
|
38cc79a54f
|
these functions are marked to get removed from the public API "soon"
|
2004-04-30 08:38:08 +00:00 |
|
Daniel Stenberg
|
58f1cc0b5f
|
added curl_*_strerror
|
2004-04-27 07:05:40 +00:00 |
|
Daniel Stenberg
|
923ce98e42
|
Kim Karlsson pointed out that error 57 was wrongly documented
|
2004-04-26 09:28:02 +00:00 |
|
Daniel Stenberg
|
5de447b0cb
|
clarified that select() timeouts should always remain rather short
|
2004-04-15 15:05:12 +00:00 |
|
Daniel Stenberg
|
220cd010bd
|
format fix
|
2004-04-14 12:13:21 +00:00 |
|
Daniel Stenberg
|
9c0a386246
|
minor format fix
|
2004-04-13 14:34:12 +00:00 |
|
Daniel Stenberg
|
bba3bb7556
|
eh, these can't be used for poll()! ;-)
|
2004-04-13 14:31:49 +00:00 |
|
Daniel Stenberg
|
c1422864b5
|
additional info
|
2004-04-13 14:27:47 +00:00 |
|
Daniel Stenberg
|
1ca9ce5ef4
|
removed the BUGS section since it offers nothing good
|
2004-04-13 09:08:52 +00:00 |
|