summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_ftp_job.h
Commit message (Expand)AuthorAgeFilesLines
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-5/+0
* Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJobphajdan.jr@chromium.org2013-05-031-0/+1
* Implement FTP auth through proxyphajdan.jr@chromium.org2013-04-081-2/+4
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-5/+12
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-12/+5
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-5/+12
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-0/+5
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-5/+0
* Add support for making FTP requests through a proxy.phajdan.jr@chromium.org2013-01-231-4/+20
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-301-1/+1
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-0/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Replaced static URLRequestFtpJob factory with non-static protocol handler for...shalev@chromium.org2012-07-111-2/+11
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-5/+1
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-4/+1
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-4/+6
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-9/+7
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-1/+1
* Revert 92511 - Make the URLRequestContext constantbattre@chromium.org2011-07-141-1/+1
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-1/+1
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+1
* Reorder the methods in net/url_request/.erg@google.com2011-01-201-10/+9
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-3/+3
* Deinline even more destructors.erg@google.com2010-12-141-1/+1
* net: Add namespace net to URLRequestFtpJob.tfarina@chromium.org2010-12-121-15/+19
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-6/+6
* Stop adding more refcounts to some more URLRequestJob subtypes.willchan@chromium.org2010-12-031-1/+3
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-2/+3
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-4/+0
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-3/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Rename url_request_new_ftp_job -> url_request_ftp_jobphajdan.jr@chromium.org2010-03-161-0/+79
* 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-116/+0
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+2
* Slight code change to make some global variables const.maruel@google.com2009-03-101-11/+16
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-8/+12
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-2/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix header include guards.darin@google.com2008-08-041-3/+3
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-3/+3
* Add net to the repository.initial.commit2008-07-261-0/+133