summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add hstspreload submissions as of 2016-01-21.lgarron2016-01-222-4193/+4321
* Allow std::unordered_*.davidben2016-01-228-6/+7
* Disable QUIC when a connection timesout with open streams by setting threshol...zhongyi2016-01-224-2/+70
* Add a finch trial param to disable QUIC when connection times out with open s...zhongyi2016-01-212-0/+3
* relnote: QuicAlarms are now allocated out of an arena in QuicConnection. Guar...jdorfman2016-01-2121-51/+645
* Use EXPECT instead of DCHECK in traffic_stats_unittestdaniimms2016-01-211-4/+4
* Minor refactor of MaybeMigrateOrCloseSessions, in preparation for CL(s) imple...jri2016-01-212-41/+80
* QUIC - track the time it takes for OnStreamReadyCallback() to be called.rtenneti2016-01-212-0/+5
* Fix max_concurrent_streams == 0 behavior.bnc2016-01-213-16/+114
* Match definition and declaration order of CookieMonster methods.mmenke2016-01-212-269/+254
* Fix division by zero. Test filter with empty output.eustas2016-01-212-3/+22
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderLinesolli.raula2016-01-218-14/+15
* Convert some raw CanonicalCookie ptrs to scoped_ptr<CanonicalCookie>.tfh2016-01-215-178/+157
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-214-31/+31
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-218-7/+6
* net: build HttpUtil::SpecForRequest as part of http_util.cctfarina2016-01-215-28/+9
* Allow std::unordered_*.davidben2016-01-218-6/+7
* Make X509Certificate methods return a scoped_refptrsvaldez2016-01-206-39/+40
* Disable MultiThreadedProxyResolverTest tests on Androidxunjieli2016-01-201-17/+21
* Make NetworkChangeNotifier.isOnline() return true for UNKNOWN connection type.pauljensen2016-01-202-2/+22
* net: move more functions out of net_util.htfarina2016-01-2023-496/+488
* Adding SSLPlatformKeyChromecast.ryanchung2016-01-203-0/+151
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-204-4/+4
* Add hstspreload submissions as of 2016-01-19.lgarron2016-01-202-4099/+4341
* Deprecate SpdySession::FlowControlState.bnc2016-01-205-215/+82
* Remove unused GetUrlFromHeaderBlock() argument.bnc2016-01-205-9/+5
* net: read the dns query id in terms of base::ReadBigEndian() functiontfarina2016-01-192-19/+15
* Include subdomains for dropbox.com in the HSTS preload list.lgarron2016-01-192-1314/+1312
* Add UMAs to BrotliFilter.eustas2016-01-191-10/+83
* Log HTTP/2 priority information when sending HEADERS.bnc2016-01-192-16/+44
* Simplify the QUIC host whitelist since embedders can the whitelist extension.rch2016-01-161-6/+2
* Remove subdomains (except www) from gpo.gov in the HSTS preload list.lgarron2016-01-162-1939/+1941
* Remove a typo in QuicDispatcher introduced in mergezhongyi2016-01-151-1/+0
* QUIC - Allow cronet apps to specify how many server configs are to bertenneti2016-01-1514-36/+126
* [NetworkChangeNotifier] Notify max bandwidth changed on Android when connecti...jkarlin2016-01-156-33/+169
* QUIC - When write fails durin sending headers (WriteHeaders call)rtenneti2016-01-152-0/+34
* Regenerate the set of Windows Known Roots to more comprehensively cover vario...nharper2016-01-154-840/+1889
* Rename chromium-specific QUIC classes.rch2016-01-1524-144/+147
* Teach URLRequest about initiator checks for First-Party-Only cookies.mkwst2016-01-1516-97/+167
* Remove QuicConnection::PacketWriterFactory and QuicDispatcher::PacketWriterFa...jdorfman2016-01-1530-398/+86
* Tune down V8 for proxy auto configjochen2016-01-151-0/+7
* Remove unused SPDY/3 enum values.bnc2016-01-159-27/+10
* Fix small bug in url construction for QuicSimpleServerSessionTest.zhongyi2016-01-141-1/+1
* net: add google{video|weblight}.com and static.googleadsserving.cn with Googl...Adam Langley2016-01-142-1905/+1918
* net: sort initial sections of the HSTS list.Adam Langley2016-01-141-86/+84
* Implement simpler CT consistency proof algorithm.davidben2016-01-144-197/+92
* Return ChannelState from WebSocketChannel::SendFramericea2016-01-142-36/+32
* Remove o7.com, lucameraga.it, hostelinsplit.com, and kotarac.net from the HST...lgarron2016-01-142-2611/+2604
* net: calculate the start of question section through the size of dns Header typetfarina2016-01-141-2/+2
* net: move GetIdentifyFromURL function into url_util.htfarina2016-01-148-120/+99