164184b4 | 16-Aug-2004 |
Gunter Knauf |
cosmetic fix. |
8b6e87ab | 16-Aug-2004 |
Daniel Stenberg |
summary edit: mention that some options take a curl_off_t |
45197b18 | 16-Aug-2004 |
Daniel Stenberg |
Roland Krikava's cookies over proxy fix. |
559553b1 | 14-Aug-2004 |
Gunter Knauf |
fixed linkage dll targets. (submitted by Casey O'Donnell) |
84ec4068 | 13-Aug-2004 |
Daniel Stenberg |
added two good ideas |
aea87be1 | 13-Aug-2004 |
Daniel Stenberg |
mention Harshal Pradhan's windows fix |
9f14744d | 13-Aug-2004 |
Daniel Stenberg |
Harshal Pradhan made minor syntax change to make this build with MSVC 7.1 |
1dc8c1db | 13-Aug-2004 |
Daniel Stenberg |
removed the ispell-added local word, compressed the final links into a short section |
e9812c53 | 13-Aug-2004 |
Daniel Stenberg |
strip trailing whitespace |
ed985659 | 13-Aug-2004 |
Daniel Stenberg |
spell |
1d323361 | 12-Aug-2004 |
Daniel Stenberg |
Added "5.9 How does libcurl resolve host names?" since I wrote the text in a mail anyway the other day. |
8362a34c | 12-Aug-2004 |
Daniel Stenberg |
updated with recent changes |
edd16d97 | 12-Aug-2004 |
Daniel Stenberg |
hm |
43563563 | 12-Aug-2004 |
Daniel Stenberg |
3.16 What certificates do I need with I use SSL? my first attempt at a basic description of the certs involvede |
cb881352 | 12-Aug-2004 |
Daniel Stenberg |
removed trailing whitespace, indented to curl-style levels |
498a0fe7 | 12-Aug-2004 |
Daniel Stenberg |
Removed the _XOPEN_SOURCE defining again since it caused major havoc in IRIX land with many warnings and even compiler errors due to missing structs etc |
0ca1b6af | 11-Aug-2004 |
Daniel Stenberg |
--disable-[protocol] doesn't disable tests of the specific protocol |
d3c9f3d6 | 11-Aug-2004 |
Daniel Stenberg |
clarify that CURLE_FTP_USER_PASSWORD_INCORRECT might in fact get returned even if user and password are correct |
df59ca1a | 11-Aug-2004 |
Daniel Stenberg |
include the server response in the error message when an FTP server gives back a 530 after the password is provided, as it isn't necessary because of a bad user name or password. |
9d844424 | 11-Aug-2004 |
Daniel Stenberg |
define the _XOPEN_SOURCE define in the config.h file instead, and also added a decent quote about the define, taken from http://www.opengroup.org/onlinepubs/007908799/xsh/compilation.html |
5ab9d72e | 11-Aug-2004 |
Daniel Stenberg |
fixed the default result for xopen and mimpure to work better |
6060e7ed | 11-Aug-2004 |
Daniel Stenberg |
experimental code to detect mips-sgi-irix systems that build without gcc and if so, define _XOPEN_SOURCE to 500 in an attempt to build with less warnings (on the 64bit versions) |
7ca7f7a7 | 11-Aug-2004 |
Daniel Stenberg |
added several recent bindings |
355b3d30 | 10-Aug-2004 |
Daniel Stenberg |
updated the CURLOPT_POST description after input from Alan Pinstein |
d5bdf5f8 | 10-Aug-2004 |
Daniel Stenberg |
Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (this remains undocumented as this is not the way we recommend) |