summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Parse stream dependency values carried in HTTP/2 headers frame.bnc2015-06-2315-49/+182
* net: add “google” TLD to HSTS preloaded list.Adam Langley2015-06-223-1753/+1763
* Remove listen socket test file.mmenke2015-06-221-351/+0
* [Android log] Remove Log#makeTagdgn2015-06-221-1/+1
* QUIC - Fix QUIC enabled experiment spending significantly more time verifying...rtenneti2015-06-2213-191/+228
* Disable CertVerifyProcTest.EVVerification.Nico Weber2015-06-211-1/+3
* Ignore spurious RTM_NEWLINK wireless messages from rtnetlink.derekjchow2015-06-202-0/+58
* Implement Extended Key Usage parsingnharper2015-06-204-0/+324
* Resolve RFC 6761 localhost names to loopbackestark2015-06-207-48/+276
* net: add mail-settings.google.com to HSTS preloaded list.Adam Langley2015-06-192-1172/+1174
* Fix potential infinite loop in UploadDiskCacheEntryElementReaderUnittest.gavinp2015-06-191-1/+1
* Use a per-connection writer in the QuicTimeWaitListManager.rjshade2015-06-193-3/+10
* Roll src/third_party/boringssl/src/ to 7e8f2baeb7f4987539396948bee91f599a86c52f.davidben2015-06-193-18/+23
* Remove stale-while-revalidate experimental implementation.ricea2015-06-1910-758/+29
* Create blobs from Disk Cache entries.gavinp2015-06-198-5/+513
* Stop crashing in NetworkChangeNotifierMac when running tests.esprehn2015-06-181-0/+2
* Add histograms for how often 4xx/5xx responses have bodies.mmenke2015-06-181-0/+20
* Cleanup: Remove various DoNothing functions and use base::DoNothing().thestig2015-06-182-9/+7
* Remove LOG << "Changing alternative service".bnc2015-06-181-15/+6
* Disabled flaky test QuicConnectionTest.TooManyReceivedPacketsdvadym2015-06-181-0/+3
* SPDY enum cleanup.bnc2015-06-1822-289/+278
* QUIC - Close the QUIC connection only when QUIC is disabled due to veryrtenneti2015-06-183-28/+63
* Include-what-you-use cleanup for http_cache_transaction.*ricea2015-06-182-17/+19
* Landing Recent QUIC changes until 06/17/2015 14:59.rtenneti2015-06-1837-258/+517
* Fix QuicClientSession to refer to QuicSpdySession when calling parent methods.sergeyu2015-06-171-5/+5
* Add unverified_cert to SSLInfo::Reset and operator=estark2015-06-171-0/+2
* Remove dependency on headers stream from QuicSession.rtenneti2015-06-1753-458/+590
* Mark DiskCacheEntryTest.ExternalAsyncIONoBuffer as flaky on iOS.lpromero2015-06-171-1/+7
* Revert of Roll src/third_party/boringssl/src/ to b0acb7743f6c1e4b8307b5898598...davidben2015-06-173-23/+18
* Landing Recent QUIC changes until 06/11/2015 15:01.rtenneti2015-06-1727-156/+492
* Add wire format support for multiple alternative services.bnc2015-06-1710-298/+396
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-1780-79/+70
* Add parent_stream_id_ and exclusive_ fields to SpdyHeadersIR.bnc2015-06-173-27/+96
* Fix fallback tests on old-NSS bots.davidben2015-06-161-3/+3
* Roll src/third_party/boringssl/src/ to b0acb7743f6c1e4b8307b5898598be4f13095f49.davidben2015-06-163-18/+23
* Don't put IP addresses in SNI in SSLClientSocketOpenSSL.davidben2015-06-161-1/+10
* Compute the field trial for session cookie deletion before shutdown.erikchen2015-06-161-2/+5
* Require ECDHE cipher in remoting client.sergeyu2015-06-165-12/+55
* net: convert schokokeks.org to include subdomains.Adam Langley2015-06-162-1584/+1579
* Enable UDPSocketTest.ConnectRandomBind on Android.mef2015-06-161-9/+4
* Disable NetworkQualityEstimatorTest.TestPeakKbpsFastestRTTUpdates as it's sti...jam2015-06-161-1/+2
* Only support seeking file streams from the beginning of the file.reillyg2015-06-1611-114/+45
* Use request start time for estimating network quality.tbansal2015-06-154-62/+65
* Disable the TLS 1.0 version fallback.davidben2015-06-153-33/+48
* Change Maximum number of tracked packets from 5 to 15 timesrtenneti2015-06-152-6/+6
* Store network quality samples so we can compute percentiles.tbansal2015-06-138-118/+316
* net: Remove npapi entry from DEPS file.tfarina2015-06-131-2/+0
* Add served cert chain to SSLInfoestark2015-06-1310-40/+31
* Move EndsWith to base namespace.brettw2015-06-1210-18/+18
* Handle IllegalArgumentException when calling verifyServerCertificates.palmer2015-06-121-0/+2