summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Move JoinString to the base namespace.brettw2015-07-141-2/+2
* Add data files for base and net. Move GN Python proto outputs.brettw2015-07-141-0/+21
* net: Add Life of a URLRequest documentation.mmenke2015-07-142-0/+516
* relnote: Propagate the info for the cipher in the QUIC connection to thertenneti2015-07-1412-0/+88
* Remove CaseInsensitiveCompare from string_util.hbrettw2015-07-142-14/+6
* minor http_cache_transaction cleanuphubbe2015-07-141-32/+31
* Add bengr as per-file owner of network quality files.bengr2015-07-131-0/+3
* reoder functions in the order they are normally executedhubbe2015-07-132-439/+440
* Correct way to obtain JCA private key algorithm.sgurun2015-07-131-5/+7
* Remove mojo::ErrorHandler usage from the mojo/ folder.yzshen2015-07-131-0/+2
* Deprecate 'url::Origin' (1/3).mkwst2015-07-1110-30/+31
* Move GN obj files to target-specific dirsbrettw2015-07-111-1/+48
* Add prefetch UMA metrics.twifkak2015-07-102-1/+12
* Replace base::str[n]casecmp with helper functions.brettw2015-07-1010-58/+47
* Add Net.ProxyScriptFetchSuccessDuration UMA to record how long PAC script fet...cbentzel2015-07-102-0/+13
* Certificate Transparency: Unify test support utilitieseranm2015-07-106-64/+108
* Change the mojo ProxyResolver to use ProxyResolverV8Tracing.sammc2015-07-1031-799/+864
* Add net logging for ServiceWorkerURLRequestJob.falken2015-07-101-0/+69
* Migrate chrome/../download_browsertests away from SpawnedTestServerasanka2015-07-091-18/+0
* Remove -Wno-unused-private-field clang warning suppression.benwells2015-07-094-4/+0
* minor cleanup for PartialDatahubbe2015-07-092-80/+16
* minor http_cache_transaction code cleanuphubbe2015-07-092-27/+12
* Support Kerberos on Androidaberent2015-07-0942-188/+1882
* Revert of Change the mojo ProxyResolver to use ProxyResolverV8Tracing. (patch...Mattias Nissler2015-07-0930-863/+798
* Tidy up *Int*ToString conversions in //netricea2015-07-0911-20/+21
* Change the mojo ProxyResolver to use ProxyResolverV8Tracing.sammc2015-07-0930-798/+863
* UMA for measuring accuracy of Network Quality Estimator.tbansal2015-07-093-30/+165
* QUIC - disable QUIC under recent pathological connection errors.ckrasic2015-07-089-3/+891
* Yield in SpdySession::DoReadLoop after 50 ms.bnc2015-07-083-18/+92
* s/NPN_SPDY_4/NPN_HTTP_2/gbnc2015-07-085-36/+36
* Test WasAlternativeServiceRecentlyBroken in AlternateProtocolServerProperties...bnc2015-07-081-2/+1
* [style] Rename "base" to "class_number" in ContextSpecificConstructed().eroman2015-07-082-4/+13
* Minor code cleanup for PartialDatahubbe2015-07-081-8/+4
* relnote: Flag-protected by FLAGS_quic_do_path_mtu_discovery. Implementrtenneti2015-07-0811-2/+327
* Landing Recent QUIC changes until 6/29/2015 18:07 UTC.rtenneti2015-07-0813-44/+97
* [style] Rename "pem_tok" to "pem_tokenizer"eroman2015-07-081-3/+3
* Improved preconnect testyoav2015-07-086-12/+166
* Add UMA for the kernel's TCP RTT estimate.bmcquade2015-07-086-7/+67
* Add audio/flac mime type for file pickersestade2015-07-081-0/+2
* Change |delta_window_size| to signed type.bnc2015-07-0813-46/+33
* Implement multiple alternative services per origin.bnc2015-07-0813-424/+782
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-081-8/+0
* Add a recursive traversal to verify that an unpacked extension is not using a...dhnishi2015-07-086-46/+73
* Move WriteInto to base namespace.Brett Wilson2015-07-0712-15/+20
* TransportConnectJob: Clean up both sockets when one connects or fails.ttuttle2015-07-071-10/+5
* net: add (*.student.andover.edu) to HSTS preload by manual requestAdam Langley2015-07-072-218/+220
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-066-26/+29
* Move MatchPattern to its own header and the base namespace.brettw2015-07-064-7/+11
* Use EVP_has_aes_hardware to check AES-GCM hardware support.davidben2015-07-061-1/+10
* Remove unused private fields in net/.mlamouri2015-07-066-17/+8