summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-20/+16
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-1/+6
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-10/+13
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-2/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* FTP: fix compatibility problem with ftp.comconlink.co.zaphajdan.jr@chromium.org2011-09-281-2/+0
* FTP: fix compatibility with servers which send 451 responsephajdan.jr@chromium.org2011-09-141-15/+25
* FTP: Cleanup - replace sscanf with more high-level routines.phajdan.jr@chromium.org2011-09-141-17/+39
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-2/+2
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-2/+10
* More net/ method ordering.erg@google.com2011-01-261-117/+117
* FTP: fix compatibility problems with MLSD by removing MLSD support.phajdan.jr@chromium.org2010-12-101-46/+1
* FTP: a successful response to SIZE does not mean the resource is a file.phajdan.jr@chromium.org2010-11-201-7/+4
* Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when networkmmenke@chromium.org2010-11-021-0/+1
* FTP: fix navigation to ftp.symantec.comphajdan.jr@chromium.org2010-10-291-2/+8
* FTP: make file downloads work when directory listing is restrictedphajdan.jr@chromium.org2010-10-151-16/+35
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-7/+1
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-2/+2
* 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