summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Followup after http://codereview.chromium.org/149368phajdan.jr@chromium.org2009-08-031-26/+24
* Fix a hang if directory listing size is > 8K, for example,wtc@chromium.org2009-07-311-12/+8
* Add temporary debugging code to diagnose intermittent net_unittests crashes o...phajdan.jr@chromium.org2009-07-301-0/+3
* Fix uninitialized memory read in FtpNetworkTransaction.phajdan.jr@chromium.org2009-07-301-2/+0
* Rework FTP control response parsing code and fix socket Write misuse.phajdan.jr@chromium.org2009-07-281-175/+122
* Correctly handle multiple control response lines in new FTP transactionphajdan.jr@chromium.org2009-07-081-3/+27
* Make new FtpNetworkTransaction handle short reads correctly.phajdan.jr@chromium.org2009-07-061-93/+152
* Add DCHECKs to the states that should be entered only when thewtc@chromium.org2009-06-261-0/+7
* If we get a connect error in DoCtrlConnectComplete, do not advance towtc@chromium.org2009-06-251-1/+2
* Return potentially more specific error code in FtpNetworkTransaction.phajdan.jr@chromium.org2009-06-241-2/+2
* Prevent infinite loop in new FtpNetworkTransaction.phajdan.jr@chromium.org2009-06-241-1/+4
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-2/+2
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-151-1/+0
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-7/+7
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-0/+1
* Fix FTP binary file download issue.wtc@chromium.org2009-06-091-5/+6
* Check in the fourth Portable FTP CL from Ibrar Ahmedwtc@chromium.org2009-06-051-58/+167
* FTP Transaction code for new Portable FTP code.wtc@chromium.org2009-05-111-44/+609
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-121-0/+1
* Fix Linux build.evanm@google.com2008-12-171-2/+3
* Add beginnings of a custom FTP implementation. This is built but not used ordarin@chromium.org2008-12-171-0/+203