summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* Don't trust server's PASV response that much in FtpNetworkTransaction.phajdan.jr@chromium.org2009-08-281-5/+0
* Implement RestartWithAuth for NewFtpTransaction.phajdan.jr@chromium.org2009-08-261-2/+9
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-3/+3
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+3
* Cleanup in new ftp transaction:phajdan.jr@chromium.org2009-08-071-14/+23
* Followup after http://codereview.chromium.org/149368phajdan.jr@chromium.org2009-08-031-5/+5
* Rework FTP control response parsing code and fix socket Write misuse.phajdan.jr@chromium.org2009-07-281-36/+33
* Make new FtpNetworkTransaction handle short reads correctly.phajdan.jr@chromium.org2009-07-061-20/+39
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-1/+2
* Check in the fourth Portable FTP CL from Ibrar Ahmedwtc@chromium.org2009-06-051-0/+11
* FTP Transaction code for new Portable FTP code.wtc@chromium.org2009-05-111-14/+115
* Add command line switch "--new-ftp" for new portable FTPwtc@chromium.org2009-03-161-1/+1
* Add beginnings of a custom FTP implementation. This is built but not used ordarin@chromium.org2008-12-171-0/+99