96fecba1 | 11-Aug-2003 |
Daniel Stenberg |
bindlocal works for Windows! |
50257d4f | 11-Aug-2003 |
Daniel Stenberg |
Check CURL_VERSION_ASYNCHDNS for feature output |
3eb4ae03 | 11-Aug-2003 |
Daniel Stenberg |
Set the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined. |
6a4ec3be | 11-Aug-2003 |
Daniel Stenberg |
Added CURLINFO_HTTP_CONNECTCODE Added CURL_VERSION_ASYNCHDNS |
cc9ac6ad | 11-Aug-2003 |
Daniel Stenberg |
mention curl_version_info |
644990a8 | 11-Aug-2003 |
Daniel Stenberg |
mention the pre3 release |
d3b81ea3 | 11-Aug-2003 |
Daniel Stenberg |
Vincent Sanders's massive update of this example code. One could argue weather this is still an "example" or a whole new API layer! ;-) |
3660f675 | 11-Aug-2003 |
Daniel Stenberg |
edits |
203cc4a5 | 11-Aug-2003 |
Daniel Stenberg |
two more known bugs |
c7be232f | 11-Aug-2003 |
Daniel Stenberg |
added include "http.h" to prevent a warning |
2617b379 | 11-Aug-2003 |
Daniel Stenberg |
define USE_ARES nicer if enabled |
84ed5e75 | 11-Aug-2003 |
Daniel Stenberg |
use safefree instead |
2f176157 | 11-Aug-2003 |
Daniel Stenberg |
forgot the backslash |
acfa131c | 11-Aug-2003 |
Daniel Stenberg |
memory leak fixed when re-using connections with proxy user+passwd |
793d0e27 | 11-Aug-2003 |
Daniel Stenberg |
--proxy-ntlm added |
fdf0c443 | 11-Aug-2003 |
Daniel Stenberg |
81 + 82 test NTLM proxy stuff |
1b39b533 | 11-Aug-2003 |
Daniel Stenberg |
remodeled the help text to avoid those annoying puts() problems when a string reaches > 512 bytes... |
1679993e | 11-Aug-2003 |
Daniel Stenberg |
CURLOPT_PROXYAUTH explained |
4c831f8b | 11-Aug-2003 |
Daniel Stenberg |
CURLOPT_PROXYAUTH added by Serge Semashko |
7a19923a | 11-Aug-2003 |
Daniel Stenberg |
Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies work. |
3e122a76 | 11-Aug-2003 |
Daniel Stenberg |
Christian Beutenmueller corrected the CURLOPT_FILE referer, as we nowadays call it CURLOPT_WRITEDATA. |
d873ba8c | 11-Aug-2003 |
Daniel Stenberg |
added test80 |
8093338f | 11-Aug-2003 |
Daniel Stenberg |
tunnel through proxy, with both proxy and regular authentication |
07660eea | 11-Aug-2003 |
Daniel Stenberg |
-Z and -@ no longer work, they are now officially available for other options, more frequently used, in a future release |
a2b2d4cd | 11-Aug-2003 |
Daniel Stenberg |
added test 79, a basic test that fetches an FTP URL over a HTTP proxy |