summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the logic for using an HTTP proxy without a tunnelAdam Rice2015-01-191-8/+13
* Let prefetched resources skip cache revalidation once for a short duration by...jkarlin2015-01-121-0/+3
* Act upon HTTP_1_1_REQUIRED.bnc2015-01-091-0/+21
* Remove redundant ERR_QUIC_HANDSHAKE_FAILED handling.bnc2014-12-011-5/+0
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-5/+2
* Don't trigger auto-reload on client auth failures.davidben2014-11-071-13/+0
* Remove HttpStreamBase.yhirano2014-11-061-8/+6
* Remove Network transaction timing histograms.cbentzel2014-11-011-78/+0
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-5/+5
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-281-0/+12