summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Drop unused base/tuple.h inclusiontzik2014-12-092-2/+0
* Revert of Block port 443 for all protocols other than HTTPS or WSS. (patchset...lgarron2014-12-084-62/+5
* Instrumenting callbacks of SingleRequestHostResolver to find jank.vadimt2014-12-086-0/+36
* QUIC - Stash away a WeakPtr to DiskCacheBasedQuicServerInfo beforertenneti2014-12-082-1/+48
* Instrumenting URLRequest::Read and ResourceLoader::CompleteResponseStarted to...vadimt2014-12-081-0/+9
* Simplify sizeof(kFrameData) calculation for improved readability.brucedawson2014-12-081-2/+2
* Do not call GenerateCacheKey() if disk cache is disabled.stinae2014-12-081-1/+1
* Remove using namespace in net/quic/quic_stream_sequencer.hhalton.huo2014-12-0843-47/+86
* Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti...hidehiko2014-12-089-220/+240
* Fix "value possibly truncated" warnings on MSVC, net/spdy/ edition.pkasting2014-12-0513-115/+121
* Add histograms to track how long QUIC read/write operations take to complete.rch2014-12-052-1/+12
* Disk cache: make sure that data outside of a sparse block is dropped.rvargas2014-12-052-19/+149
* Block port 443 for all protocols other than HTTPS or WSS.lgarron2014-12-054-5/+62
* Change three SPDY tests to use port 8080 instead of 443.lgarron2014-12-054-42/+52
* Land Recent QUIC Changesrtenneti2014-12-0426-54/+214
* Fix data race in DirectoryLister on cancellation.mmenke2014-12-043-105/+264
* net: a batch of HSTS preloads.Adam Langley2014-12-042-1579/+1682
* gn format // (the rest, except mojo)scottmg2014-12-034-319/+326
* Don't implement RsaMethodSignRaw on Windows.davidben2014-12-031-56/+21
* Upstream "nsurl_util.{h,mm}" from Chrome on iOS repository.erikchen2014-12-039-0/+360
* Cleanup: Remove some unneeded string allocations.thestig2014-12-031-1/+1
* Further instrumentations to locate the jank sourcevadimt2014-12-032-9/+92
* Switch Windows over to BoringSSL from NSS.davidben2014-12-032-2/+2
* Certificate Transparency: Require SCTs for EV certificates.eranm2014-12-0319-113/+547
* Disallow support for a*.example.net, *a.example.net, and a*b.example.net in c...rsleevi2014-12-032-22/+13
* Implement SSLClientSocket::GetMaxSupportedSSLVersion, this time without break...bnc2014-12-033-0/+22
* Optimized HostPortPair::ToString and CookieMonster::GetAllCookiesForURLWithOp...georgesak2014-12-024-28/+14
* Require 'git cl format' for net/ uploads as decided by the net team.jkarlin2014-12-021-0/+12
* Roll BoringSSL.davidben2014-12-021-6/+6
* Use QuicPacketCount for the number of dropped packets.pkasting2014-12-025-12/+13
* Reduce the amount of <(PRODUCT_DIR)/pyproto/ files being mapped.maruel2014-12-021-1/+1
* Add MaxBandwidth support to Android's NetworkChangeNotifier as defined in the...jkarlin2014-12-0212-64/+463
* Revert of Implement SSLClientSocket::GetMaxSupportedSSLVersion. (patchset #5 ...thakis2014-12-023-18/+0
* Implement SSLClientSocket::GetMaxSupportedSSLVersion.bnc2014-12-023-0/+18
* Instrumenting most popular callbacks of HostResolverImpl::Request::OnComplete.vadimt2014-12-022-0/+12
* Revert of Switch Windows over to BoringSSL from NSS. (patchset #2 id:20001 of...markusheintz2014-12-021-1/+1
* Switch Windows over to BoringSSL from NSS.davidben2014-12-021-1/+1
* Explicitly add header for net::IOBufferhalton.huo2014-12-022-0/+2
* Adding more instrumentations to find jankiness.vadimt2014-12-021-0/+41
* Fix a bug in HttpServerPropertiesImpl::HasAlternateProtocolrch2014-12-012-4/+38
* Clean up type usage and fix MSVC "truncated value" warnings in net/quic/.pkasting2014-12-0152-224/+271
* Fix "value possibly truncated" warnings on MSVC, net/ edition.pkasting2014-12-0120-79/+83
* Remove redundant ERR_QUIC_HANDSHAKE_FAILED handling.bnc2014-12-011-5/+0
* Correct initial flow control window size for HTTP/2.bnc2014-12-017-97/+115
* Implement EVP_PKEY_supports_digest in Windows EVP_PKEY wrappers.davidben2014-11-271-3/+36
* Fix "value possibly truncated" warnings on MSVC, net/disk_cache edition.pkasting2014-11-2612-83/+95
* Initial version of client auth support for Windows BoringSSL.davidben2014-11-262-3/+664
* Remove three empty files.Nico Weber2014-11-263-0/+0
* win: Remove printfs from net/proxy/dhcp unittests.thakis2014-11-261-9/+2
* Revert of QUIC - Android - small experiment to flush http_server_properties (...rtenneti2014-11-261-6/+0