summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* [net/http auth] Support channel bindings for HTTP authentication.asanka2016-03-231-8/+12
* Restrict logging of channel id mismatches to requests made to accounts.google...nharper2016-03-221-3/+4
* SameSite: Strict/Lax behavior.mkwst2016-03-212-42/+99
* Make net pass "gn check"brettw2016-03-183-4/+5
* Add an option to disable net::BidirectionalStreamQuicImplxunjieli2016-03-182-0/+9
* Adding macro to enable changing SSL library (Part 1)svaldez2016-03-182-7/+7
* Remove NetworkDelegate pointer from HttpNetworkSession.mmenke2016-03-183-3/+0
* SameSite: Implement 'Strict'/'Lax' attribute parsing.mkwst2016-03-151-1/+1
* Let LSan know we know that URLRequestContextGetters sometimes leak.reillyg2016-03-121-0/+3
* Another attempt to properly initialize net::TestURLRequestContext::ct_policy_...thestig2016-03-101-8/+2
* Initialize net::TestURLRequestContext::ct_policy_enforcer_.thestig2016-03-101-0/+1
* Implement a skeleton version of Expect CT reportsestark2016-03-105-0/+161
* Add atomic sequence number to ChannelIDService and check that in URLRequestHt...nharper2016-03-101-4/+18
* Log whether the ephemerality of the ChannelIDStore and CookieStore are the samenharper2016-03-093-1/+60
* Add support for Link rel=serviceworker in HTTP headers.mek2016-03-092-2/+4
* CookieStore: Remove reference counting.mmenke2016-03-0710-25/+31
* Remove Pass() helper from base/move.h.dcheng2016-03-041-4/+4
* Bypass the DataReductionProxy for all POST requestsryansturm2016-03-031-6/+2
* [Blimp Engine] Use URLRequestContextBuilder to properly create URLRequestCont...haibinlu2016-03-032-0/+26
* Passing in a Data Reduction Proxy Delegate from Cronet with Data Reduction Pr...ryansturm2016-03-014-0/+21
* Revert of Change ProxyResolver::GetProxyForURL() to take a scoped_ptr<Request...eroman2016-02-291-8/+8
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-262-0/+3
* Change ProxyResolver::GetProxyForURL() to take a scoped_ptr<Request>* rather ...olli.raula2016-02-261-8/+8
* Make URLRequestFileDirJob::FillReadBuffer() return an int indicating the resultshahriar.rostami2016-02-253-26/+134
* Disable the TLS version fallback.davidben2016-02-241-15/+32
* net: move IsLocalhost() function into url_util.htfarina2016-02-233-3/+1
* Load cookies once per HTTP request.mkwst2016-02-232-43/+27
* Moving proxy resolution logic out of NetworkDelegate and into ProxyDelegate f...ryansturm2016-02-232-4/+16
* Update some comments of URLFetcher.liushouqun2016-02-201-12/+11
* Android: Add support for android-app scheme in a referrer.lizeb2016-02-191-0/+14
* Support for client certs in ssl_server_socket.ryanchung2016-02-191-1/+2
* URLRequestHttpJob: No longer wait for setting a cookie to complete.mmenke2016-02-162-100/+17
* Exposes QUIC's migrate_sessions_early flag to cronet users.jri2016-02-122-1/+10
* Fixed resuming URLRequestFileDirJob in the OOPIF mode.shahriar.rostami2016-02-123-22/+178
* [Cronet] Expose quic_user_agent_id and quic_prefer_aes config options.mef2016-02-092-0/+15
* Disable experimental alternative services in URLRequestContextBuilder.bnc2016-02-091-2/+2
* Log what filter causes a decoding error.rdsmith2016-02-041-0/+2
* Exposes QUIC's close_sessions_on_ip_change and migrate_sessions_on_network_ch...jri2016-02-042-1/+21
* Set URLRequest::status_ to ERR_IO_PENDING in URLRequest::Read()mmenke2016-02-041-1/+0
* Set trusted SPDY proxy dynamically on per-profile basistbansal2016-02-042-4/+0
* Use Boolean members to control HTTP/2 and SPDY/3.1.bnc2016-02-022-8/+12
* Rename first-party-only cookies to same-site cookies.mkwst2016-02-012-30/+28
* Add Alternative Service field trial.bnc2016-01-292-4/+9
* When URLRequestHttpJob processing cached response with GetDictionary header w...Bacek2016-01-282-1/+79
* Remove simulated crash in URLRequest::DoCancelcsharrison2016-01-271-20/+0
* Set Token-Binding HTTP headernharper2016-01-253-70/+143
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderolli.raula2016-01-252-6/+6
* Make URLRequestJob::SetStatus private.mmenke2016-01-228-112/+144
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderLinesolli.raula2016-01-212-2/+2
* net: move more functions out of net_util.htfarina2016-01-202-2/+2