summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Remove net::GetIANAMediaType, it's not used anymoreservolk2015-01-163-53/+0
* Network bug triage docs: Add some more suggestionsmmenke2015-01-161-6/+16
* Land Recent QUIC Changes.rtenneti2015-01-1632-418/+1085
* Treat HSTS and HPKP state independently.davidben2015-01-155-174/+416
* Fix dangling pointer in OpenSSL NPN fallback.bnc2015-01-151-3/+5
* Handle RES_USE_EDNS0 and RES_USE_DNSSEC being undefined (in uClibc)sfunkenhauser2015-01-151-0/+7
* Get rid of net::DO_NOT_PROMPT_FOR_LOGINbaranovich2015-01-153-12/+6
* net: Remove unused private fieldshashimoto2015-01-159-62/+30
* Fix dangling reference in NormalSpdyTransactionHelper.bnc2015-01-141-1/+1
* Use proper pair type in range-based for map iterations.vmpstr2015-01-141-1/+1
* Add note on ProxyInfo::UseDirect(), etc. to warn that they reset the instancetyoshino2015-01-142-1/+16
* Update net/data/websocket/OWNERS to include active developerstyoshino2015-01-141-3/+3
* Require HPKP pins to be quoted.davidben2015-01-142-5/+29
* Fix crash in handling PushStreamsBacek2015-01-132-3/+5
* QUIC - minor cleanup changes to keep source in sync with internal sourcertenneti2015-01-132-2/+1
* Add TLS_DHE_RSA_WITH_CHACHA20_POLY1305 to ssl_cipher_suite_names.ccdavidben2015-01-132-166/+174
* Updates quic_client_bin.cc to be more user friendly, and support morertenneti2015-01-139-106/+346
* Land Recent QUIC Changes.rtenneti2015-01-1318-55/+215
* Instrumenting TCPSocketWin::DoConnect for jankvadimt2015-01-131-0/+23
* Update {virtual,override,final} for net/ to follow C++11 style.dcheng2015-01-131-1/+1
* Add firebaseio.com and firebaseio-demo.com to the HSTS preload list.lgarron2015-01-122-1797/+1203
* Call EnsureNSSInit in SSLClientSocket::GetMaxSupportedSSLVersion.davidben2015-01-123-40/+32
* Instrumenting QuicTream* to find jank.vadimt2015-01-123-0/+61
* Don't use d2i_AutoPrivateKey in keystore_openssl.ccdavidben2015-01-121-35/+42
* Let prefetched resources skip cache revalidation once for a short duration by...jkarlin2015-01-1212-27/+341
* Enable CertLoader unittests in debug.pneubeck2015-01-101-5/+6
* Cleanup: Call std::string::empty instead of comparing against "".thestig2015-01-101-1/+1
* Do not advertise h2-15 support.bnc2015-01-091-3/+0
* net: drop pinning for tor2web and Lavabit.Adam Langley2015-01-093-1753/+1620
* QUIC - Deleted unused FLAGS_track_retransmission_history flag.rtenneti2015-01-092-9/+0
* Land Recent QUIC Changes.rtenneti2015-01-0943-396/+306
* Add debug information for crbug.com/289715battre2015-01-092-0/+37
* Add new labels to net bug triage docs.mmenke2015-01-091-6/+7
* Act upon HTTP_1_1_REQUIRED.bnc2015-01-0916-9/+376
* net: two manual HSTS removal requests.Adam Langley2015-01-092-1203/+1798
* net: Remove unused private data membershashimoto2015-01-0920-75/+32
* QUIC - enabled FLAGS_allow_truncated_connection_ids_for_quic.rtenneti2015-01-098-8/+97
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-082-4/+4
* Double size of Android and iOS memory dedicated to SDCH dictionaries.rdsmith2015-01-081-1/+1
* Cleanup: Remove some redundant container clear() calls.thestig2015-01-082-3/+1
* Add documentation for net stack teams new bug triage rotation.mmenke2015-01-083-0/+265
* Add an eviction mechanism for SDCH dictionaries.rdsmith2015-01-0811-112/+1078
* Make unix socket Get{Peer|Local}Address return more rational errors.tobiasjs2015-01-081-4/+17
* Override the current proxy config instead of changing it.bengr2015-01-083-1/+28
* Instrumenting URLRequestFileJob::ReadRawData internals for jank.vadimt2015-01-083-0/+16
* Instrumenting QuicStreamFactory::Job internals for jank.vadimt2015-01-082-0/+44
* Instrumenting internals of TCPSocketWin::DoConnect to find jankvadimt2015-01-071-0/+8
* net: Don't store byte-range resources that cannot be revalidated.rvargas2015-01-078-40/+72
* Http cache: Properly reset the status related to partial requests on restart.rvargas2015-01-073-11/+104
* Fix BoringSSL build issues.davidben2015-01-072-4/+2