Daniel Stenberg
67a83c1b34
David Shaw finally removed all traces of Gopher and we are now officially
...
not supporting it. It hasn't been functioning for years anyway, so this is
just finally stating what already was true. And a cleanup at the same time.
18 years ago
Daniel Stenberg
1e8d094274
improved the description of the -L/--location option
18 years ago
Daniel Stenberg
4c35a40858
Bryan Henderson turned the 'initialized' variable for curl_global_init()
...
into a counter, and thus you can now do multiple curl_global_init() and you
are then supposed to do the same amount of calls to curl_global_cleanup().
Bryan also updated the docs accordingly.
18 years ago
Daniel Stenberg
0e79a8944b
adjusted to the new concept of the callback
18 years ago
Daniel Stenberg
bda1e9aeab
Made the copyright year match the latest modification's year.
18 years ago
Daniel Stenberg
e1e753179a
use the proper dash
18 years ago
Daniel Stenberg
99c0a1a7d0
removed easy handle argument from proto
18 years ago
Daniel Stenberg
5acf997e69
upcoming new error code
18 years ago
Daniel Stenberg
c1a06d858d
CURLOPT_PROGRESSFUNCTION is really not a good idea when using the multi
...
interface
18 years ago
Daniel Stenberg
53b5fdbe9e
fixed the prototype
18 years ago
Daniel Stenberg
089e4848d8
minor edits
18 years ago
Daniel Stenberg
58d2e7c6d1
Initial description of the upcoming curl_multi_timeout() function
18 years ago
Daniel Stenberg
fa18d6fb76
I removed the timeout argument from the socket callback and did some other
...
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...
18 years ago
Daniel Stenberg
598965a606
clarified that curl_global_init() isn't thread-safe and that it might affect
...
curl_easy_init() if you don't call curl_global_init() explicitly in your app
18 years ago
Daniel Stenberg
a718cb05ff
The inital early embryos to describe the curl_multi_socket() API. Committed
...
now to enable them to get added as web pages easier, they are not ready
for anything "real" just yet.
18 years ago
Daniel Stenberg
c7a634641f
#31 curl-config --libs" will include details set in LDFLAGS when configure is
...
run that might be needed only for building libcurl.
18 years ago
Daniel Stenberg
8f25a95b47
minor edit
18 years ago
Daniel Stenberg
9533092511
Rene Bernhardt's corrections
18 years ago
Daniel Stenberg
ab31cfa664
another SOCKS-related problem added
18 years ago
Daniel Stenberg
af1c397969
added #29 and #30
18 years ago
Daniel Stenberg
b4113360f6
use c-ares' IPv6 abilities
...
fix CONNECT to a proxy that disconnects during the auth phase
18 years ago
Daniel Stenberg
2d71e22f08
fix CURLOPT_FAILONERROR error, pointed out by Shailesh N. Humbad
18 years ago
Daniel Stenberg
c88d61b044
fresh contributors in the 7.15.1 release
18 years ago
Dan Fandrich
8c6f654b26
Added a run-time check to warn if TFTP is going to fail due to portability
...
issues in the code.
18 years ago
Daniel Stenberg
3e2a52b034
#27 is fixed
18 years ago
Daniel Stenberg
b41765f441
mention the colon-only thing for -u and SSPI+NTLM
18 years ago
Daniel Stenberg
4022a60ea7
I extended a patch from David Shaw to make libcurl _always_ provide an error
...
string in the given error buffer to address the flaw mention on 21 sep 2005.
18 years ago
Daniel Stenberg
39e366fc11
TFTP
18 years ago
Daniel Stenberg
bac17ab7d8
extended the description for exit code 9
18 years ago
Daniel Stenberg
89024febde
mention how to set domain when using NTLM
18 years ago
Daniel Stenberg
d68b1a1e8c
just implemented
18 years ago
Daniel Stenberg
bd8baed138
Introducing range stepping to the curl globbing support. Now you can specify
...
step counter by adding :[num] within the brackets when specifying a range.
18 years ago
Daniel Stenberg
0f82af0f49
* Add step parameter to the globbing. Like [0-1000;10] that would walk the
...
range increasing the number with 10 for every step. Requested by Jose:
http://curl.haxx.se/feedback/display.cgi?id=11315662266802
18 years ago
Daniel Stenberg
e00216581e
27. "libcurl built with GNUTLS ignores the SSLCERT option" - Unlike
...
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
18 years ago
Daniel Stenberg
23951ec00c
mention the need for a "fake" -u when --negotiate is used
18 years ago
Daniel Stenberg
f5e85bab1c
oops
18 years ago
Daniel Stenberg
9a44fa83dc
Added:
...
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.
18 years ago
Daniel Stenberg
b259c9c535
re-arranged the win32 section and added a pointer to the INSTALL.devcpp
...
document
18 years ago
Daniel Stenberg
80f481a5f7
Tom Kyer's DevCpp-Mingw Install & Compilation guide
18 years ago
Daniel Stenberg
115fe1b577
mention brokenness
18 years ago
Daniel Stenberg
06d6ea651e
elaborated somewhat in the license chapter
18 years ago
Daniel Stenberg
966fa848a0
Nis Jorgensen filed bug report #1338648
...
(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.
18 years ago
Daniel Stenberg
d49edc8e09
updates to reflect current status in Debian land, and added some known
...
differences between OpenSSL and GnuTLS (that is probably a suitable subject
for a separate document...)
18 years ago
Daniel Stenberg
9d152a77fd
Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
...
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.
18 years ago
Dan Fandrich
4d7f08a99e
Removed mention of TFTP now that it's implemented.
18 years ago
Daniel Stenberg
82a4c2bce3
Slight editing of wording in the CURLOPT_SSL_VERIFYHOST section.
18 years ago
Daniel Stenberg
19bad0844f
added names from the 7.15.0 release
18 years ago
Daniel Stenberg
b433e4a1e7
NTLM requires windows or OpenSSL. If you build with GnuTLS for example you
...
do not get NTLM support enabled.
18 years ago
Daniel Stenberg
ab1f5c3edd
make it compile warning-free and free() the memory before exit
18 years ago
Daniel Stenberg
d3569a3572
remove getinfo-times from the dist archive since the info is now in the
...
curl_easy_getinfo man page
18 years ago