summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* FTP: Open a fresh data connection after a command error.phajdan.jr@chromium.org2012-11-151-0/+6
* FTP: add net-internals logging.phajdan.jr@chromium.org2012-11-071-1/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-1/+4
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-7/+7
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-5/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-6/+6
* FTP: fix compatibility with servers which send 451 responsephajdan.jr@chromium.org2011-09-141-0/+1
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-1/+1
* Add OVERRIDE throughout net/ftp/*eroman@chromium.org2011-07-221-6/+8
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-061-0/+1
* Ftp: Add NET_API for net.dllrvargas@google.com2011-05-181-1/+1
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* More net/ method ordering.erg@google.com2011-01-261-31/+33
* FTP: fix compatibility problems with MLSD by removing MLSD support.phajdan.jr@chromium.org2010-12-101-4/+0
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-191-2/+0
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-7/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* FTP: add more detailed error codes based on RFC 959.phajdan.jr@chromium.org2010-07-151-27/+0
* Clean up FTP code a bit:phajdan.jr@chromium.org2010-07-141-11/+3
* FTP: change order of commands to improve compatibilityphajdan.jr@chromium.org2010-07-081-4/+0
* Modify FTP to implement EPSV per RFC 2428. EPSV is an extended versioncbentzel@chromium.org2010-04-121-1/+9
* Respect typecode in the FTP network transaction.phajdan.jr@chromium.org2010-03-241-2/+25
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-2/+3
* Pass the file size infomration from the FTP network transactionphajdan.jr@chromium.org2010-02-131-1/+0
* Implement support for MLSD FTP command in FtpNetworkTransaction.phajdan.jr@chromium.org2009-12-221-0/+4
* Add histograms for data connection error types.phajdan.jr@chromium.org2009-11-171-0/+2
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-141-5/+1
* Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa).phajdan.jr@chromium.org2009-09-241-2/+18
* Unescape FTP URL paths, Firefox-compatible.phajdan.jr@chromium.org2009-09-211-0/+3
* Don't trust server's PASV response that much in FtpNetworkTransaction.phajdan.jr@chromium.org2009-08-281-5/+0
* Implement RestartWithAuth for NewFtpTransaction.phajdan.jr@chromium.org2009-08-261-2/+9
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-3/+3
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+3
* Cleanup in new ftp transaction:phajdan.jr@chromium.org2009-08-071-14/+23
* Followup after http://codereview.chromium.org/149368phajdan.jr@chromium.org2009-08-031-5/+5
* Rework FTP control response parsing code and fix socket Write misuse.phajdan.jr@chromium.org2009-07-281-36/+33
* Make new FtpNetworkTransaction handle short reads correctly.phajdan.jr@chromium.org2009-07-061-20/+39
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-1/+2
* Check in the fourth Portable FTP CL from Ibrar Ahmedwtc@chromium.org2009-06-051-0/+11
* FTP Transaction code for new Portable FTP code.wtc@chromium.org2009-05-111-14/+115
* Add command line switch "--new-ftp" for new portable FTPwtc@chromium.org2009-03-161-1/+1
* Add beginnings of a custom FTP implementation. This is built but not used ordarin@chromium.org2008-12-171-0/+99