summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unescape FTP URL paths, Firefox-compatible.phajdan.jr@chromium.org2009-09-211-1/+33
* Various cleanups FTP-related.phajdan.jr@chromium.org2009-09-181-26/+5
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-161-0/+110
* Return ERR_FILE_NOT_FOUND from FtpNetworkTransaction when we can.phajdan.jr@chromium.org2009-09-091-2/+22
* Cleanup: use OK instead of 0 when checking return code in ftp_network_transac...phajdan.jr@chromium.org2009-09-021-1/+1
* Don't trust server's PASV response that much in FtpNetworkTransaction.phajdan.jr@chromium.org2009-08-281-0/+95
* Fix transaction hang when downloading certain FTP files.phajdan.jr@chromium.org2009-08-261-0/+69
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-2/+2
* Make FtpNetworkTransaction report its load state.phajdan.jr@chromium.org2009-08-121-0/+5
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-2/+4
* Make response code in FtpNetworkTransaction more precise.phajdan.jr@chromium.org2009-08-111-1/+1
* Properly handle invalid server control responses.phajdan.jr@chromium.org2009-08-061-0/+27
* Correctly handle multiple control responses for RETR command.phajdan.jr@chromium.org2009-08-051-0/+30
* Rework FTP control response parsing code and fix socket Write misuse.phajdan.jr@chromium.org2009-07-281-6/+6
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-6/+5
* Correctly handle multiple control response lines in new FTP transactionphajdan.jr@chromium.org2009-07-081-3/+38
* Make new FtpNetworkTransaction handle short reads correctly.phajdan.jr@chromium.org2009-07-061-46/+55
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-2/+1
* Reverting 19425.ericroman@google.com2009-06-261-1/+2
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-2/+1
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-1/+1
* Initialize IOBuffers in new FTP unit tests (issue detected by valgrind).phajdan.jr@chromium.org2009-06-151-4/+13
* Add unit tests for new FTP network transaction.phajdan.jr@chromium.org2009-06-151-0/+498