summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //netdcheng2015-12-2623-70/+98
* Stop including subdomains for woima.fi in the HSTS preload list.lgarron2015-12-232-5/+4
* Only use scoped_ptr<BidirectionalStreamJob> if ENABLE_BIDIRECTIONAL_STREAM is...Nico Weber2015-12-227-3/+41
* HttpServerProperties - Minor reorganization of code in preperation forrtenneti2015-12-222-35/+61
* Add UMAs for checking header values against RFC 7230 in //nethiroshige2015-12-223-0/+46
* Added a net::BidirectionalStream to expose a bidirectional streaming interfacexunjieli2015-12-2219-33/+2212
* Switch to standard integer types in net/.Avi Drissman2015-12-2092-327/+360
* Remove DeterministicSocketData, replacing it with SequencedSocketData.mmenke2015-12-191-55/+52
* AlternativeServiceServers - Added couple of histograms to measure ifrtenneti2015-12-181-0/+11
* Ignore expired alternative service entries on disk.bnc2015-12-183-1/+52
* SPDY Servers - Servers that are restored from preferences maintain MRU orderrtenneti2015-12-182-11/+80
* SPDY Settings - preferences read from the disk maintain MRU orderrtenneti2015-12-182-20/+105
* Changes to AlternativeServices initialization to maintain MRU order.rtenneti2015-12-182-7/+29
* Changes to ServerNetworkStatsMap initialization to maintain MRU order ofrtenneti2015-12-182-10/+70
* Changes to QuicServerInfoMap initialization to maintain MRU order of thertenneti2015-12-182-11/+71
* net: net_util.h includes cleanuptfarina2015-12-181-0/+1
* Add hstspreload submissions as of 2015-12-16.lgarron2015-12-182-3532/+3886
* Change expect-ct test URLs to be more future-compatible.lgarron2015-12-173-1775/+1776
* Use SequencedSocketData in spdy_stream_unittest.mmenke2015-12-171-29/+19
* AlternativeService - change the expiration time from 1 day to 30 days.rtenneti2015-12-161-1/+1
* Add Expect CT report URIs to HSTS preload listestark2015-12-155-3478/+3615
* Remove ScopedVector from http_auth_handler_mockolli.raula2015-12-152-5/+7
* QUIC - Small bug fixes. Persist MRU kMaxServerNetworkStatsHostsToPersistrtenneti2015-12-141-6/+8
* Add two new members quic_connection_error_ and quic_net_error_ in QuicHttpStr...zhongyi2015-12-1212-15/+50
* Remove attotech.net from the HSTS preload list.lgarron2015-12-112-1881/+1879
* Do not persist expired alternative service entries to disk.bnc2015-12-112-2/+70
* Remove VeriSignClass3.palmer2015-12-113-24/+0
* Deprecate parsing "alternate_protocol" in persisted preferences.bnc2015-12-112-37/+23
* Deprecate parsing alternative service expiration if saved as double.bnc2015-12-113-47/+0
* HttpServerProperties - Added a histogram to track the AlternateProtocolServersrtenneti2015-12-111-0/+2
* Remove ScopedVector form http_network_transaction_ssl_unittestolli.raula2015-12-111-3/+3
* Show alternative service expiration in net-internals.bnc2015-12-101-2/+7
* Remove kint32max.avi2015-12-104-40/+49
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-2/+2
* Remove ScopedVector from http_network_transaction_unittestolli.raula2015-12-101-4/+4
* HSTS preload list: do not include subdomains for flipagram.com .lgarron2015-12-102-1988/+1991
* Remove kuint64max.avi2015-12-091-19/+18
* Fix socket reuse of proxy tunnel sockets with unread body data.mmenke2015-12-092-144/+284
* QUIC - Disable Preconnect when QUIC can be spoken to a server with 0RTTrtenneti2015-12-094-3/+114
* Remove haber1903.com and taskstream.com from the HSTS preload list.lgarron2015-12-082-2263/+2263
* Add hstspreload submissions as of 2015-12-07.lgarron2015-12-072-3197/+3837
* Add integration tests for HttpStreamParser::CanReuseConnection logic.mmenke2015-12-072-142/+171
* Add a new member quic_broken_ in HttpNetworkTransaction to record whether all...zhongyi2015-12-0714-6/+204
* Remove kuint32max.avi2015-12-042-20/+22
* Consolidate HttpResponseHeaderTests.bnc2015-12-041-87/+39
* Fix HttpStreamParser::CanReuseConnection().mmenke2015-12-043-8/+5
* Update the static pins to indicate that inputs can also be public keys.lgarron2015-12-031-1/+2
* [Cronet] Public key pinning for Java APIkapishnikov2015-12-031-2/+4
* Remove kint64min.avi2015-12-031-326/+176
* Allow dynamic updating of authentication policiesaberent2015-12-0329-351/+631