summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unused private data membershashimoto2015-01-0920-75/+32
* QUIC - enabled FLAGS_allow_truncated_connection_ids_for_quic.rtenneti2015-01-098-8/+97
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-082-4/+4
* Double size of Android and iOS memory dedicated to SDCH dictionaries.rdsmith2015-01-081-1/+1
* Cleanup: Remove some redundant container clear() calls.thestig2015-01-082-3/+1
* Add documentation for net stack teams new bug triage rotation.mmenke2015-01-083-0/+265
* Add an eviction mechanism for SDCH dictionaries.rdsmith2015-01-0811-112/+1078
* Make unix socket Get{Peer|Local}Address return more rational errors.tobiasjs2015-01-081-4/+17
* Override the current proxy config instead of changing it.bengr2015-01-083-1/+28
* Instrumenting URLRequestFileJob::ReadRawData internals for jank.vadimt2015-01-083-0/+16
* Instrumenting QuicStreamFactory::Job internals for jank.vadimt2015-01-082-0/+44
* Instrumenting internals of TCPSocketWin::DoConnect to find jankvadimt2015-01-071-0/+8
* net: Don't store byte-range resources that cannot be revalidated.rvargas2015-01-078-40/+72
* Http cache: Properly reset the status related to partial requests on restart.rvargas2015-01-073-11/+104
* Fix BoringSSL build issues.davidben2015-01-072-4/+2
* Add HSTS preload list submissions as of 2015-01-06.lgarron2015-01-062-1720/+1270
* Remove unused Net.IPv6ConnectDuration histogram.asvitkine2015-01-061-3/+0
* Roll BoringSSL 306e520:aac2f6adavidben2015-01-062-11/+18
* net: two manual HSTS updates.Adam Langley2015-01-062-1396/+1396
* QUIC - Formatting changes to keep code in sync with the internal tree.rtenneti2015-01-062-12/+12
* Instrument first / non-first SSL_do_handshake and X509Certificate::CreateFrom...vadimt2015-01-062-4/+30
* QUIC - Cancel loading of server config from disk cache based on srtt.rtenneti2015-01-065-12/+45
* Http Cache: Improve handling of unexpected responses with byte ranges.rvargas2015-01-064-52/+323
* Sanitize headers in Proxy Authentication Required responsesttuttle2015-01-065-44/+150
* QUIC - Persist MRU 200 server's srtt (smoothed_rtt) of ServerNetworkStatsrtenneti2015-01-068-235/+421
* Land Recent QUIC Changes.rtenneti2015-01-0532-140/+177
* net: add Google pins for (*.)blogger.com.Adam Langley2015-01-052-714/+718
* net: remove pinning for crypto.cat.Adam Langley2015-01-054-1213/+1718
* Add HSTS preload entries submitted as of 2014-12-22.lgarron2015-01-052-1678/+1178
* net: remove simple cache workaround from the HTTP cachervargas2015-01-052-78/+0
* QUIC - fix reading of "supports_quic" server property from prefs file ifrtenneti2015-01-052-15/+69
* Land Recent QUIC Changes.rtenneti2015-01-0530-295/+506
* net: Add more net-internals logging to the HTTP cache.rvargas2015-01-023-5/+116
* Fix build break of use_openssl=1 caused by strict enforcement of override che...eroman2015-01-021-8/+8
* Certificate Transparency: Add DigiCert's log.eranm2015-01-021-2/+10
* Instrumenting QuicStreamFactory::Job::DoConnect to find jank.vadimt2014-12-301-0/+11
* Instrumenting ReadRawData and InformDelegateDownloadProgress to find jank.vadimt2014-12-305-1/+40
* Instrumenting TCPClientSocket::Connect to find jank.vadimt2014-12-301-0/+17
* Remove deprecated methods from Pickle.avi2014-12-2810-34/+31
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-2810-31/+34
* Instrumenting SSL_do_handshake and UpdateServerCert to find jank.vadimt2014-12-242-6/+38
* Standardize usage of virtual/override/final specifiers in net/.dcheng2014-12-239-56/+51
* Remove deprecated methods from Pickle.Avi Drissman2014-12-2210-34/+31
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-2/+0
* Land Recent QUIC Changes.rtenneti2014-12-1925-218/+720
* Instrumenting TransportConnectJob::DoTransportConnect to find jank.vadimt2014-12-191-0/+16
* Implement zero-copy SSL buffers.haavardm2014-12-192-30/+54
* QUIC - don't load data from disk cache if alternate protocol map doesn'trtenneti2014-12-195-5/+32
* net: Fix latent style issuesdmichael2014-12-184-25/+30
* Remove SpdyHeadersBlockParser::Reset().bnc2014-12-184-20/+4