summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_auth_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-24/+27
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-4/+7
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-24/+40
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-6/+6
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-221-46/+59
* Reverting 26419.tyoshino@google.com2009-09-171-59/+46
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-161-46/+59
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-5/+5
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-5/+5
* Enforce maximum number of entries in FtpAuthCache.phajdan.jr@chromium.org2009-08-111-1/+29
* Add another test case.ericroman@google.com2009-01-161-0/+25
* post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.ericroman@google.com2009-01-151-0/+70