summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-074-4/+4
* Make some more code use "if (weak_ptr)" styleakalin@chromium.org2013-06-072-10/+10
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-8/+0
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-042-10/+10
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-0119-116/+134
* net: Move write flush responsiblity from URLFetcherResponseWriter to URLFetch...hashimoto@chromium.org2013-05-244-37/+46
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-2319-249/+256
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-175-0/+31
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-162-3/+1
* net: Return LoadTiming information in the case of a cache hit.mmenke@chromium.org2013-05-154-13/+70
* Override server-side simple-cache trial with commandline switches.pasko@google.com2013-05-131-0/+2
* Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."ttuttle@chromium.org2013-05-109-114/+5
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-05-109-5/+114
* [Memory Sheriff] Fix a leak of MockAsyncResolverBase.groby@chromium.org2013-05-091-7/+7
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-0829-195/+195
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-8/+18
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-18/+8
* Move SpawnedTestServer to its own subdirectory.phajdan.jr@chromium.org2013-05-073-3/+3
* URLRequest - return LOAD_STATE_WAITING_FOR_DELEGATE even when wemmenke@chromium.org2013-05-041-2/+1
* Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJobphajdan.jr@chromium.org2013-05-033-2/+28
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-033-210/+226
* Support range uploading of a file.hidehiko@chromium.org2013-05-028-8/+65
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-3019-43/+38
* Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects.pkasting@chromium.org2013-04-131-14/+11
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-1/+1
* Simplify prerender and network/cache stats histograms by removing the field t...tburkard@chromium.org2013-04-121-96/+0
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-122-2/+2
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net.dcheng@chromium.org2013-04-111-1/+1
* Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...mef@chromium.org2013-04-105-20/+48
* Don't set MODE_DEFAULT when adding HPKP header.palmer@chromium.org2013-04-101-0/+39
* Remove the remnants of the WarmSocketImpact field trial.stevet@chromium.org2013-04-101-9/+0
* Remove deprecated TestURLReqest constructor interface.tedv@chromium.org2013-04-102-9/+0
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-69/+93
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-095-93/+69
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-69/+93
* Implement FTP auth through proxyphajdan.jr@chromium.org2013-04-084-50/+272
* Fix a load timing bug in which proxy resolution times couldmmenke@chromium.org2013-04-085-11/+406
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-073-6/+6
* net: Replace URLFetcherFileWriter's implementation with FileStreamhashimoto@chromium.org2013-04-043-143/+88
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-032-10/+13
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-296-8/+8
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-297-11/+11
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline.rdsmith@chromium.org2013-03-231-1/+2
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-2213-181/+553
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-2213-552/+181
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-2213-181/+552
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-216-6/+6