summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_auth_cache.h
Commit message (Expand)AuthorAgeFilesLines
* fix compilation on vs2012 for FtpAuthCache::Entryscottmg@chromium.org2012-10-101-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-13/+8
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Ftp: Add NET_API for net.dllrvargas@google.com2011-05-181-2/+3
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-7/+4
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-10/+10
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-221-22/+25
* Reverting 26419.tyoshino@google.com2009-09-171-26/+22
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-161-22/+26
* Followup after http://codereview.chromium.org/165167, fixing the nits in FtpA...phajdan.jr@chromium.org2009-08-211-5/+5
* Enforce maximum number of entries in FtpAuthCache.phajdan.jr@chromium.org2009-08-111-13/+21
* Add a simple cache of certificates for SSL client authentication.wtc@chromium.org2009-06-181-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.ericroman@google.com2009-01-151-0/+58