summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* FTP: fix leaks in tests.phajdan.jr@chromium.org2013-01-031-5/+6
* FTP: Only issue EPSV command for non-IPv4 connections.phajdan.jr@chromium.org2012-11-171-104/+193
* net: Pass the real IP address and port for mock TCP sockets where possible.phajdan.jr@chromium.org2012-11-161-4/+4
* FTP: Open a fresh data connection after a command error.phajdan.jr@chromium.org2012-11-151-66/+103
* FTP: fix compatibility with mod_ftp's LISTisNLST option.phajdan.jr@chromium.org2012-11-121-2/+2
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-5/+3
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-28/+28
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-2/+2
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-10/+17
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-6/+9
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* FTP: fix compatibility with servers which send 451 responsephajdan.jr@chromium.org2011-09-141-0/+27
* FTP: Cleanup - replace sscanf with more high-level routines.phajdan.jr@chromium.org2011-09-141-7/+7
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-2/+1
* Add OVERRIDE throughout net/ftp/*eroman@chromium.org2011-07-221-22/+23
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+7
* FTP: fix compatibility problems with MLSD by removing MLSD support.phajdan.jr@chromium.org2010-12-101-22/+3
* FTP: a successful response to SIZE does not mean the resource is a file.phajdan.jr@chromium.org2010-11-201-6/+39
* FTP: fix navigation to ftp.symantec.comphajdan.jr@chromium.org2010-10-291-0/+57
* FTP: make file downloads work when directory listing is restrictedphajdan.jr@chromium.org2010-10-151-18/+30
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-2/+2
* Revert 61034 - Refactor FTP unit tests.phajdan.jr@chromium.org2010-09-301-530/+741
* Refactor FTP unit tests.phajdan.jr@chromium.org2010-09-301-741/+530
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-9/+12
* FTP: minor cleanups to the unit tests:phajdan.jr@chromium.org2010-07-271-6/+33
* FTP: add more detailed error codes based on RFC 959.phajdan.jr@chromium.org2010-07-151-33/+33
* Clean up FTP code a bit:phajdan.jr@chromium.org2010-07-141-1/+1
* FTP: change order of commands to improve compatibilityphajdan.jr@chromium.org2010-07-081-152/+37
* FTP: Fix an infinite loop in a rare condition.phajdan.jr@chromium.org2010-05-151-0/+11
* Pass nulls through test sockets.gavinp@chromium.org2010-05-101-9/+29
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-5/+5
* Modify FTP to implement EPSV per RFC 2428. EPSV is an extended versioncbentzel@chromium.org2010-04-121-22/+206
* Make sure to strip the brackets around IPv6 literals when resolving the hostn...eroman@chromium.org2010-04-071-0/+15
* Respect typecode in the FTP network transaction.phajdan.jr@chromium.org2010-03-241-3/+66
* Add unit test to check for zero length dir in FTP PWD response. inferno@chromium.org2010-03-221-0/+11
* Fix the problems with some FTP transactions taking a long time.phajdan.jr@chromium.org2010-03-061-71/+12
* Add a test for correct FTP SIZE response handling when the file sizephajdan.jr@chromium.org2010-02-251-6/+17
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-14/+16
* Improve error reporting for FTP passive connection failures.wtc@chromium.org2010-02-191-3/+3
* Pass the file size infomration from the FTP network transactionphajdan.jr@chromium.org2010-02-131-1/+42
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-091-6/+10
* Implement support for MLSD FTP command in FtpNetworkTransaction.phajdan.jr@chromium.org2009-12-221-5/+23
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-7/+1
* Fix one source of flakiness of FTP tests.phajdan.jr@chromium.org2009-11-231-0/+30
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-111-190/+190
* Correctly handle FTP servers which unexpectedly close the control connection.phajdan.jr@chromium.org2009-11-021-0/+27
* Fix compatibility problems with FileZilla FTP Server.phajdan.jr@chromium.org2009-10-211-6/+27
* Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa).phajdan.jr@chromium.org2009-09-241-0/+123