summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Fix a forward NULL.jhawkins@chromium.org2012-06-251-1/+1
* Add url_fetcher_impl_unittest.cc back to net.gypakalin@chromium.org2012-06-221-1/+0
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-2211-353/+272
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-193-2/+646
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-192-0/+60
* Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...sergeyu@chromium.org2012-06-166-121/+122
* Move URLFetcherImpl to net/akalin@chromium.org2012-06-154-3/+1536
* Don't crash when confronted with many set-cookie headers.shalev@chromium.org2012-06-143-25/+133
* NetLogEventParameter to Callback refactoring 6.mmenke@chromium.org2012-06-135-59/+40
* Move URLFetcherCore to net/akalin@chromium.org2012-06-132-0/+1418
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-133-0/+15
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-103-50/+41
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-0711-123/+87
* Add support to URLFetcher for stopping on redirects. Use this in AlternateNa...pkasting@chromium.org2012-06-071-1/+9
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-042-1/+16
* net: Inline the implementation of virtual destructor of URLFetcherFactory.tfarina@chromium.org2012-06-022-15/+3
* Make FileSystemOperationWriteTest independent from URLRequest::Deprecated.kinaba@chromium.org2012-05-291-2/+0
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-291-2/+3
* Use TLS 1.1.wtc@chromium.org2012-05-261-2/+38
* Move URLFetcherFactory from content to netakalin@chromium.org2012-05-252-0/+42
* Support for navigator.connection APIdroger@google.com2012-05-243-9/+13
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-1/+2
* Improve the TLS intolerant server testing support added in r134129wtc@chromium.org2012-05-231-1/+3
* Fix more gcc in net/url_request/url_request_unittest.ccmaruel@chromium.org2012-05-231-4/+4
* [net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...szym@chromium.org2012-05-233-116/+57
* Re-enable embedded identities in URLs for HTTP authentication.asanka@chromium.org2012-05-221-0/+30
* Fix an uninitialized warning treated as error on gcc 4.5.2maruel@chromium.org2012-05-221-1/+1
* Make AssociateWithRenderView() a free function in the 'content' namespaceakalin@chromium.org2012-05-221-0/+16
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-1/+1
* Use TaskRunner WorkerPool for ServerBoundCertService in TestURLRequestContext.mattm@chromium.org2012-05-151-2/+2
* Add the StackTrace to the URLFetcher crash dumps.willchan@chromium.org2012-05-123-0/+31
* Roll rlz 127:128thakis@chromium.org2012-05-111-8/+0
* Make URLRequestContext::CopyFrom take a const pointer.mkosiba@chromium.org2012-05-112-21/+21
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-114-0/+316
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-1119-512/+491
* Allow for overriding the handling of the referrer header in the network stackjochen@chromium.org2012-05-082-1/+30
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-0510-80/+56
* Make ServerBoundCertService use TaskRunner interface instead of using WorkerP...mattm@chromium.org2012-05-041-1/+3
* Take client-side HSTS redirects into account when determining whether to show...michaeln@google.com2012-05-043-18/+28
* Add more variables to the URLRequest leak assertion crash dumps.willchan@chromium.org2012-05-042-2/+7
* Make URLRequestThrottlerManager a member of URLRequestContext.joi@chromium.org2012-05-028-76/+70
* Refactor TransportSecurityState.palmer@chromium.org2012-05-013-46/+36
* Reland 130578 - Enable cookies per default in net. Add an API to disable them...jochen@chromium.org2012-04-302-2/+23
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-288-15/+38
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-1/+2
* net: don't remember TLS intolerant servers.agl@chromium.org2012-04-261-0/+23
* BackoffEntry: Add the option to use a delay between requestsmmenke@chromium.org2012-04-242-6/+7
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-1/+1
* Revert 128414 - Disable OCSP tests on Androidjnd@chromium.org2012-04-241-6/+0