summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Correct way to obtain JCA private key algorithm.Selim Gurun2015-07-141-9/+7
* Add constructors for IOBuffer that take the buffer length as a size_t.Eric Roman2015-07-138-13/+65
* [M44] Add net logging for ServiceWorkerURLRequestJob.Matt Falkenhagen2015-07-121-0/+69
* Allow for an existing bad proxy to be given a new retry delay.Scott Little2015-06-302-6/+63
* QUIC - Fix QUIC enabled experiment spending significantly more timeRaman Tenneti2015-06-2513-325/+231
* Change Maximum number of tracked packets from 5 to 15 times kMaxTcpCongestion...Raman Tenneti2015-06-162-6/+6
* Uprev libssl from 3.18.0 RTM to 3.19.0 RTMRyan Sleevi2015-06-1525-457/+514
* HttpServerProperties - Don't persist if SetSupportsQuic is called withRaman Tenneti2015-06-132-1/+8
* HttpServerProperties - Don't persist if SetServerNetworkStats is calledRaman Tenneti2015-06-133-1/+20
* HttpServerProperties - Don't persist if ConfirmAlternativeService isRaman Tenneti2015-06-132-1/+54
* HttpServerProperties - Don't persist if ClearAlternativeService isRaman Tenneti2015-06-122-1/+28
* HttpServerProperties - Don't persist if SetSupportsSpdy is called withRaman Tenneti2015-06-126-4/+28
* HttpServerProperties - Don't persist if SetAlternativeService is calledRaman Tenneti2015-06-124-4/+49
* Clear the URLRequest.proxy_server_ field when restarting a request.Scott Little2015-06-121-0/+1
* Prevent unlimited re-sends of failed partial requests.Dale Curtis2015-06-113-8/+55
* Revert "Reland "Enable libc++ on Android""Jared Duke2015-06-011-0/+4
* Update the set of known roots for Windows and MacRyan Sleevi2015-05-222-6/+249
* Normalize hostnames before searching for HSTS/HPKP preloadsRyan Sleevi2015-05-223-224/+304
* Measure inappropriate_fallback alerts from Google.David Benjamin2015-05-202-7/+26
* Gather metrics classifying the cause of the TLS fallback.davidben2015-05-1520-16/+178
* Remove WriteBlockedList::use_stream_to_priority.bnc2015-05-156-151/+73
* Reject empty protocol id in HTTP/2 ALTSVC frames.bnc2015-05-152-2/+29
* Remove explicit keyword from multi-arg SpdyPriorityIR constructor.bnc2015-05-151-4/+4
* Land Recent QUIC Changes until 05/13/2015rtenneti2015-05-1536-312/+1038
* Add SpdyFramer methods for SETTINGS_HEADER_TABLE_SIZE.bnc2015-05-152-1/+22
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-153-0/+26
* Implement per-server ProofVerifyDetails in MockCryptoClientStreamFactory.bnc2015-05-154-24/+36
* Temporarily add hook for extending net_java_test_support.yfriedman2015-05-151-2/+5
* Add support for ProxyResolverErrorObserver to ProxyResolverMojo.sammc2015-05-1518-115/+464
* Remove statement redundant with line 777.bnc2015-05-151-1/+0
* Simplify test http_server_properties member access.bnc2015-05-151-14/+12
* Revert of Moves SQLitePersistentCookieStore to net/extras/sqlite. (patchset #...henrika2015-05-157-2250/+0
* Add ProxyResolverFactoryV8Tracing.sammc2015-05-158-445/+612
* Deprecation of MessageLoopProxy usage with ThreadTaskRunnerHandle in net/prox...pranay.kumar2015-05-1510-64/+68
* Rename variables "request_handle" to "request" in CertVerifier tests.eroman2015-05-151-59/+59
* Collect all ConnectionAttempts from both sockets in TransportConnectJob.ttuttle2015-05-1538-32/+325
* Set network_accessed earlier, when network transaction creates stream.ttuttle2015-05-158-62/+122
* Adding ThreadTaskRunnerHandle in lieu of MessageLoopProxy in net/cert and net...anujk.sharma2015-05-153-9/+10
* Fix a race in MultiThreadedProxyResolverTest.ThreeThreads_Basic.sammc2015-05-141-0/+2
* Switch //net functions to use SchemeIsCryptographic() instead of SchemeIsSecu...lgarron2015-05-147-13/+13
* net: add myaccount.google.com to HSTS preload.Adam Langley2015-05-142-1067/+1069
* Moves SQLitePersistentCookieStore to net/extras/sqlite.rohitrao2015-05-147-0/+2250
* sdch: add Sdch3.AdvertisedWithSecureScheme histogramellyjones2015-05-141-0/+2
* SdchObserver: add OnDictionary{Added,Removed}ellyjones2015-05-147-41/+91
* Custom hosts in QuicTestPacketMaker.bnc2015-05-145-17/+34
* Reduce frequency of IPv6 probes in HostResolverImpl.sergeyu2015-05-145-12/+87
* Change QuicNetworkTransactionTest member signatures.bnc2015-05-141-7/+7
* Update marking proxies as bad in ProxyList/ProxyService to use a std::vectorjeremyim2015-05-146-65/+82
* Add UMA for disk latency for cache accesses.rdsmith2015-05-141-0/+4
* Completely remove SSLv3 support.davidben2015-05-1411-145/+57