index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
http
/
transport_security_state.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Move dns_util.* into dns directory.
tfarina
2015-10-11
1
-1
/
+1
*
Add StringPiece getters for GURL, minor cleanup.
brettw
2015-09-25
1
-1
/
+2
*
Throw out same-host HTTPS HPKP report URIs
estark
2015-09-01
1
-1
/
+15
*
Allow preloaded pins to contain report URIs; remove special-case reporting
estark
2015-08-12
1
-0
/
+3
*
Convert remaining StringToLowerASCII to ToLowerASCII.
brettw
2015-08-11
1
-2
/
+1
*
Process Public-Key-Pin-Report-Only headers
estark
2015-08-03
1
-20
/
+71
*
Speculative fix for uninit read in TransportSecurityState.
thestig
2015-07-28
1
-1
/
+1
*
Build and send HPKP violation reports
estark
2015-07-28
1
-15
/
+134
*
Parse HPKP report-uri and persist in TransportSecurityPersister
estark
2015-07-27
1
-5
/
+12
*
Revert of Parse HPKP report-uri and persist in TransportSecurityPersister (pa...
rsleevi
2015-07-21
1
-12
/
+5
*
Parse HPKP report-uri and persist in TransportSecurityPersister
estark
2015-07-21
1
-5
/
+12
*
Split TransportSecurityState::DomainState into STSState and PKPState
martijn
2015-06-30
1
-186
/
+242
*
Change histogram.h includes to histogram_macros.h in net/
asvitkine
2015-06-17
1
-1
/
+1
*
Normalize hostnames before searching for HSTS/HPKP preloads
rsleevi
2015-05-20
1
-217
/
+240
*
More specific HSTS rules override less specific regardless of includeSubDomains.
davidben
2015-04-03
1
-12
/
+27
*
Treat HSTS and HPKP state independently.
davidben
2015-01-15
1
-85
/
+123
*
Fix "value possibly truncated" warnings on MSVC, net/ edition.
pkasting
2014-12-01
1
-1
/
+1
*
Update histograms.xml with new enum values for PublicKeyPinFailedDomain.
agl
2014-11-19
1
-2
/
+3
*
net: support a pinning-only, include-subdomains flag in static HSTS.
agl
2014-11-12
1
-10
/
+18
*
Change dont_embed_build_metadata default to 1 except for Official build and f...
sebmarchand
2014-10-31
1
-0
/
+9
*
net: fix bug in compact HSTS representation.
agl
2014-10-20
1
-3
/
+3
*
Use a more compact HSTS representation.
Adam Langley
2014-10-07
1
-382
/
+363
*
Remove the "snionly" concept from the HSTS preload.
Adam Langley
2014-09-25
1
-42
/
+11
*
Perform dynamic pin checks even when the build is not timely.
rch@chromium.org
2014-08-13
1
-7
/
+1
*
net: add pinning for two more Google domains.
agl@chromium.org
2014-08-11
1
-0
/
+2
*
Centralize the logic for checking public key pins from ClientSocketNSS
rch@chromium.org
2014-08-08
1
-36
/
+88
*
net: add HSTS and pinning for Dropbox.
agl@chromium.org
2014-07-02
1
-0
/
+2
*
Handle max-age in HPKP.
palmer@chromium.org
2014-05-15
1
-2
/
+4
*
Make HSTS headers not clobber preloaded pins.
palmer@chromium.org
2014-05-07
1
-120
/
+129
*
net: add (*.)googletagservices.com for Google pins.
agl@chromium.org
2014-04-10
1
-0
/
+1
*
net: yet more pinning debugging.
agl@chromium.org
2014-04-09
1
-26
/
+11
*
net: more pinning debugging.
agl@chromium.org
2014-03-25
1
-2
/
+12
*
Add additional information to pinning reports.
agl@chromium.org
2014-03-12
1
-0
/
+5
*
net: pin (*.)googletagmanager.com
agl@chromium.org
2014-02-04
1
-0
/
+2
*
Revert "net: pin (*.)googletagmanager.com"
agl@chromium.org
2014-02-03
1
-2
/
+0
*
net: pin (*.)googletagmanager.com
agl@chromium.org
2014-02-03
1
-0
/
+2
*
Distinguish STS observation times from PKP observation times.
palmer@chromium.org
2013-12-18
1
-9
/
+18
*
net: allow invalid TransportSecurityState to process invalid DNS names.
agl@chromium.org
2013-11-01
1
-10
/
+0
*
net: add pinning for liberty.lavabit.com.
agl@chromium.org
2013-10-28
1
-0
/
+1
*
Revert 224269 "Don't persist HPKP if PrivacyMode is enabled."
tkent@chromium.org
2013-09-20
1
-8
/
+2
*
Don't persist HPKP if PrivacyMode is enabled.
mef@chromium.org
2013-09-20
1
-2
/
+8
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
More tests for handling HSTS and HPKP headers.
palmer@chromium.org
2013-06-29
1
-14
/
+51
*
Use a direct include of time headers in net/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
1
-1
/
+15
*
Handle includeSubdomains for public key pinning.
palmer@chromium.org
2013-06-12
1
-7
/
+11
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
We don't need DomainState::Equals.
palmer@chromium.org
2013-06-02
1
-7
/
+0
*
Remove "--hsts-hosts" so we don't have to maintain it during upcoming changes...
unsafe@trevp.net
2013-05-29
1
-11
/
+0
[next]