summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove HostResolver::RequestInfo's priority parameterakalin@chromium.org2013-08-201-3/+4
* Add a priority parameter for HostResolver::RequestInfo's constructorakalin@chromium.org2013-08-161-1/+2
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-4/+4
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-3/+1
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-10/+10
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-3/+2
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-2/+2
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* FTP: fix compatibility with VMS server kednos.comphajdan.jr@chromium.org2012-12-171-6/+13
* [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...szym@chromium.org2012-12-131-1/+1
* FTP: Only issue EPSV command for non-IPv4 connections.phajdan.jr@chromium.org2012-11-171-0/+9
* FTP: Open a fresh data connection after a command error.phajdan.jr@chromium.org2012-11-151-8/+32
* FTP: fix compatibility with mod_ftp's LISTisNLST option.phajdan.jr@chromium.org2012-11-121-1/+7
* FTP: add net-internals logging.phajdan.jr@chromium.org2012-11-071-14/+27
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-5/+6
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-3/+4
* 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