9d98f97e | 20-Oct-2005 |
Daniel Stenberg |
shorted and unified language in the --help output |
5eb5ce6f | 20-Oct-2005 |
Daniel Stenberg |
2 gone, 2 added, 1 moved, 1 changed name |
be9c873a | 20-Oct-2005 |
Daniel Stenberg |
Dave Dribin made libcurl understand and handle cases when the server (wrongly) sends *two* WWW-Authenticate headers for Digest. While this should never happen in a sane world, libcurl previou
Dave Dribin made libcurl understand and handle cases when the server (wrongly) sends *two* WWW-Authenticate headers for Digest. While this should never happen in a sane world, libcurl previously got into an infinite loop when this occurred. Dave added test 273 to verify this.
show more ...
|
034d80f6 | 20-Oct-2005 |
Daniel Stenberg |
2 mirrors, 1 binding release |
021e786c | 20-Oct-2005 |
Daniel Stenberg |
Added a dump_addrinfo() function to ease debugging of resolved names. Define DEBUG_ADDRINFO to enable. |
0c6bb8cb | 20-Oct-2005 |
Daniel Stenberg |
Temprimus improved the MSVC makefile: "makes a build option available so if you set rtlibcfg=static for the make, then it would build with /MT. The default behaviour is /MD (the original)."
Temprimus improved the MSVC makefile: "makes a build option available so if you set rtlibcfg=static for the make, then it would build with /MT. The default behaviour is /MD (the original)." http://curl.haxx.se/bug/view.cgi?id=1326665
show more ...
|
4d7f08a9 | 18-Oct-2005 |
Dan Fandrich |
Removed mention of TFTP now that it's implemented. |
fdef5846 | 18-Oct-2005 |
Daniel Stenberg |
Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line. |
f335bac8 | 14-Oct-2005 |
Daniel Stenberg |
Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin reported, the define is used by the configure script and is assumed to use the 0xYYXXZZ format. This made "curl-config -
Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin reported, the define is used by the configure script and is assumed to use the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0 release version.
show more ...
|
51369753 | 14-Oct-2005 |
Daniel Stenberg |
Reported by 'TemPRImus' in bug 1326665: use the "Multi-Threaded" options even when building the static library. http://curl.haxx.se/bug/view.cgi?id=1326665 |
82a4c2bc | 13-Oct-2005 |
Daniel Stenberg |
Slight editing of wording in the CURLOPT_SSL_VERIFYHOST section. |
e73c6e03 | 13-Oct-2005 |
Daniel Stenberg |
start working on 7.15.1 |
19bad084 | 13-Oct-2005 |
Daniel Stenberg |
added names from the 7.15.0 release |
96cec4df | 13-Oct-2005 |
Daniel Stenberg |
7.15.0 time |
943aea62 | 13-Oct-2005 |
Daniel Stenberg |
Make sure that the user and domain strings fit in the target buffer before we copy them there. |
b433e4a1 | 13-Oct-2005 |
Daniel Stenberg |
NTLM requires windows or OpenSSL. If you build with GnuTLS for example you do not get NTLM support enabled. |
20f1966c | 11-Oct-2005 |
Daniel Stenberg |
7.15.0 in november? |
ab1f5c3e | 10-Oct-2005 |
Daniel Stenberg |
make it compile warning-free and free() the memory before exit |
b2be6799 | 10-Oct-2005 |
Daniel Stenberg |
pass a NULL pointer in the service argument (the second) if the port number was 0 as it seems at least some AIX versions don't like a "0" string there |
ea2618fc | 06-Oct-2005 |
Gisle Vanem |
Added tftp.obj. |
62fdf8ea | 06-Oct-2005 |
Daniel Stenberg |
we all the next version 7.15.0 due to the new TFTP support |
d3569a35 | 06-Oct-2005 |
Daniel Stenberg |
remove getinfo-times from the dist archive since the info is now in the curl_easy_getinfo man page |
89df76e4 | 06-Oct-2005 |
Daniel Stenberg |
end the .nf section, mark the option names properly so that they end up as links in the html version |
e5b2f33b | 06-Oct-2005 |
Daniel Stenberg |
Added the info from getinfo-times as it really belongs in this man page. |
934d312f | 05-Oct-2005 |
Daniel Stenberg |
mention the recent fixes |