| Commit message (Expand) | Author | Age | Files | Lines |
* | Coverity: Fix two pass-by-values. | jhawkins@chromium.org | 2012-05-04 | 1 | -2/+2 |
* | Refactor TransportSecurityState. | palmer@chromium.org | 2012-05-01 | 1 | -179/+196 |
* | Remove a declaration for an unimplemented function in TransportSecurityState. | rsleevi@chromium.org | 2012-03-03 | 1 | -5/+0 |
* | Fix bug in HasMetadata: Updates argument even if it fails. | palmer@chromium.org | 2012-02-15 | 1 | -12/+33 |
* | Resolve style nits and clean up Strict-Transport-Security header handling code. | palmer@chromium.org | 2012-01-11 | 1 | -1/+2 |
* | Implement HTTP header-based public key pinning. | palmer@chromium.org | 2012-01-05 | 1 | -33/+79 |
* | Simple change to simplify TransportSecurityState. | palmer@chromium.org | 2011-12-27 | 1 | -10/+0 |
* | net: make interstitials fatal for pinned sites | agl@chromium.org | 2011-11-29 | 1 | -6/+23 |
* | net: expand upon the comment for IsChainOfPublicKeysPermitted | agl@chromium.org | 2011-11-03 | 1 | -4/+10 |
* | net: reject other intermediates from Equifax | agl@chromium.org | 2011-11-02 | 1 | -2/+11 |
* | Report second-level domains for UMA on pin failure. | palmer@chromium.org | 2011-10-31 | 1 | -0/+5 |
* | Recommit fraudulent certificate reporting infrastructure. | palmer@chromium.org | 2011-10-15 | 1 | -0/+15 |
* | Revert 105624 - Revert 105614. | palmer@chromium.org | 2011-10-15 | 1 | -15/+0 |
* | Revert 105614. | palmer@chromium.org | 2011-10-15 | 1 | -0/+15 |
* | Revert 105595 - Initial infrastructure for the fraudulent certificate chain r... | apatrick@chromium.org | 2011-10-14 | 1 | -15/+0 |
* | Initial infrastructure for the fraudulent certificate chain reporting | palmer@chromium.org | 2011-10-14 | 1 | -0/+15 |
* | Fix Windows shared library build. | phajdan.jr@chromium.org | 2011-09-27 | 1 | -1/+2 |
* | Make TransportSecurityState not ref-counted for simplicity. | phajdan.jr@chromium.org | 2011-09-27 | 1 | -21/+15 |
* | Move TransportSecurityPersister completely to IO thread. | phajdan.jr@chromium.org | 2011-09-21 | 1 | -0/+3 |
* | net: support side-pinning of public keys. | agl@chromium.org | 2011-09-20 | 1 | -0/+9 |
* | net: remove opportunistic HTTPS stuff. | agl@chromium.org | 2011-09-19 | 1 | -4/+2 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -3/+3 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -2/+3 |
* | Fix net/ command-line pollution introduced in http://codereview.chromium.org/... | cevans@chromium.org | 2011-05-02 | 1 | -4/+11 |
* | Report cert-pin only metadata correctly in the chrome://net-internals/#hsts UI. | cevans@chromium.org | 2011-04-27 | 1 | -4/+8 |
* | Add support for enforcing certificate pinning without requiring https on a | cevans@chromium.org | 2011-04-26 | 1 | -0/+12 |
* | Add command-line control of the HSTS preload list. | cevans@chromium.org | 2011-04-21 | 1 | -2/+9 |
* | Clang build fix after r81584. | agl@chromium.org | 2011-04-14 | 1 | -5/+2 |
* | net: implement the beginnings of HSTS pinning | agl@chromium.org | 2011-04-14 | 1 | -0/+10 |
* | Add gmail.com and googlemail.com to the HSTS hardcoded list. These domains | cevans@chromium.org | 2011-04-09 | 1 | -3/+6 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | HSTS: add net-internals UI. | agl@chromium.org | 2011-02-17 | 1 | -3/+12 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 1 | -5/+5 |
* | net: limit HSTS ages to one year. | agl@chromium.org | 2010-11-30 | 1 | -0/+3 |
* | FBTF: Remove unneeded headers from base/ (part 9) | thestig@chromium.org | 2010-11-20 | 1 | -1/+0 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 1 | -1/+1 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -3/+1 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | net: include the root label in DNSDomainFromDot | agl@chromium.org | 2010-07-27 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add virtual to some base classes that have virtual methods | jar@chromium.org | 2010-06-25 | 1 | -0/+3 |
* | Remove locks from StrictTransportSecurityState. | abarth@chromium.org | 2010-03-14 | 1 | -3/+0 |
* | Add paypal.com to the preloaded STS list. | agl@chromium.org | 2010-03-10 | 1 | -0/+4 |
* | Tie the lifetime of persisted transport-security metatdata to clearing cookies, | cevans@chromium.org | 2010-02-23 | 1 | -1/+6 |
* | SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade. | agl@chromium.org | 2009-12-11 | 1 | -0/+111 |