Age | Commit message (Expand) | Author |
2003-06-12 | remove the dumpit file after use | Daniel Stenberg |
2003-06-12 | corrected a comment | Daniel Stenberg |
2003-06-12 | CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's | Daniel Stenberg |
2003-06-12 | NTLM test case | Daniel Stenberg |
2003-06-12 | require the netrc_debug feature the same way we now can require SSL | Daniel Stenberg |
2003-06-12 | now test cases can be set to be dependent on the presence of "SSL" in the | Daniel Stenberg |
2003-06-12 | make it build with older OpenSSL | Daniel Stenberg |
2003-06-12 | attempt to make older OpenSSL versions work with the DES stuff | Daniel Stenberg |
2003-06-12 | Based on Dan Fandrich's patch and gzip unpack function, we now compress | Daniel Stenberg |
2003-06-12 | store HAVE_LIBZ as an automake conditional | Daniel Stenberg |
2003-06-11 | fixing details for NTLM | Daniel Stenberg |
2003-06-11 | more how I envision it _should_ work, but it still doesn't... | Daniel Stenberg |
2003-06-11 | to support "redirects" after the full body is transfered | Daniel Stenberg |
2003-06-11 | made a nicer output for the decode test, as it served as a nice tool for me ;-) | Daniel Stenberg |
2003-06-11 | when we get the auth headers, we still need to read out the full body response | Daniel Stenberg |
2003-06-11 | correct mistakes | Daniel Stenberg |
2003-06-11 | describe the NTLM mechanism too | Daniel Stenberg |
2003-06-11 | basic NTLM support | Daniel Stenberg |
2003-06-11 | ntlm added | Daniel Stenberg |
2003-06-11 | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg |
2003-06-10 | clarify the CUSTOMREQUEST and HTTPHEADER options slightly | Daniel Stenberg |
2003-06-10 | CURLOPT_HTTPAUTH docu | Daniel Stenberg |
2003-06-10 | Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan | Daniel Stenberg |
2003-06-10 | Daniel Kouril for the HTTP negotiate stuff | Daniel Stenberg |
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg |
2003-06-10 | we fix more | Daniel Stenberg |
2003-06-10 | more generic | Daniel Stenberg |
2003-06-10 | Pass the error stream pointer to the URL globber, so that it can report | Daniel Stenberg |
2003-06-06 | When doing very big GET requests over HTTPS, we need to add some extra | Daniel Stenberg |
2003-06-06 | Just moved around some logic in Curl_write() to make it easier to debug. | Daniel Stenberg |
2003-06-06 | spellfix | Daniel Stenberg |
2003-06-05 | Reversed the logic to only include the <sys/select.h> header on systems | Daniel Stenberg |
2003-06-03 | LDAP problem added as mention in bug report #735752 | Daniel Stenberg |
2003-06-03 | include the time headers just like we used to do in the curl/curl.h header | Daniel Stenberg |
2003-06-03 | we want the time defines too | Daniel Stenberg |
2003-06-03 | Content-Length: now overrides other means of knowing when the stream has | Daniel Stenberg |
2003-06-02 | Make the Content-Length info override the Connection: close header, so that | Daniel Stenberg |
2003-06-02 | the 500-599 test case range | Daniel Stenberg |
2003-06-02 | ignore more | Daniel Stenberg |
2003-06-02 | ignore | Daniel Stenberg |
2003-06-02 | David Byron's fix to get the progress-bar use the local size too when | Daniel Stenberg |
2003-06-02 | makefile fiddle | Daniel Stenberg |
2003-06-02 | work-around SSL implementation flaws better, pointed out in bug report | Daniel Stenberg |
2003-06-02 | make a more descriptive error message when CURLE_HTTP_RETURNED_ERROR is | Daniel Stenberg |
2003-05-28 | haven't updates this in a loooong time | Daniel Stenberg |
2003-05-28 | Posting static data using POST and chunked encoded now also appends the | Daniel Stenberg |
2003-05-27 | include sys/time.h, we didn't have a time() proto anymore. Did one of the | Daniel Stenberg |
2003-05-27 | Documented which rules the public headers must follow when we write | Daniel Stenberg |
2003-05-27 | oops, removed a # too many | Daniel Stenberg |
2003-05-27 | remove usage of HAVE_* defines, we cannot and shall not depend on any such | Daniel Stenberg |