summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* [net/http auth] Support channel bindings for HTTP authentication.asanka2016-03-231-5/+6
* Rename net::BidirectionalStream*Job to net::BidirectionalStream*Implxunjieli2016-03-221-2/+2
* Process Alternative Service headers in net::BidirectionalStreamxunjieli2016-03-221-40/+2
* Log the amount of time spent building the Token-Binding headernharper2016-03-111-0/+6
* Disable the TLS version fallback.davidben2016-02-241-45/+15
* When Alt-Svc header processing is enabled, do not process Alternate-Protocolrch2016-02-231-9/+10
* Add Alternative Service field trial.bnc2016-01-291-1/+1
* Set Token-Binding HTTP headernharper2016-01-251-3/+110
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderolli.raula2016-01-251-1/+1
* net: move more functions out of net_util.htfarina2016-01-201-1/+1
* Convert Pass()→std::move() in //netdcheng2015-12-261-2/+3
* Added a net::BidirectionalStream to expose a bidirectional streaming interfacexunjieli2015-12-221-0/+7
* Switch to standard integer types in net/.Avi Drissman2015-12-201-3/+3
* Add two new members quic_connection_error_ and quic_net_error_ in QuicHttpStr...zhongyi2015-12-121-8/+17
* Add a new member quic_broken_ in HttpNetworkTransaction to record whether all...zhongyi2015-12-071-1/+12
* Plumbing SSLPrivateKey (//net)svaldez2015-11-191-3/+11
* Remove RC4 by default.davidben2015-10-301-3/+3
* Disable HTTP/2 over NPN (with OpenSSL).bnc2015-10-211-1/+2
* Remove HttpResponseHeaders::GetParsedHttpVersion().bnc2015-10-151-1/+1
* Expose currently-connected socket address in URLRequestttuttle2015-09-291-0/+12
* Change GetTotalReceivedBytes() from int64 to int64_t.sclittle2015-09-221-2/+2
* Added and implemented URLRequest::GetTotalSentBytes.sclittle2015-09-101-6/+25
* Move logic to figure out if a socket can be reused into HttpStream.mmenke2015-09-021-33/+14
* Change |use_alternative_service| not to disable Alternate Protocols.bnc2015-08-261-1/+2
* Remove Content-Length: 0 from HEAD Requestcsharrison2015-08-181-2/+3
* Process Alt-Svc headers.bnc2015-07-311-6/+16
* Unwind fastradio experiment.davidben2015-07-211-6/+0
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* Change NetLog::ParametersCallback to return a scoped_ptr.estade2015-05-211-6/+6
* Measure inappropriate_fallback alerts from Google.davidben2015-05-181-6/+25
* Gather metrics classifying the cause of the TLS fallback.davidben2015-05-151-3/+20
* Set network_accessed earlier, when network transaction creates stream.ttuttle2015-05-151-5/+3
* Switch //net functions to use SchemeIsCryptographic() instead of SchemeIsSecu...lgarron2015-05-141-1/+1
* Completely remove SSLv3 support.davidben2015-05-141-5/+2
* Only record fallback metrics on successful requests.davidben2015-05-041-0/+45
* Remove outdated instrumentation and move a few remaining bits around.pkasting2015-05-021-102/+2
* Plumb connection attempts from (non-proxy) ConnectJobs to HttpNetworkTransact...ttuttle2015-04-281-0/+24
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-4/+5
* Modify instrumentation for various jank bugs, mostly removing outdated sites.pkasting2015-04-101-11/+110
* Move RC4 behind a fallback.davidben2015-04-031-0/+24
* Remove HpackHuffmanAggregator.bnc2015-03-261-9/+0
* Clear alternate protocols for an origin when an empty or invalid Alternate-Pr...rch2015-03-181-1/+5
* Apply HSTS to WebSocket connections.Adam Rice2015-02-201-4/+4
* removing all the code related to chrome://statscpu2015-02-121-3/+0
* Perform ClientHello padding if the field trial is enabled forjeremyim2015-02-101-0/+6
* Treat QUIC proxy as a valid HTTP proxy.tbansal2015-02-051-1/+2