summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_layer.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert raw FtpTransaction pointers to scoped_ptr<FtpTransaction>.tfh2015-12-241-4/+4
* Removing unused method FtpNetworkLayer::CreateFactoryparitosh.in2015-09-291-6/+0
* Remove dead code in FtpNetworkLayerellyjones2015-08-201-5/+0
* FtpNetworkSession: remove refcountellyjones2015-08-181-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-5/+5
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-1/+1
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-5/+6
* FTP Transaction code for new Portable FTP code.wtc@chromium.org2009-05-111-4/+5
* post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.ericroman@google.com2009-01-151-1/+1
* Add beginnings of a custom FTP implementation. This is built but not used ordarin@chromium.org2008-12-171-0/+42