platform/upstream/curl.git
2003-06-26 Daniel Stenbergmention the other formats the docs come in
2003-06-26 Daniel Stenbergadjusted to recent changes
2003-06-26 Daniel Stenbergwe do support NTLM now...
2003-06-26 Daniel StenbergCURLDEBUG is the symbol to use, no longer MALLOCDEBUG
2003-06-26 Daniel Stenbergadjusted the compressed generation to be more helpful...
2003-06-26 Daniel Stenbergsupport for the new auth stuff
2003-06-26 Daniel Stenbergnew httpauth support, changed filetime variable kind
2003-06-26 Daniel Stenbergadded CURLOPT_HTTPAUTH support
2003-06-26 Daniel StenbergAdjusted to work properly with the new authentication...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG
2003-06-26 Daniel Stenberguse CURLDEBUG
2003-06-26 Daniel Stenbergadjusted to use the same API as the OpenSSL version...
2003-06-26 Daniel Stenbergadded ntlm flag bits
2003-06-26 Daniel StenbergMany fixes, most of them based on comments by Eric...
2003-06-26 Daniel Stenbergnew proto for Curl_input_negotiate
2003-06-26 Daniel Stenbergkill warnings
2003-06-26 Daniel Stenbergmajor adjustments to the new authentication support
2003-06-26 Daniel Stenberginclude GSS in the debug string if available, support...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG
2003-06-26 Daniel Stenbergone typecast less for the localtime(), use CURLDEBUG...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG
2003-06-26 Daniel StenbergCURLDEBUG instead of MALLOCDEBUG
2003-06-26 Daniel StenbergWe noe use CURLDEBUG instead of MALLOCDEBUG
2003-06-26 Daniel Stenbergmoved from former CVS
2003-06-26 Daniel StenbergAdded time_t
2003-06-25 Daniel Stenbergup to date with the actual situation
2003-06-13 Daniel StenbergCris Bailiff's patch that should make us do NTLM correc...
2003-06-13 Daniel Stenbergstdout is good enough
2003-06-13 Daniel Stenbergwork more on pids, less on pidfiles to be able to do...
2003-06-13 Daniel Stenbergfixed NTLM test 67, added test 68 for bad NTLM name...
2003-06-13 Daniel StenbergCris Bailiff's bugfix
2003-06-13 Daniel Stenberguse more curlish strings, these should be able to change...
2003-06-13 Daniel StenbergMarty Kuhrt's #include fixes for VMS
2003-06-12 Daniel Stenbergget and use only the first line of the curl --version...
2003-06-12 Daniel Stenbergmodified
2003-06-12 Daniel StenbergMake the HTTP auth stuff work, Dan Fandrich made -...
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
next