summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in URLFetcher unit tests.mmenke2015-04-091-2/+4
* Fix lifetime bug in CreateNetLogEntriesForActiveObjectsMultipleContextsmmenke2015-04-091-1/+1
* Flow control related refactoring.bnc2015-04-099-53/+71
* Move net/ocsp/* into net/cert_net/eroman2015-04-0911-26/+26
* Don't process HSTS/HPKP headers when host is an IP addressestark2015-04-0915-45/+273
* Use a base::LinkedList rather than a std::deque to back CertNetFetcherImpl's ...eroman2015-04-091-16/+19
* Split SdchManager::Dictionary out into separate class/file.rdsmith2015-04-099-320/+457
* Add code to set TCP keep alive delay on OSX.mmenke2015-04-091-0/+8
* Disable logging of failed SPDY PINGs in a timemax bucket, and update histogra...bmcquade2015-04-091-3/+3
* Rewrite session cache in OpenSSL ports.davidben2015-04-0814-1080/+670
* Initial implementation for CertNetFetcher.eroman2015-04-0828-0/+1533
* Inline ClientSocketPoolManager::GroupTypeFromSchemerch2015-04-083-17/+8
* Removed old SDCH ProblemCode constants that are no longer being used in UMA.rdsmith2015-04-081-1/+1
* Change ClientSocketPoolManager::InitSocketHandleForHttpRequest and friendsrch2015-04-085-58/+96
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-0833-828/+80
* * Fix a bug in SpdySession::IncreaseRecvWindowSize() that was causingbnc2015-04-0811-117/+158
* Whitelist CNNIC certsrsleevi2015-04-071-5/+5889
* Remove the confusing request_url argument from the constructorsrch2015-04-0710-50/+18
* Remove android_webview_build conditions from various places.torne2015-04-072-5/+2
* Simplify the interface to ProxyClientSocket::BuildTunnelRequestrch2015-04-078-36/+45
* Add epub mime type.yawano2015-04-071-0/+1
* Add HSTS preload list submissions as of 2015-04-06.lgarron2015-04-072-1635/+1794
* Fix the OpenSSL implementation of ExportKeyingMaterial.davidben2015-04-062-7/+21
* Rename Net.QuicSession.TooManyOpenStream -> Net.QuicSession.TooManyOpenStreamsrch2015-04-061-1/+1
* Revert of Don't process HSTS/HPKP headers when host is an IP address (patchse...estark2015-04-0614-272/+47
* Refresh Public Suffix List to the latest versionrsleevi2015-04-063-25/+264
* Don't process HSTS/HPKP headers when host is an IP addressestark2015-04-0614-47/+272
* Correctly link HttpStreams to QuicSessions in net-internals.rch2015-04-061-1/+1
* QUIC - Crash when there is a bad packet loss and the session is closed.rtenneti2015-04-054-2/+26
* Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.oth2015-04-051-1/+2
* Remove the "alternate_url" outparam fromrch2015-04-034-100/+78
* Update the bundled libssl to NSS 3.18 RTMrsleevi2015-04-0346-4805/+4515
* Move RC4 behind a fallback.davidben2015-04-0310-19/+221
* Clean up URLFetcher unit tests, part 2mmenke2015-04-031-186/+164
* Clean up URLFetcher unit tests, part 1mmenke2015-04-031-207/+71
* Add cookie type metrics.mkwst2015-04-032-0/+22
* Reland 'Require ECDHE for False Start.'davidben2015-04-037-53/+106
* QUIC - use protobuf for cached_network_parameters and source_address_token.rtenneti2015-04-0327-364/+149
* Rename NetLog's Add/Remove observer methods to indicate they are deprecated.eroman2015-04-038-27/+35
* s/NPN_SPDY_3/NPN_SPDY_4/g in tests.bnc2015-04-033-29/+29
* SDCH: track NetworkBytesSpent in SdchOwnerellyjones2015-04-036-27/+59
* Introduce HttpStreamFactoryImpl::Job::IsAlternate.bnc2015-04-033-26/+31
* Net: Add jank trackers to some callbacks TCPSocketWin::Connectrvargas2015-04-033-0/+17
* Revert of Require ECDHE for False Start. (patchset #4 id:60001 of https://cod...alph2015-04-037-106/+53
* Implement the ability to whitelist leaf-certs that chain to specific issuers.rsleevi2015-04-035-0/+323
* Require ECDHE for False Start.davidben2015-04-037-53/+106
* Guard socket file descriptor in UDPSocketLibeventsergeyu2015-04-031-0/+82
* Make TcpListenSocket's CreateAnd* methods privatexunjieli2015-04-031-8/+25
* SDCH: record NetworkBytesSavedByCompressionellyjones2015-04-032-1/+21
* Make UnixDomainListenSocket's CreateAnd* methods privatexunjieli2015-04-033-108/+46