summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of net_unittests with Xcode 7 (OS X 10.11 SDK).sdefresne2015-09-151-0/+3
* Compile remoting client plugin with GNsergeyu2015-09-142-283/+293
* CHECK that URLRequestJobs are not orphaned while blocked by extensions.davidben2015-09-147-0/+33
* Move sanitizer and symbol flags out of BUILDCONFIGbrettw2015-09-141-0/+1
* Do not drop data on the floor in SpdySession::DoReadLoop.bnc2015-09-142-3/+68
* net: add fastmail.com and (*.)www.fastmail.com to HSTS preloaded list.Adam Langley2015-09-142-1294/+1297
* Make the QUIC client use secure QUIC always.rch2015-09-142-18/+12
* Expose TrafficStats API to native codetbansal2015-09-149-0/+164
* net: Remove 'libevent' from filenames.tfarina2015-09-1418-308/+284
* Update the comment for LOAD_IGNORE_LIMITSricea2015-09-141-2/+2
* Introduce WebSocketDeflateParameters.yhirano2015-09-1410-211/+618
* Landing Recent QUIC changes until 8/28/2015 18:03 UTC.rtenneti2015-09-1445-296/+783
* Revert of Remove reference counting from HttpNetworkSession. (patchset #11 id...mmenke2015-09-1234-426/+440
* Remove reference counting from HttpNetworkSession.mmenke2015-09-1134-440/+426
* Stop building FilePathWatcher on iOS.sdefresne2015-09-111-0/+4
* Avoid warnings in NetworkQualityEstimatorTest.TestCachingfs2015-09-111-2/+4
* net: Remove libevent entry from DEPS file.tfarina2015-09-111-1/+0
* HSTS Preload List: Add fi and hana.ondemand.com, remove noobs-r-us.co.uk.lgarron2015-09-112-1800/+1804
* Add secure QUIC support to quic_serverrch2015-09-102-27/+42
* Fix gn_all, net_unittests build on GN ios.dpranke2015-09-101-1/+0
* net: Remove code for session cookie deletion experiment.erikchen2015-09-101-36/+1
* Added and implemented URLRequest::GetTotalSentBytes.sclittle2015-09-1017-133/+470
* Landing Recent QUIC changes until 8/26/2015 19:47 UTC.rtenneti2015-09-1013-64/+75
* Stop net_unittests from crashing on OpenEntry failuresbrucedawson2015-09-101-4/+4
* Move Singleton and related structs to namespace baseolli.raula2015-09-1019-27/+38
* Minor code/doc cleanup of SpdyPriorityTree, no functional change.bnc2015-09-092-107/+111
* Make SpdySessionTests robust agains DoReadLoop yielding early.bnc2015-09-091-0/+10
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* QUIC - Disable QUIC when there is bad packet loss rate (50% of thertenneti2015-09-091-2/+2
* Implement SSLConfigService::Observer in QuicStreamFactoryrch2015-09-093-0/+67
* Drop Hixie76 support from WebSocketServer.yhirano2015-09-092-226/+76
* Add HSTS preload list submissions as of 2015-09-08.lgarron2015-09-082-2536/+2660
* Implement an openssl version of a QUIC ProofSource.rch2015-09-0812-13/+402
* QUIC - Cancel loading of server config from disk cache if it takes longerrtenneti2015-09-081-3/+10
* net/dns: Remove unneeded net_util.h includes from header files.tfarina2015-09-0810-6/+9
* Bypass QUIC proxy on ERR_MSG_TOO_BIGtbansal2015-09-082-10/+13
* Refresh the CNNIC whitelist.davidben2015-09-041-1804/+0
* CookieStoreIOS: handle dotted domains correctlyellyjones2015-09-042-28/+18
* jni_generator: Pass object parameters as JavaParamRef.torne2015-09-044-7/+13
* Added IOS_WEB_VIEW_CERT_VERIFIER Net Log source type.eugenebut2015-09-041-0/+1
* Add SocketPerformanceWatcher and associated classestbansal2015-09-037-3/+152
* Certificate Transparency: Add STH Fetching capability.eranm2015-09-031-0/+5
* Expose SIM specific net APIs on Androidtbansal2015-09-033-0/+46
* Remove delbart.se from the HSTS preload list.lgarron2015-09-032-2133/+2131
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Implemented SpdyHttpStream::GetTotalSentBytes.sclittle2015-09-026-11/+119
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* net: add www.icann.org to HSTS preload by manual request.Adam Langley2015-09-022-2004/+2006
* Implemented QuicHttpStream::GetTotalSentBytes.sclittle2015-09-023-2/+75
* Added and implemented HttpStream::GetTotalSentBytes for basic streams.sclittle2015-09-0220-1/+331