summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_ftp_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in net/, part 3.avi@chromium.org2013-07-181-1/+1
* 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-3/+3
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-20/+1
* Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJobphajdan.jr@chromium.org2013-05-031-2/+5
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Implement FTP auth through proxyphajdan.jr@chromium.org2013-04-081-46/+74
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-36/+43
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-43/+36
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-36/+43
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-2/+1
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-1/+20
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-20/+1
* Add support for making FTP requests through a proxy.phajdan.jr@chromium.org2013-01-231-41/+166
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-301-2/+2
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-2/+5
* A new mock test for ftp jobs.shalev@chromium.org2012-07-121-5/+9
* Replaced static URLRequestFtpJob factory with non-static protocol handler for...shalev@chromium.org2012-07-111-18/+21
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-1/+1
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-2/+1
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-16/+19
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-12/+6
* NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...cbentzel@chromium.org2011-10-031-8/+10
* Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...ddorwin@chromium.org2011-09-291-10/+8
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-291-8/+10
* Change AuthChallengeInfo to better represent underlying encodings.cbentzel@chromium.org2011-09-121-4/+4
* Fix up the last easy URLRequestJob refcounting offenders.willchan@chromium.org2011-03-211-3/+5
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+8
* Reorder the methods in net/url_request/.erg@google.com2011-01-201-99/+99
* Deinline even more destructors.erg@google.com2010-12-141-0/+4
* net: Add namespace net to URLRequestFtpJob.tfarina@chromium.org2010-12-121-29/+33
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-4/+4
* Stop adding more refcounts to some more URLRequestJob subtypes.willchan@chromium.org2010-12-031-20/+13
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-3/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-3/+3
* Rename url_request_new_ftp_job -> url_request_ftp_jobphajdan.jr@chromium.org2010-03-161-0/+244
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-261-0/+0
* Remove WinInet FTP code.phajdan.jr@chromium.org2010-01-051-562/+0
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-221-3/+6
* Reverting 26419.tyoshino@google.com2009-09-171-6/+3
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-161-3/+6
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-091-1/+3
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-7/+24
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-1/+2
* Use the new HostNoBrackets() method in more places.wtc@chromium.org2009-05-161-7/+8
* Add command line switch "--new-ftp" for new portable FTPwtc@chromium.org2009-03-161-1/+6