- Jan 03, 2006
-
-
Daniel Stenberg authored
-
- Jan 02, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
cleanups of this man page. The lengthy description has now also been removed from curl/multi.h since it immediately got tedious to maintain the info on two places when I did major updates...
-
- Dec 23, 2005
-
-
Daniel Stenberg authored
curl_easy_init() if you don't call curl_global_init() explicitly in your app
-
- Dec 22, 2005
-
-
Daniel Stenberg authored
now to enable them to get added as web pages easier, they are not ready for anything "real" just yet.
-
Daniel Stenberg authored
run that might be needed only for building libcurl.
-
- Dec 15, 2005
-
-
Daniel Stenberg authored
-
- Dec 14, 2005
-
-
Daniel Stenberg authored
-
- Dec 12, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 10, 2005
-
-
Daniel Stenberg authored
fix CONNECT to a proxy that disconnects during the auth phase
-
Daniel Stenberg authored
-
- Dec 06, 2005
-
-
Daniel Stenberg authored
-
- Dec 05, 2005
-
-
Dan Fandrich authored
issues in the code.
-
- Nov 30, 2005
-
-
Daniel Stenberg authored
-
- Nov 24, 2005
-
-
Daniel Stenberg authored
-
- Nov 17, 2005
-
-
Daniel Stenberg authored
string in the given error buffer to address the flaw mention on 21 sep 2005.
-
Daniel Stenberg authored
-
- Nov 14, 2005
-
-
Daniel Stenberg authored
-
- Nov 11, 2005
-
-
Daniel Stenberg authored
-
- Nov 10, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
step counter by adding :[num] within the brackets when specifying a range.
-
- Nov 09, 2005
-
-
Daniel Stenberg authored
range increasing the number with 10 for every step. Requested by Jose: http://curl.haxx.se/feedback/display.cgi?id=11315662266802
-
- Nov 07, 2005
-
-
Daniel Stenberg authored
Curl_ossl_connect(), the Curl_gtls_connect() function does not send the user certificate to the peer. In fact, it ignores the conn->data->set.cert field completely, it always uses the anonymous credentials. See http://curl.haxx.se/bug/view.cgi?id=1348930
-
Daniel Stenberg authored
-
- Nov 02, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
1.9 Where do I buy commercial support for curl? 1.10 How many are using curl? 6.7 What are my obligations when using libcurl in my commerical apps? Edited a few other paragraphs slightly.
-
- Oct 29, 2005
-
-
Daniel Stenberg authored
document
-
- Oct 28, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 27, 2005
-
-
Daniel Stenberg authored
(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.
-
Daniel Stenberg authored
differences between OpenSSL and GnuTLS (that is probably a suitable subject for a separate document...)
-
Daniel Stenberg authored
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.
-
- Oct 18, 2005
-
-
Dan Fandrich authored
-
- Oct 13, 2005
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
do not get NTLM support enabled.
-
- Oct 10, 2005
-
-
Daniel Stenberg authored
-