summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Don't trust SHA-1 from publicly trusted CAs on/after 2016-1-1rsleevi2015-11-1313-45/+355
* Factor out the string lookup code from registry_controlled_domainsricea2015-11-1310-147/+371
* Refresh Public Suffic List to the latest versionrsleevi2015-11-132-5/+90
* Add static key pinning for {search, login, mail, edit}.yahoo.comlgarron2015-11-133-1387/+1443
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-1315-18/+18
* Properly handle IPv6 literals in CONNECT requestsrsleevi2015-11-124-199/+241
* Landing Recent QUIC changes until 2015-11-09 20:32 UTCrjshade2015-11-1272-578/+1495
* Minor fix to quic_serverjri2015-11-122-16/+20
* Initial implementation of RequestPriority-based HTTP/2 dependencies.rdsmith2015-11-1212-183/+550
* Gather metrics on the hash used in ServerKeyExchange signatures.davidben2015-11-111-0/+7
* Retire Net.SSLSessionVersionMatch and various dead SSL metrics.davidben2015-11-111-10/+0
* Avoid out-of-bounds operator[] in HpackEncoder.bnc2015-11-111-1/+2
* headless: Add gn setting headless modeskyostil2015-11-111-2/+2
* Certificate Transparency: Missing test case for proof parsingeranm2015-11-112-0/+13
* Add code to parse RFC 5280 KeyUsage extension.eroman2015-11-116-0/+221
* Replace most uses of asset_location with android_assets() templatepkotwicz2015-11-111-17/+1
* Add code to parse RFC 5280 BasicConstraints extension.eroman2015-11-1116-0/+297
* relnote: Removing code (unused in prod) to convert QUIC from SPDY3 to SPDY4rtenneti2015-11-118-45/+20
* Increase WebSocket limit to 255dkelson2015-11-112-20/+31
* Add a function to parse RFC 5280 "Extensions".eroman2015-11-1115-0/+552
* Fix EpollServer::NowInUsec() and ::ApproximateNowInUs() to no longer returnjdcormie2015-11-111-1/+1
* Include tab IDs when reporting data use accounting.sclittle2015-11-1010-39/+33
* Use full path to dlopen() the Kerberos library.kerrnel2015-11-101-3/+6
* Add a function for parsing an RFC 5280 Extension.eroman2015-11-107-0/+202
* Add HSTS preload list submissions as of 2015-11-10.lgarron2015-11-102-2918/+3247
* Rate limit HPKP reportsestark2015-11-103-63/+198
* include what you use: errno.h and string.h in net/mostynb2015-11-105-0/+5
* QUIC - minor bug fix quic_simple_client_bin. Initialize cert verifier.rtenneti2015-11-101-5/+4
* QUIC - Check for empty active_sessions_ std::map before calling find.rtenneti2015-11-101-8/+20
* Roll src/third_party/boringssl/src 2e0901b75..e348ff4a7davidben2015-11-101-2/+2
* Refresh the CNNIC whitelist.davidben2015-11-091-492/+0
* Revert "URLRequestJob: change ReadRawData contract"xunjieli2015-11-0922-353/+371
* Do not call NotifyDone in URLRequestJob::ReadRawDataComplete if ERR_IO_PENDINGxunjieli2015-11-091-1/+3
* Certificate Transparency: Parse consistency proof JSONeranm2015-11-085-0/+115
* Treat exact domain match cookies on public suffixes as host cookies.mkwst2015-11-073-4/+53
* Implement Token Binding negotiation TLS extensionnharper2015-11-076-0/+236
* Merge two recent QUIC changes to fix timeout bug.rch2015-11-066-10/+331
* Fix ScopedTempDir in net_unittests.wkorman2015-11-062-50/+54
* net: Always use 'buf', not 'buff', as abbreviation.ttuttle2015-11-065-13/+17
* Switch QUIC to calling EVP_aead_chacha20_poly1305_old.davidben2015-11-062-4/+12
* Broadcast connection type initializationjbriance2015-11-064-5/+74
* URLRequestContextBuilder: Add missing underscore.mmenke2015-11-061-1/+1
* URLRequestJob: change ReadRawData contractxunjieli2015-11-0622-371/+354
* net: Move AddressFamily related functions out of net_util.h.tfarina2015-11-0612-45/+70
* Remove TransportSecurityState::IsGooglePinnedProperty.davidben2015-11-063-80/+1
* Reland of Migrating tests to use EmbeddedTestServer (/net) (patchset #1 id:1 ...tommycli2015-11-0614-829/+843
* Move net sources so NaCl will still compile correctly.dpranke2015-11-051-3/+3
* Revert of Migrating tests to use EmbeddedTestServer (/net) (patchset #4 id:60...tommycli2015-11-0514-843/+829
* QUIC - delete #ifdef USE_OPENSSL in unittests.rtenneti2015-11-058-99/+139
* Remove unused SpdyStreamId argument from HpackDecoder methods.bnc2015-11-056-26/+20