summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* More specific HSTS rules override less specific regardless of includeSubDomains.davidben2015-04-033-13/+74
* Link HttpStreams to QuicSessions in net-internals.rch2015-04-032-0/+11
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-024-48/+0
* Add a new histogram Net.QuicSession.TooManyOpenStreamrch2015-04-021-0/+4
* Re-sort the net gyp files following the move to net/log.eroman2015-04-022-21/+21
* Make alternative Job observe alternative port.bnc2015-04-024-37/+91
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-02197-1011/+1030
* Refactor ProxyService to take a ProxyResolverFactory instead of a ProxyResolver.sammc2015-04-0215-563/+778
* Remove DCHECK and if on (socket->IsConnected).bnc2015-04-011-10/+7
* Add host result caching to HostResolverMojo.sammc2015-04-013-10/+163
* Revert of Enable 'First-Party-Only' cookies by default. (patchset #3 id:40001...mkwst2015-04-0110-1/+120
* Support parsing a Sec-WebSocket-Extensions header with multiple elementstyoshino2015-04-016-97/+180
* Partially remove the instrumentation for testing invalid BoundNetLog.eroman2015-04-012-36/+3
* [Clean up] Remove the obsolete "Infinite Cache" field trial.isherman2015-03-312-14/+0
* Remove the ScopedBandwidthMetrics class and associated Net.DownloadBandwith m...rkaplow2015-03-316-182/+2
* Make the test server's SlowServerHandler match the documentation.davidben2015-03-311-2/+2
* Remove declaration of URLRequestHttpJob::HttpTransactionDelegateImpl.mmenke2015-03-311-1/+0
* Remove the '--enable-file-cookies' flag.mkwst2015-03-312-16/+33
* Update generate-cross-signed-certs.sh to use SHA256 instead of SHA1estark2015-03-317-218/+219
* Introduce AlternativeServiceInfo.bnc2015-03-3111-292/+399
* HSTS preload list submissions as of 2015-03-27.lgarron2015-03-312-1589/+1697
* Remove memory corruption detection code from UDPSocketLibeventsergeyu2015-03-312-15/+0
* Cookie Monster: Fix 'duplicates' histogram to use the correct variable.mkwst2015-03-301-1/+1
* Make SdchOwner resilient to dictionary used notifications post deletion.rdsmith2015-03-305-6/+68
* Send mock response headers in url_request_mock_data_job.ccxunjieli2015-03-302-0/+31
* Remove some unused Net.* metrics.rkaplow2015-03-302-13/+1
* User histograms show that --use-spdy=force-alt-protocols in not usedbnc2015-03-305-75/+0
* HttpServer: don't crash in SetReceiveBufferSize/SetSendBufferSize if connecti...vkuzkokov2015-03-301-4/+4
* Fix outdated comment in EmbeddedTestServire: HttpResponse is an interface.mlamouri2015-03-301-1/+1
* Revert "make EpollServer with with Posix poll(), take 2."rch2015-03-3013-493/+185
* Revert "Patches to quic_socket_utils for MacOS"rch2015-03-303-39/+8
* Revert "Nits from review of https://codereview.chromium.org/964973003"rch2015-03-302-6/+5
* Revert "Compile quic_server on MacOS"rch2015-03-303-19/+5
* Use IPAddressNumber instead of IPEndPoint in QuicCryptoServerConfigrch2015-03-3010-82/+78
* Remove QuicSession::GetSSLInfo and QuicDataStream::GetSSLInforch2015-03-306-19/+4
* Land Recent QUIC Changes until 03/27/2015rch2015-03-2945-261/+165
* QUIC - Added the following finch trial parameters to disable QUIC ifrtenneti2015-03-281-1/+1
* Set Origin header to "null" for cross origin redirects.jww2015-03-2812-3/+122
* Various formatting changes to shared QUIC server code found while syning with...rch2015-03-2713-1479/+22
* Replace a CHECK in the socket pool code with a NOTREACHED().mmenke2015-03-271-4/+8
* Add trivial memory corruption detection in UdpSocketLibevent.sergeyu2015-03-272-6/+17
* Work around a bug in the NCryptSignHash implementation of some smartcards.davidben2015-03-271-8/+54
* QUIC - disable QUIC if packet loss rate is bad for a connection.rtenneti2015-03-2714-15/+256
* Land Recent QUIC Changes until 03/25/2015.rtenneti2015-03-2714-91/+206
* QUIC - deleted unused class.rtenneti2015-03-271-1/+0