Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-07-04 | Enable ShellCheck rules | Hennadii Stepanov | |
Enabled ShellCheck rules: SC1087 SC2001 SC2004 SC2005 SC2006 SC2016 SC2028 SC2048 SC2066 (note that IFS already contains only a line feed) SC2116 SC2166 SC2181 SC2206 SC2207 SC2230 SC2236 | |||
2018-06-18 | Merge #13454: Make sure LC_ALL=C is set in all shell scripts | Wladimir J. van der Laan | |
47776a958b08382d76d69b5df7beed807af168b3 Add linter: Make sure all shell scripts opt out of locale dependence using "export LC_ALL=C" (practicalswift) 3352da8da1243c03fc83ba678d2f5d193bd5a0c2 Add "export LC_ALL=C" to all shell scripts (practicalswift) Pull request description: ~~Make sure `LC_ALL=C` is set when using `grep` range expressions.~~ Make sure `LC_ALL=C` is set in all shell scripts. From the `grep(1)` documentation: > Within a bracket expression, a range expression consists of two characters separated by a hyphen. It matches any single character that sorts between the two characters, inclusive, using the locale's collating sequence and character set. For example, in the default C locale, `[a-d]` is equivalent to `[abcd]`. Many locales sort characters in dictionary order, and in these locales `[a-d]` is typically not equivalent to `[abcd]`; it might be equivalent to `[aBbCcDd]`, for example. To obtain the traditional interpretation of bracket expressions, you can use the C locale by setting the `LC_ALL` environment variable to the value C. Context: [Locale issue found when reviewing #13450](https://github.com/bitcoin/bitcoin/pull/13450/files#r194877736) Tree-SHA512: fd74d2612998f9b49ef9be24410e505d8c842716f84d085157fc7f9799d40e8a7b4969de783afcf99b7fae4f91bbb4559651f7dd6578a6a081a50bdea29f0909 | |||
2018-06-15 | Fix CVE-2018-12356 by hardening the regex. | Loganaden Velvindron | |
2018-06-14 | Add "export LC_ALL=C" to all shell scripts | practicalswift | |
2017-12-05 | [verify-commits] Fix gpg.sh's echoing for commits with '\n' | Matt Corallo | |
2017-10-20 | [verify-commits] Allow revoked keys to expire | Matt Corallo | |
2017-03-06 | Check gpg version before setting --weak-digest | Matt Corallo | |
2017-03-05 | Fix regsig checking for subkey sigs in verify-commits | Matt Corallo | |
2017-03-04 | Allow any subkey in verify-commits | Matt Corallo | |
2017-03-04 | Add comment re: why SHA1 is disabled | Peter Todd | |
2017-03-04 | Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1 | Matt Corallo | |
2016-09-11 | [copyright] add MIT license headers to .sh scripts where missing | isle2983 | |
Years are set according to 'git log' history | |||
2016-05-21 | Make verify-commits POSIX-compliant | Matt Corallo | |
2015-10-23 | Whitelist commits signed with Pieter's now-revoked key | Matt Corallo | |
2014-12-20 | Add script to verify all merge commits are signed | Matt Corallo | |