ad1bf0f3 | 12-Jun-2003 |
Daniel Stenberg |
attempt to make older OpenSSL versions work with the DES stuff |
9c7703ac | 12-Jun-2003 |
Daniel Stenberg |
Based on Dan Fandrich's patch and gzip unpack function, we now compress the 'hugehelp' text if libz and gzip are available at build time. |
4a8155b5 | 12-Jun-2003 |
Daniel Stenberg |
store HAVE_LIBZ as an automake conditional |
80d6d5c5 | 11-Jun-2003 |
Daniel Stenberg |
fixing details for NTLM |
c624be83 | 11-Jun-2003 |
Daniel Stenberg |
more how I envision it _should_ work, but it still doesn't... |
09df1cd4 | 11-Jun-2003 |
Daniel Stenberg |
to support "redirects" after the full body is transfered |
52c5b572 | 11-Jun-2003 |
Daniel Stenberg |
made a nicer output for the decode test, as it served as a nice tool for me ;-) |
5ea04a85 | 11-Jun-2003 |
Daniel Stenberg |
when we get the auth headers, we still need to read out the full body response as otherwise we can re-send requests on the same connection nicely |
a2eef051 | 11-Jun-2003 |
Daniel Stenberg |
correct mistakes |
55f75af3 | 11-Jun-2003 |
Daniel Stenberg |
describe the NTLM mechanism too |
fb6a51b8 | 11-Jun-2003 |
Daniel Stenberg |
basic NTLM support |
252cc221 | 11-Jun-2003 |
Daniel Stenberg |
ntlm added |
73c5f24f | 11-Jun-2003 |
Daniel Stenberg |
Initial take at NTLM authentication. It doesn't really work at this point but the infrastructure is there. |
4c80e103 | 10-Jun-2003 |
Daniel Stenberg |
clarify the CUSTOMREQUEST and HTTPHEADER options slightly |
39ea5573 | 10-Jun-2003 |
Daniel Stenberg |
CURLOPT_HTTPAUTH docu |
d0cc92a0 | 10-Jun-2003 |
Daniel Stenberg |
Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan to add more method in the future. |
d7980c1a | 10-Jun-2003 |
Daniel Stenberg |
Daniel Kouril for the HTTP negotiate stuff |
e56ae142 | 10-Jun-2003 |
Daniel Stenberg |
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was added. |
696843c0 | 10-Jun-2003 |
Daniel Stenberg |
we fix more |
6ff5621d | 10-Jun-2003 |
Daniel Stenberg |
more generic |
e7fb72a7 | 10-Jun-2003 |
Daniel Stenberg |
Pass the error stream pointer to the URL globber, so that it can report errors correctly to the user, if need be. Also fixed so that a missing ] in the globbing process no longer leads
Pass the error stream pointer to the URL globber, so that it can report errors correctly to the user, if need be. Also fixed so that a missing ] in the globbing process no longer leads to core dump.
show more ...
|
8d30d34e | 06-Jun-2003 |
Daniel Stenberg |
When doing very big GET requests over HTTPS, we need to add some extra funky logic in order to make re-tries work fine with OpenSSL. This corrects the problem David Orrell noticed. |
bc7fe85f | 06-Jun-2003 |
Daniel Stenberg |
Just moved around some logic in Curl_write() to make it easier to debug. |
89352d92 | 06-Jun-2003 |
Daniel Stenberg |
spellfix |
c32390d8 | 05-Jun-2003 |
Daniel Stenberg |
Reversed the logic to only include the <sys/select.h> header on systems known to really NEED it as another system that doesn't have it came up: very old Linux libc5-based systems (as addition
Reversed the logic to only include the <sys/select.h> header on systems known to really NEED it as another system that doesn't have it came up: very old Linux libc5-based systems (as addition to all HPUX versions). The only known system at this point is AIX.
show more ...
|