summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-191-2/+0
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-7/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* FTP: add more detailed error codes based on RFC 959.phajdan.jr@chromium.org2010-07-151-27/+0
* Clean up FTP code a bit:phajdan.jr@chromium.org2010-07-141-11/+3
* FTP: change order of commands to improve compatibilityphajdan.jr@chromium.org2010-07-081-4/+0
* Modify FTP to implement EPSV per RFC 2428. EPSV is an extended versioncbentzel@chromium.org2010-04-121-1/+9
* Respect typecode in the FTP network transaction.phajdan.jr@chromium.org2010-03-241-2/+25
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-2/+3
* Pass the file size infomration from the FTP network transactionphajdan.jr@chromium.org2010-02-131-1/+0
* Implement support for MLSD FTP command in FtpNetworkTransaction.phajdan.jr@chromium.org2009-12-221-0/+4
* Add histograms for data connection error types.phajdan.jr@chromium.org2009-11-171-0/+2
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-141-5/+1
* Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa).phajdan.jr@chromium.org2009-09-241-2/+18
* Unescape FTP URL paths, Firefox-compatible.phajdan.jr@chromium.org2009-09-211-0/+3
* 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