summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Reads network quality provided by the NQE and compares ittbansal2015-06-091-1/+2
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-0922-103/+112
* Move StringToUpperASCII to base namespacebrettw2015-06-092-5/+7
* Fix broken connectivity event listener registration on Androidjkarlin2015-06-092-0/+67
* Remove ICS and remnants of DSA support for Android key store.davidben2015-06-098-176/+41
* Remove unnecessary ExpectLogContainsEventSomewhere in ConnectClientAuthCertRe...davidben2015-06-092-10/+4
* Stop using DeterministicSocketData in a couple http_network_transaction_unitt...mmenke2015-06-091-76/+40
* Added characters that look like padlocks to net IDN character blacklist.mgiuca2015-06-092-12/+34
* Consistently use BYTE* instead of PBYTE in openssl_platform_key_win.cc.davidben2015-06-081-10/+9
* Add HSTS preload list submissions as of 2015-06-04.lgarron2015-06-082-1857/+2274
* Update cached certificates on revalidations.davidben2015-06-086-34/+178
* Start using SequencedSocketData in URLRequestFtpJob tests.mmenke2015-06-083-33/+68
* Unify code to deal with restricted ports.mmenke2015-06-086-46/+61
* Remove multiple reader CRC test.rdsmith2015-06-083-37/+4
* Switch WebSocketTests to using SequencedSocketData.mmenke2015-06-084-78/+68
* Allow startup with missing V8 snapshot file.erikcorry2015-06-081-0/+1
* Remove dangerous std::string constructor for der::Inputnharper2015-06-065-80/+77
* HttpServerProperties - Don't persist if SetServerNetworkStats is calledrtenneti2015-06-053-1/+20
* net: add gvt2.com as an HSTS, Google domain.Adam Langley2015-06-052-1169/+1173
* HttpServerProperties - Don't persist if ConfirmAlternativeService isrtenneti2015-06-052-1/+54
* HttpServerProperties - Don't persist if ClearAlternativeService isrtenneti2015-06-052-1/+28
* HttpServerProperties - Don't persist if SetSupportsSpdy is called withrtenneti2015-06-056-4/+28
* net: add gvt3.com as an HSTS, Google domain.Adam Langley2015-06-052-1168/+1171
* Switch HttpStreamFactoryTest to using SequencedSocketData.mmenke2015-06-051-19/+12
* Use SequencedSocketData in SpdySessionTest.bnc2015-06-051-941/+873
* Apply sizeof to variables instead of types.wtc2015-06-051-15/+16
* Use the exact-width integer types defined in <stdint.h> rather thanwtc2015-06-053-5/+5
* Update references to RFC2616 in HttpStreamParser.wtc2015-06-051-9/+18
* Add std::string versions of URLRequestMockHTTPJob::GetMockUrl and GetMockHttp...mattm2015-06-052-9/+23
* Remove "Default Address Family" behavior from the HostResolver.cbentzel2015-06-055-185/+69
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...hari.singh12015-06-051-1/+1
* Use SequencedSocketData in HttpStreamParserTests.mmenke2015-06-051-164/+51
* Fix use of 'sysroot' variable in harfbuzz.gypsbc2015-06-051-16/+0
* Remove DnsConfigServiceTest.GetSystemConfig testmmenke2015-06-051-20/+0
* s/want_spdy_over_npn/expect_spdy/gbnc2015-06-056-71/+54
* Remove use of c_str() in mime_util.ccnharper2015-06-043-14/+11
* Update references to RFC2616.wtc2015-06-047-24/+29
* Use SequencedSocketData in HttpProxyClientSocketPoolTest.mmenke2015-06-041-30/+18
* Remove SimpleCacheSetSize test.rdsmith2015-06-041-5/+0
* s/kControlFrameBufferSize/ControlFrameBufferSize/bnc2015-06-041-4/+4
* Send timestamps in quic logging as a string rather than "int".eroman2015-06-041-6/+6
* Remove check of sparse entries for simple cache.rdsmith2015-06-041-6/+0
* Remove HttpStreamFactoryImpl::Job::MarkAsAlternate.bnc2015-06-044-74/+87
* Use SequencedSocketData in SpdyHttpStreamTest.bnc2015-06-041-93/+49
* Convert bare pointer to scoped_ptr in net/httpketan.goyal2015-06-045-7/+9
* Landing Recent QUIC changes until 06/01/2015.rtenneti2015-06-0455-498/+894
* Speculative revert to fix ChromeOS PFQ mips buildersbc2015-06-041-0/+16
* QUIC - enable LargePostSmallBandwidthLargeBuffer unittest.rtenneti2015-06-041-7/+3
* HttpServerProperties - Don't persist if SetAlternativeService is calledrtenneti2015-06-044-4/+49
* Use the exact-width integer types defined in <stdint.h> rather thanwtc2015-06-04114-469/+454