aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-11more how I envision it _should_ work, but it still doesn't...Daniel Stenberg
2003-06-11to support "redirects" after the full body is transferedDaniel Stenberg
2003-06-11made a nicer output for the decode test, as it served as a nice tool for me ;-)Daniel Stenberg
2003-06-11when we get the auth headers, we still need to read out the full body responseDaniel Stenberg
2003-06-11correct mistakesDaniel Stenberg
2003-06-11describe the NTLM mechanism tooDaniel Stenberg
2003-06-11basic NTLM supportDaniel Stenberg
2003-06-11ntlm addedDaniel Stenberg
2003-06-11Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg
2003-06-10clarify the CUSTOMREQUEST and HTTPHEADER options slightlyDaniel Stenberg
2003-06-10CURLOPT_HTTPAUTH docuDaniel Stenberg
2003-06-10Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we planDaniel Stenberg
2003-06-10Daniel Kouril for the HTTP negotiate stuffDaniel Stenberg
2003-06-10Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg
2003-06-10we fix moreDaniel Stenberg
2003-06-10more genericDaniel Stenberg
2003-06-10Pass the error stream pointer to the URL globber, so that it can reportDaniel Stenberg
2003-06-06When doing very big GET requests over HTTPS, we need to add some extraDaniel Stenberg
2003-06-06Just moved around some logic in Curl_write() to make it easier to debug.Daniel Stenberg
2003-06-06spellfixDaniel Stenberg
2003-06-05Reversed the logic to only include the <sys/select.h> header on systemsDaniel Stenberg
2003-06-03LDAP problem added as mention in bug report #735752Daniel Stenberg
2003-06-03include the time headers just like we used to do in the curl/curl.h headerDaniel Stenberg
2003-06-03we want the time defines tooDaniel Stenberg
2003-06-03Content-Length: now overrides other means of knowing when the stream hasDaniel Stenberg
2003-06-02Make the Content-Length info override the Connection: close header, so thatDaniel Stenberg
2003-06-02the 500-599 test case rangeDaniel Stenberg
2003-06-02ignore moreDaniel Stenberg
2003-06-02ignoreDaniel Stenberg
2003-06-02David Byron's fix to get the progress-bar use the local size too whenDaniel Stenberg
2003-06-02makefile fiddleDaniel Stenberg
2003-06-02work-around SSL implementation flaws better, pointed out in bug reportDaniel Stenberg
2003-06-02make a more descriptive error message when CURLE_HTTP_RETURNED_ERROR isDaniel Stenberg
2003-05-28haven't updates this in a loooong timeDaniel Stenberg
2003-05-28Posting static data using POST and chunked encoded now also appends theDaniel Stenberg
2003-05-27include sys/time.h, we didn't have a time() proto anymore. Did one of theDaniel Stenberg
2003-05-27Documented which rules the public headers must follow when we writeDaniel Stenberg
2003-05-27oops, removed a # too manyDaniel Stenberg
2003-05-27remove usage of HAVE_* defines, we cannot and shall not depend on any suchDaniel Stenberg
2003-05-27sys/select.h is not present on HPUX, avoid including itDaniel Stenberg
2003-05-27made it work ;-)Daniel Stenberg
2003-05-27if cvs update fails, attempt again after 5 seconds and retry 50 timesDaniel Stenberg
2003-05-27Only build in lib and src by default, make the others dist-subdirs.Daniel Stenberg
2003-05-27Rudy Koento experienced problems with curl's recent habit of POSTing data inDaniel Stenberg
2003-05-27runs on DOS nowDaniel Stenberg
2003-05-27include file flaw and yet another socks5-fixDaniel Stenberg
2003-05-27Another socks5-fix. Make sure that when we use a socks-proxy, it is not theDaniel Stenberg
2003-05-27CURLOPT_HTTPDIGEST is addedDaniel Stenberg
2003-05-26languageDaniel Stenberg
2003-05-26ftp ASCII transfers in general need fixingDaniel Stenberg