summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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