summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-7/+7
* Recommit r53882 "FTP: fix navigation to systems with broken EPSV support."i"jeremy@chromium.org2010-07-281-0/+15
* Revert "FTP: fix navigation to systems with broken EPSV support."ijeremy@chromium.org2010-07-281-15/+0
* FTP: fix navigation to systems with broken EPSV support.phajdan.jr@chromium.org2010-07-281-0/+15
* FTP: add more detailed error codes based on RFC 959.phajdan.jr@chromium.org2010-07-151-44/+89
* Clean up FTP code a bit:phajdan.jr@chromium.org2010-07-141-66/+8
* FTP: change order of commands to improve compatibilityphajdan.jr@chromium.org2010-07-081-43/+14
* FTP: Fix an infinite loop in a rare condition.phajdan.jr@chromium.org2010-05-151-13/+4
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-4/+6
* Modify FTP to implement EPSV per RFC 2428. EPSV is an extended versioncbentzel@chromium.org2010-04-121-41/+110
* Make sure to strip the brackets around IPv6 literals when resolving the hostn...eroman@chromium.org2010-04-071-1/+1
* Respect typecode in the FTP network transaction.phajdan.jr@chromium.org2010-03-241-14/+54
* Fix the out-of-bounds array read in the ftp response.inferno@chromium.org2010-03-221-1/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-6/+6
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* Fix the problems with some FTP transactions taking a long time.phajdan.jr@chromium.org2010-03-061-3/+15
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-8/+8
* Improve error reporting for FTP passive connection failures.wtc@chromium.org2010-02-191-2/+2
* Disable IPv6 in FTP until we have implemented the IPv6 extensions for FTPwtc@chromium.org2010-02-191-1/+4
* Pass the file size infomration from the FTP network transactionphajdan.jr@chromium.org2010-02-131-4/+4
* Make description in FTP data connection histogram more accurate.phajdan.jr@chromium.org2010-01-201-3/+3
* Record more categories of errors for ftp data connection histograms.phajdan.jr@chromium.org2010-01-121-1/+22
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-23/+11
* Implement support for MLSD FTP command in FtpNetworkTransaction.phajdan.jr@chromium.org2009-12-221-1/+44
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-10/+12
* Fix one source of flakiness of FTP tests.phajdan.jr@chromium.org2009-11-231-0/+3
* Add histograms for data connection error types.phajdan.jr@chromium.org2009-11-171-0/+78
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-2/+2
* Correctly handle FTP servers which unexpectedly close the control connection.phajdan.jr@chromium.org2009-11-021-0/+8
* Fix compatibility problems with FileZilla FTP Server.phajdan.jr@chromium.org2009-10-211-2/+4
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-141-10/+7
* Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa).phajdan.jr@chromium.org2009-09-241-10/+67
* Unescape FTP URL paths, Firefox-compatible.phajdan.jr@chromium.org2009-09-211-29/+19
* Various cleanups FTP-related.phajdan.jr@chromium.org2009-09-181-2/+6
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-161-3/+33
* Return ERR_FILE_NOT_FOUND from FtpNetworkTransaction when we can.phajdan.jr@chromium.org2009-09-091-1/+12
* Get rid of the data socket completely when data transfer is finished.phajdan.jr@chromium.org2009-09-091-0/+4
* Don't log FTP commands being issued.phajdan.jr@chromium.org2009-09-011-1/+0
* Don't trust server's PASV response that much in FtpNetworkTransaction.phajdan.jr@chromium.org2009-08-281-33/+21
* Fix transaction hang when downloading certain FTP files.phajdan.jr@chromium.org2009-08-261-1/+7
* Implement RestartWithAuth for NewFtpTransaction.phajdan.jr@chromium.org2009-08-261-25/+47
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-5/+5
* Add a missing Stop() call to DoDataResolveHostComplete().wtc@chromium.org2009-08-131-4/+6
* Make FtpNetworkTransaction report its load state.phajdan.jr@chromium.org2009-08-121-0/+17
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-3/+6
* Make response code in FtpNetworkTransaction more precise.phajdan.jr@chromium.org2009-08-111-40/+46
* Cleanup in new ftp transaction:phajdan.jr@chromium.org2009-08-071-36/+59
* Properly handle invalid server control responses.phajdan.jr@chromium.org2009-08-061-1/+1
* Correctly handle multiple control responses for RETR command.phajdan.jr@chromium.org2009-08-051-6/+22