platform/upstream/curl.git
2003-08-05 Daniel Stenbergares awareness/usage/support added. If configure -...
2003-08-05 Daniel StenbergAdd --enable-ares support, which will make us build...
2003-08-05 Daniel Stenbergclean up the dir tree hierarchy in *_done() to make...
2003-08-05 Daniel Stenbergadded test 146 for a ftp persitency test, as reported...
2003-08-05 Daniel Stenbergpersistant connection test
2003-08-05 Daniel Stenbergauth problems
2003-08-04 Daniel Stenbergcleaned up after David Byron's comment on the libcurl...
2003-08-04 Daniel Stenberg Jan Sundin reported a case where curl ignored a cooki...
2003-08-04 Daniel Stenbergadded test 73
2003-08-04 Daniel StenbergVerifies Jan Sundin's cookie bug, dated aug 4 2003.
2003-08-04 Daniel StenbergDirk Manske's patch that introduces cookie support...
2003-08-03 Daniel Stenberg Mark Fletcher provided an excellent bug report that...
2003-08-03 Daniel Stenbergserios info leakage!
2003-08-02 Daniel StenbergWhen proxy authentication is used in a CONNECT request...
2003-08-02 Daniel Stenbergupdated as the second proxy-auth header was a proof...
2003-08-01 Daniel StenbergJoerg Mueller-Tolk fixed a minor mistake
2003-08-01 Daniel Stenbergrecent action
2003-08-01 Daniel StenbergDavid Byron's makefile fix to allow 7.10.6 to build...
2003-07-30 Daniel Stenbergadd a check for 'ar' since the lack of it bit Jared...
2003-07-30 Daniel Stenbergremoved silly target that only works when building...
2003-07-30 Daniel StenbergJörg Müller-Tolk updated this to build fine with 7...
2003-07-30 Daniel Stenbergftp proxy support would be nice
2003-07-30 Daniel Stenbergupdated to match the recent ftp patch that makes it...
2003-07-30 Daniel StenbergDaniel Noguerol made the ftp code output "Accept-Ranges...
2003-07-30 Daniel StenbergMake sure to generate an uncompressed hugehelp.c file...
2003-07-30 Daniel StenbergReverted the 'filetime' struct field back to a 'long...
2003-07-29 Daniel StenbergCURLDEBUG not MALLOCDEBUG
2003-07-28 Daniel StenbergFixes based on Gisle Vanem's input since this script...
2003-07-28 Daniel StenbergDigest *OR* Basic authorization test
2003-07-28 Daniel Stenberg7.10.6
2003-07-28 Daniel Stenbergclear http->send_buffer when we have freed the memory...
2003-07-28 Daniel Stenbergupdated to the new ftp dir parsing code that allows...
2003-07-28 Daniel StenbergAs noticed by Kevin Roth, we shall not speak of root...
2003-07-28 Daniel StenbergFrançois Pons brought a patch that once again made...
2003-07-28 Daniel Stenberguse the correct 'test71' file name for the temp file
2003-07-28 Daniel Stenberggot a bug report on -F in config files, so I wrote...
2003-07-25 Daniel Stenberghaving it in CVS causes us problems *grrr*
2003-07-25 Daniel StenbergAndrés García updated with the added files etc
2003-07-25 Daniel StenbergWith an unknown CA path, we undef the variable. To...
2003-07-25 Daniel Stenbergonly check for CA bundle path if build with SSL support
2003-07-25 Daniel StenbergRemoved #include <sys/resource.h>, as pointed out by...
2003-07-23 Daniel Stenbergthe test compared numericly if though it could contain...
2003-07-23 Daniel StenbergWhen we re-use an existing connection we must make...
2003-07-23 Daniel Stenbergminor code style fix
2003-07-23 Daniel StenbergSplit out the changes from the year 2002 into a separat...
2003-07-23 Daniel StenbergSSLCERTS was moved into the docs/ directory
2003-07-23 Daniel Stenbergmoved SSLCERTS into the docs/ directory
2003-07-23 Daniel StenbergDaniel Kouril's fix to make the GSS-Negotiate work...
2003-07-23 Daniel StenbergJuan F. Codagnone's fixes to build properly on Windows...
2003-07-23 Daniel StenbergPlain default version of this file, to allow users...
2003-07-22 Daniel Stenbergreversed the check for GSSAPI when request that auth
2003-07-22 Daniel StenbergCURLDEBUG, not MALLOCDEBUG
2003-07-22 Daniel StenbergMore support for NTLM on proxies, now proxy state and...
2003-07-22 Daniel StenbergThe NTLM functions now take a 'proxy' argument as well.
2003-07-22 Daniel StenbergAdded a separate struct for the proxyntlm data, as...
2003-07-22 Daniel StenbergCURLDEBUG is the symbol now
2003-07-22 Daniel StenbergDon't depend on the TIME_WITH_SYS_TIME define. win32...
2003-07-21 Daniel Stenbergmoved the proxyuser and proxypasswd fields from the...
2003-07-21 Daniel Stenbergadjusted to support NTLM for proxies
2003-07-21 Daniel Stenbergkrb4-fixes for the moved user+password fields within...
2003-07-21 Daniel Stenbergpre4-commit
2003-07-21 Daniel Stenbergpre4
2003-07-21 Daniel Stenbergthe CWD-null bug fix
2003-07-20 Daniel Stenbergthe fixed skip-blanks in the FTP CWD code called for...
2003-07-20 Daniel StenbergDavid Gardner pointed out in bug report 770755 that...
2003-07-20 Daniel StenbergIf NTLM is requested, only re-use connections that...
2003-07-19 Daniel Stenbergexplains my fixes just committed
2003-07-19 Daniel Stenbergmodified to work fine with the new persistant connectio...
2003-07-19 Daniel Stenbergswsclose added
2003-07-19 Daniel StenbergAccess the user and passwd fields from the connectdata...
2003-07-19 Daniel StenbergNo longer stores user+password in the sessionhandle...
2003-07-19 Daniel Stenbergfixed the CONNECT thing again
2003-07-19 Daniel StenbergIf the data contents contains the word 'swsclose',...
2003-07-16 Daniel Stenbergrecent changes
2003-07-15 Daniel Stenbergmore fixes from Doug Kaufman for DJGPP builds for DOS
2003-07-15 Daniel Stenbergupdated to work with Dan Winship's NTLM domain stuff fix
2003-07-15 Daniel StenbergMoved the NTLM credentials to the connectdata struct...
2003-07-15 Daniel StenbergFix to the endless loop of bad Basic authentication...
2003-07-15 Daniel StenbergDan Winship's patch added that makes use of DOMAIN...
2003-07-15 Daniel StenbergDan Winship's fix to make the new auth stuff such as...
2003-07-15 Daniel StenbergDan Winship pointed out this flaw
2003-07-05 Daniel Stenbergre-use existing variable instead of declaring a new...
2003-07-05 Daniel StenbergSome of Doug Kaufman's changes for the DOS port
2003-07-04 Daniel Stenbergthe latest changes
2003-07-04 Daniel StenbergHAVE_SETVBUF removed, no longer used
2003-07-04 Daniel Stenbergremoved
2003-07-04 Daniel StenbergDan Grayson pointed out that we set the CURL_CA_BUNDLE...
2003-07-04 Daniel Stenbergremove the usage of setvbuf() and use fflush() instead...
2003-07-04 Daniel StenbergCURLDEBUG not MALLOCDEBUG anymore
2003-07-04 Daniel Stenbergadjusted to the NTLM updates
2003-07-04 Daniel StenbergPeter Sylvester's patch was applied that introduces...
2003-07-01 Daniel StenbergDavid Byron's patch that allows a client to make the...
2003-07-01 Daniel Stenbergnew CVS info
2003-07-01 Daniel StenbergGisle Vanem found a lib handle leak in the ldap code
2003-06-27 Daniel StenbergWhen I introduced the DIST_SUBDIRS usage, I broken...
2003-06-26 Sterling Hughesrevert out my bogus commit. ;-)
2003-06-26 Sterling Hughestest commit
2003-06-26 Daniel Stenbergnew tests
2003-06-26 Daniel Stenbergproduce a skip-report at the end of all tests, and...
2003-06-26 Daniel Stenbergbeautified and added comments all over
next