platform/upstream/curl.git
2003-06-12 Daniel Stenbergremove the dumpit file after use
2003-06-12 Daniel Stenbergcorrected a comment
2003-06-12 Daniel StenbergCURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now...
2003-06-12 Daniel StenbergNTLM test case
2003-06-12 Daniel Stenbergrequire the netrc_debug feature the same way we now...
2003-06-12 Daniel Stenbergnow test cases can be set to be dependent on the presen...
2003-06-12 Daniel Stenbergmake it build with older OpenSSL
2003-06-12 Daniel Stenbergattempt to make older OpenSSL versions work with the...
2003-06-12 Daniel StenbergBased on Dan Fandrich's patch and gzip unpack function...
2003-06-12 Daniel Stenbergstore HAVE_LIBZ as an automake conditional
2003-06-11 Daniel Stenbergfixing details for NTLM
2003-06-11 Daniel Stenbergmore how I envision it _should_ work, but it still...
2003-06-11 Daniel Stenbergto support "redirects" after the full body is transfered
2003-06-11 Daniel Stenbergmade a nicer output for the decode test, as it served...
2003-06-11 Daniel Stenbergwhen we get the auth headers, we still need to read...
2003-06-11 Daniel Stenbergcorrect mistakes
2003-06-11 Daniel Stenbergdescribe the NTLM mechanism too
2003-06-11 Daniel Stenbergbasic NTLM support
2003-06-11 Daniel Stenbergntlm added
2003-06-11 Daniel StenbergInitial take at NTLM authentication. It doesn't really...
2003-06-10 Daniel Stenbergclarify the CUSTOMREQUEST and HTTPHEADER options slightly
2003-06-10 Daniel StenbergCURLOPT_HTTPAUTH docu
2003-06-10 Daniel StenbergSet auth type differently, we use one CURLOPT_HTTPAUTH...
2003-06-10 Daniel StenbergDaniel Kouril for the HTTP negotiate stuff
2003-06-10 Daniel StenbergDaniel Kouril's patch that adds HTTP negotiation suppor...
2003-06-10 Daniel Stenbergwe fix more
2003-06-10 Daniel Stenbergmore generic
2003-06-10 Daniel StenbergPass the error stream pointer to the URL globber, so...
2003-06-06 Daniel StenbergWhen doing very big GET requests over HTTPS, we need...
2003-06-06 Daniel StenbergJust moved around some logic in Curl_write() to make...
2003-06-06 Daniel Stenbergspellfix
2003-06-05 Daniel StenbergReversed the logic to only include the <sys/select...
2003-06-03 Daniel StenbergLDAP problem added as mention in bug report #735752
2003-06-03 Daniel Stenberginclude the time headers just like we used to do in...
2003-06-03 Daniel Stenbergwe want the time defines too
2003-06-03 Daniel StenbergContent-Length: now overrides other means of knowing...
2003-06-02 Daniel StenbergMake the Content-Length info override the Connection...
2003-06-02 Daniel Stenbergthe 500-599 test case range
2003-06-02 Daniel Stenbergignore more
2003-06-02 Daniel Stenbergignore
2003-06-02 Daniel StenbergDavid Byron's fix to get the progress-bar use the local...
2003-06-02 Daniel Stenbergmakefile fiddle
2003-06-02 Daniel Stenbergwork-around SSL implementation flaws better, pointed...
2003-06-02 Daniel Stenbergmake a more descriptive error message when CURLE_HTTP_R...
2003-05-28 Daniel Stenberghaven't updates this in a loooong time
2003-05-28 Daniel StenbergPosting static data using POST and chunked encoded...
2003-05-27 Daniel Stenberginclude sys/time.h, we didn't have a time() proto anymo...
2003-05-27 Daniel StenbergDocumented which rules the public headers must follow...
2003-05-27 Daniel Stenbergoops, removed a # too many
2003-05-27 Daniel Stenbergremove usage of HAVE_* defines, we cannot and shall...
2003-05-27 Daniel Stenbergsys/select.h is not present on HPUX, avoid including it
2003-05-27 Daniel Stenbergmade it work ;-)
2003-05-27 Daniel Stenbergif cvs update fails, attempt again after 5 seconds...
2003-05-27 Daniel StenbergOnly build in lib and src by default, make the others...
2003-05-27 Daniel StenbergRudy Koento experienced problems with curl's recent...
2003-05-27 Daniel Stenbergruns on DOS now
2003-05-27 Daniel Stenberginclude file flaw and yet another socks5-fix
2003-05-27 Daniel StenbergAnother socks5-fix. Make sure that when we use a socks...
2003-05-27 Daniel StenbergCURLOPT_HTTPDIGEST is added
2003-05-26 Daniel Stenberglanguage
2003-05-26 Daniel Stenbergftp ASCII transfers in general need fixing
2003-05-26 Daniel StenbergChris Lewis mentioned that he doesn't get WIN32 defined...
2003-05-23 Daniel Stenbergeven more
2003-05-23 Daniel StenbergRicardo Cadime found a socket leak when listing directo...
2003-05-23 Daniel Stenbergmore ftp testing using NLST and no contents and bad...
2003-05-23 Daniel StenbergRudy Koento's problem fixed, test case 66 verifies...
2003-05-23 Daniel Stenbergtest 66 returns one line of data with no header (HTTP)
2003-05-23 Daniel Stenberg--digest added, --compressed rephrased
2003-05-23 Daniel Stenberginclude digest.h for proto
2003-05-23 Daniel StenbergDJGPP fix by Gisle Vanem
2003-05-22 Daniel Stenbergmore more more
2003-05-22 Daniel Stenbergwarning-free is better
2003-05-22 Daniel StenbergIntroducing --digest
2003-05-22 Daniel StenbergBetter Digest stuff
2003-05-22 Daniel StenbergAdded CURLOPT_HTTPDIGEST support
2003-05-22 Daniel StenbergDocument the <dataNUM> thing we use,
2003-05-22 Daniel StenbergDigest support added
2003-05-22 Daniel StenbergDigest testing added
2003-05-22 Daniel Stenbergproper header added
2003-05-22 Daniel Stenberghush the compiler
2003-05-22 Daniel StenbergInitial Digest support. At least partly working.
2003-05-21 Daniel StenbergDavid Balazic pointed out the lack of checks for a...
2003-05-21 Daniel Stenbergfix the makefile in packages/DOS too
2003-05-21 Daniel Stenberg Gisle Vanem made curl build with djgpp on DOS.
2003-05-21 Daniel StenbergGisle Vanem's fix to make the 'curl -M' output nicer
2003-05-20 Daniel Stenbergmissing semicolon, by Gisle Vanem
2003-05-20 Daniel StenbergGisle Vanem's code for not trusting h_aliases to always...
2003-05-20 Daniel StenbergRemind about the gpg command lines
2003-05-19 Daniel Stenbergsupport user name and password in proxy environment...
2003-05-19 Daniel Stenbergthe proxy environment variables now may contain user...
2003-05-19 Daniel Stenbergremove debug output
2003-05-19 Daniel Stenbergsetenv support added to allow test cases to require...
2003-05-19 Daniel Stenberg7.10.5 commit
2003-05-16 Daniel Stenbergknown AIX ipv6 problems
2003-05-15 Daniel StenbergSkip any preceeding dots from the domain name of cookie...
2003-05-15 Daniel Stenbergchange the order of the in_addr_t tests, so that 'unsig...
2003-05-15 Daniel Stenberg1. George Comninos' progress meter fix
2003-05-14 Daniel Stenbergdocumented CURLOPT_FTP_USE_EPRT
2003-05-14 Daniel StenbergGeorge Comninos provided a fix that calls the progress...
2003-05-13 Daniel StenbergSetup and use CURL_INADDR_NONE all over instead of...
next