summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Landing Recent QUIC changes until 9/23/2015 19:17 UTC.rtenneti2015-10-1356-334/+657
* Move //build/module_args/v8.gni to //build_overrides.dpranke2015-10-131-1/+1
* Implement "clear" keyword in SpdyAltSvcWireFormat.bnc2015-10-133-4/+24
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-1311-23/+27
* Attempt to isolate net_unittests.stip2015-10-123-1/+61
* QUIC - Changes to transfer QuicServerInfoFactory ownership from HttpCachertenneti2015-10-125-51/+18
* Get rid of CookieMonster::Delegate typedef.davidben2015-10-122-2/+1
* Rename NetworkDelegate first-party-only flagestark2015-10-1210-33/+35
* Use SSL_get_cipher_by_value to disable cipher suites.davidben2015-10-122-54/+21
* HttpProxyClientSocketPoolTest: Remove some incorrect casts.mmenke2015-10-121-6/+2
* Log GOAWAY frame debug data.bnc2015-10-1214-33/+159
* Certificate Transparency: Minor cleanup: Remove unused constants.eranm2015-10-121-2/+0
* net: Move dns_util.* into dns directory.tfarina2015-10-1118-36/+37
* QUIC - load crypto server config during startup. Save the configs into HttpSe...rtenneti2015-10-106-27/+146
* Enforce WARN_UNUSED_RESULT attribute on Windowsdcheng2015-10-101-2/+5
* Fix header removal on non-POST redirects.svaldez2015-10-092-17/+20
* Add default values to SpdyAltSvcWireFormat::AlternativesService POD members.bnc2015-10-092-10/+18
* Don't use base::MessageLoop::{Quit,QuitClosure} in net/ki.stfu2015-10-0927-49/+50
* Fix two URLRequestJob subclasses that didn't support cancellationmmenke2015-10-092-0/+6
* QUIC - cleanup - make HttpServerProperties a required object forrtenneti2015-10-092-55/+39
* QUIC - Implementation of PropertiesBasedQuicServerInfo class which isrtenneti2015-10-095-4/+240
* Add internetbank.swedbank.se and my.swedbank.se to the HSTS preload list.lgarron2015-10-092-2337/+2341
* QUIC - HttpServerProperties changes to load and persist 5 MRU serverrtenneti2015-10-089-9/+329
* Remove ezequiel-garzon.com and ezequiel-garzon.net from the HSTS preload list.lgarron2015-10-082-1301/+1297
* net: Move DiffServCodePoint enum out of net_util.h.tfarina2015-10-086-33/+48
* [Android] Introduce RegistrationPolicy for NetworkChangeNotifier.timvolodine2015-10-085-132/+226
* Add "v=" parameter to SpdyAltSvcWireFormat.bnc2015-10-084-36/+71
* epoll_server: Simplify EpollServer::SetNonblocking() implementation.tfarina2015-10-072-11/+2
* net: Move dns_reloader.* into dns directory.tfarina2015-10-075-8/+8
* Convert some DCHECKs to CHECKs to find broken URLRequestJob subclassesmmenke2015-10-071-4/+8
* Add an HttpProxyClientSocketWrapper class, to store auth informationmmenke2015-10-0714-358/+1347
* net: Move StripWWW/FromHost functions out of net_util.h.tfarina2015-10-072-18/+0
* simplecache: Always replace temp-indexpasko2015-10-072-1/+34
* Reland of Proxy auth: Use a new socket after disconnect while getting credent...mmenke2015-10-074-118/+192
* Add a size estimation mechanism to StoragePartitionHttpCacheDataRemover.msramek2015-10-0716-0/+173
* Certificate Transparency: Require diverse Signed Certificate Timestampseranm2015-10-076-16/+184
* Cause HpackEncoder to send a header table size update when the spec requires.bnc2015-10-073-5/+110
* net: Remove FilePath version of URLRequestMockHTTPJob::GetMockHttpsUrl().tfarina2015-10-072-8/+0
* Added Network Quality Estimator Real-time interface to Cronetbengr2015-10-073-61/+337
* net: Always import //tools/grit/grit_rule.gni.tfarina2015-10-061-7/+1
* Remove unused ProxyService::quick_check_enabled().tnagel2015-10-061-2/+0
* Use vector operations for WebSocket masking.ricea2015-10-062-7/+31
* Add SpdyHeadersHandlerInterface support to HpackDecoder.bnc2015-10-063-48/+120
* Advertise protocols in preference order with BoringSSL ALPN.bnc2015-10-066-15/+37
* Fix HPACK table size handling in SpdyFramer.bnc2015-10-065-16/+18
* Call EnsureNSSHttpIOInit in the chimera build.davidben2015-10-061-0/+12
* Make QUIC epoll client work with cert verification.rch2015-10-062-0/+4
* Improve bad proxy display in net-internals.mmenke2015-10-062-4/+16
* Remove mtomasz@chromium.org from net/test/embedded_test_server/OWNERS.mmenke2015-10-061-1/+0
* Removing ListenSocket from EmbeddedTestServersvaldez2015-10-0623-1341/+270