da91d6ac | 29-Apr-2004 |
Daniel Stenberg |
remove newline from matching pattern |
7548115a | 29-Apr-2004 |
Daniel Stenberg |
ignore cnonce lines too as they are based on the current time and will differ from time to time! |
8ca37dd1 | 29-Apr-2004 |
Daniel Stenberg |
encode the correct name |
31e9e4bb | 29-Apr-2004 |
Daniel Stenberg |
curl_easy_duphandle() works again with ares enabled |
84a322ab | 29-Apr-2004 |
Daniel Stenberg |
test 512 does some basic curl_easy_duphandle() testing |
707f217b | 29-Apr-2004 |
Daniel Stenberg |
new test case for a simple curl_easy_duphandle() test |
e6b45a66 | 29-Apr-2004 |
Daniel Stenberg |
updated to work with the new Digest code |
b34c40dc | 29-Apr-2004 |
Daniel Stenberg |
Luca Altea's major HTTP Digest update |
699ebe2f | 29-Apr-2004 |
Daniel Stenberg |
Gisle made the code use ERR_error_string_n() |
e1c6f216 | 28-Apr-2004 |
Daniel Stenberg |
the new way of accessing the host name |
630b73bf | 27-Apr-2004 |
Daniel Stenberg |
Added LICENSE-MIXING to the release archive |
877f16e5 | 27-Apr-2004 |
Daniel Stenberg |
IDN: Gisle Vanem made the win32 version handle a missing CHARSET environment and then figure it out with a suitable windows call. |
fbe1fa9d | 27-Apr-2004 |
Daniel Stenberg |
outputed elsewhere already |
5b65cc55 | 27-Apr-2004 |
Daniel Stenberg |
idn stuff in code and configure script |
97769737 | 27-Apr-2004 |
Daniel Stenberg |
we released yesterday, we have heaps of new stuff today! :-) |
5b0a5c40 | 27-Apr-2004 |
Daniel Stenberg |
provide our own inet_ntoa_r() proto if the system has none on its own |
4b9f8e76 | 27-Apr-2004 |
Daniel Stenberg |
Made host name and proxy name get stored in a 'struct hostname' and set all things up to work with encoded host names internally, as well as keeping 'display names' to show in debug messages.
Made host name and proxy name get stored in a 'struct hostname' and set all things up to work with encoded host names internally, as well as keeping 'display names' to show in debug messages. IDN resolves work for me now using ipv6, ipv4 and ares resolving. Even cookies on IDN sites seem to do right.
show more ...
|
96002646 | 27-Apr-2004 |
Daniel Stenberg |
without-libidn works too now |
5ef6904e | 27-Apr-2004 |
Daniel Stenberg |
hugehelp.c fix, without-ssl fix |
2f53da5e | 27-Apr-2004 |
Daniel Stenberg |
make the loop use a fixed number of attempts to prevent eternal loops |
58f1cc0b | 27-Apr-2004 |
Daniel Stenberg |
added curl_*_strerror |
98c70b73 | 27-Apr-2004 |
Daniel Stenberg |
added doctype tag to get HTML compliant |
6bd02a3a | 26-Apr-2004 |
Daniel Stenberg |
We now make sure to only scan for SSL options with pkg-config if we haven't disabled SSL with --without-ssl. This previously made the Makefiles use the SSL libs even though told not to. |
372e7a6c | 26-Apr-2004 |
Daniel Stenberg |
Include "setup.h" and not "config.h" since setup.h is made to include the correct config.h for the platform, and when this is done the USE_MANUAL define is properly known. |
211004bb | 26-Apr-2004 |
Daniel Stenberg |
my nroff 1.18.1 complained the URL as it contains a nroff combo somehow and when I modified it slightly the warning dissappeared... |