| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
| |
Since these are just interpreted comments, there's 0 impact on actual code.
This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are
a few others scattered around which will be removed manually in a second part.
|
|
|
|
|
|
| |
Host name was purely being used for HPKP and since HPKP is killed,
this can also go. Currently it doesn't do anything other than
generating build warnings.
|
|
|
|
|
| |
This also removes leftover plumbing for storing preload information
in SiteSecurityService since no service still uses it.
|
|
|
|
| |
Rename the build config option accordingly.
|
|
|
|
|
|
|
| |
- Adds buildconfig option --enable-nss-sqlstore
- Prefixes NSS dbinit with either sql: or dbm: depending on config
- Pre-initializes mozStorage when NSS-SQL storage is used to prevent
an sqlite3_config race in NSS Init
|
| |
|
|
|
|
| |
solves #631, solves #664
|
| |
|
|
|
|
|
|
| |
allows end-entities to be their own trust anchors
https://github.com/MoonchildProductions/moebius/pull/119
|
|
|
|
| |
https://github.com/MoonchildProductions/moebius/pull/126
|
|
|