Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-09 | Update trusted-sha512-root-commit for new bad tree hash | Matt Corallo | |
2017-03-09 | If GNU sha512sum is missing, try perl shasum in verify-commits | Matt Corallo | |
2017-03-09 | Make verify-commits.sh non-recursive | Matt Corallo | |
2017-03-07 | devtools: Fix a syntax error typo | Wladimir J. van der Laan | |
Fix a typo introduced in #9880 causing the script to not even parse. | |||
2017-03-06 | Fix bashisms in verify-commits and always check top commit's tree | Matt Corallo | |
2017-03-06 | Check gpg version before setting --weak-digest | Matt Corallo | |
2017-03-06 | Merge #9880: Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1 | Wladimir J. van der Laan | |
bbd7579 Fix regsig checking for subkey sigs in verify-commits (Matt Corallo) d025bc7 Allow any subkey in verify-commits (Matt Corallo) eddc77a Add comment re: why SHA1 is disabled (Peter Todd) d9c450f Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1 (Matt Corallo) be908a6 Fail merge if there are any symlinks (Matt Corallo) Tree-SHA512: bb66c59cc1c6b1c86d7d8be7adb0769c6598c0e28ad927409941f30af87d390521e82fc13700ee22e92db1bd571db3e19a152ec7b2c0349c6e06f5de62c0b65f | |||
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 | |
2017-03-03 | [contrib] gh-merge: Move second sha512 check to before signing | MarcoFalke | |
2017-03-01 | Fail merge if there are any symlinks | Matt Corallo | |
2017-03-01 | Merge #9871: Add a tree sha512 hash to merge commits | Wladimir J. van der Laan | |
fa89670 Add SHA512 tree hash to merge commits (Pieter Wuille) Tree-SHA512: 72321597336d3c4957719c8b907f258814b01499a82d2bc1e8c678b8825461d95f23b42ff6868a25725f4bfc3da24f7b12c058b45cbc7a7dfbf668888b68274e | |||
2017-02-27 | Add Pieter's old signed commits to revsig-commits | Matt Corallo | |
2017-02-26 | Add SHA512 tree hash to merge commits | Pieter Wuille | |
2017-02-21 | Merge #9485: ZMQ example using python3 and asyncio | Wladimir J. van der Laan | |
b471daf Adddress nits, use asyncio signal handling, create_task (Bob McElrath) 4bb7d1b Add python version checks and 3.4 example (Bob McElrath) 5406d51 Rewrite to not use Polling wrapper for asyncio, link to python2.7 example (Bob McElrath) 5ea5368 ZMQ example using python3 and asyncio (Bob McElrath) | |||
2017-02-17 | gitian: bump descriptors for master | Cory Fields | |
This was skipped for the 0.14 cycle. | |||
2017-02-16 | Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.md | Wladimir J. van der Laan | |
36164fa Fix typo and spelling inconsistency in CONTRIBUTING.md (Koki Takahashi) | |||
2017-02-14 | Merge #9735: devtools: Handle Qt formatting characters edge-case in ↵ | Wladimir J. van der Laan | |
update-translations.py 7179e7c qt: Periodic translations update (Wladimir J. van der Laan) 5e903a5 devtools: Handle Qt formatting characters edge-case in update-translations.py (Wladimir J. van der Laan) | |||
2017-02-10 | Pre-0.14.0 hardcoded seeds update | Wladimir J. van der Laan | |
2017-02-10 | contrib/seeds: Update PATTERN_AGENT | Wladimir J. van der Laan | |
gmaxwell: Adds the newest versions, drops everything multiple softforks ago. | |||
2017-02-10 | Update seeds tooling to Python 3 | Wladimir J. van der Laan | |
All the other tooling scripts require Python 3, it makes sense to do so here too. Also document the dependency on python3-dnspython. | |||
2017-02-10 | devtools: Handle Qt formatting characters edge-case in update-translations.py | Wladimir J. van der Laan | |
If both numeric format specifiers and "others" are used, assume we're dealing with a Qt-formatted message. In the case of Qt formatting (see https://doc.qt.io/qt-5/qstring.html#arg) only numeric formats are replaced at all. This means "(percentage: %1%)" is valid (which was introduced in #9461), without needing any kind of escaping that would be necessary for strprintf. Without this, this function would wrongly detect '%)' as a printf format specifier. | |||
2017-02-09 | Fix typo and spelling inconsistency in CONTRIBUTING.md | Koki Takahashi | |
Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md | |||
2017-02-07 | Merge #9532: Remove unused variables | Wladimir J. van der Laan | |
90fd29b Remove unused int64_t nSinceLastSeen (practicalswift) ac4a095 Remove unused Python variables (practicalswift) | |||
2017-02-06 | Merge #9651: Fix typos | Wladimir J. van der Laan | |
5f62e3e Fix typos (practicalswift) | |||
2017-02-02 | Merge #9654: Add jtimon pgp keys for commit sigs and future gitian builds | Wladimir J. van der Laan | |
178454d Contrib: Add jtimon pgp keys for commit sigs and future gitian builds (Jorge Timón) | |||
2017-02-02 | Merge #9656: Check verify-commits on pushes to master | Wladimir J. van der Laan | |
ba94426 Test that pushes to bitcoin/bitcoin are signed per verify-commits (Matt Corallo) 3e900ac Require merge commits merge branches on top of other merge commits (Matt Corallo) | |||
2017-02-02 | Merge #9580: Fix various minor linearization script issues | Wladimir J. van der Laan | |
b9d95bd Fix various minor linearization script issues (Douglas Roark) | |||
2017-02-01 | Require merge commits merge branches on top of other merge commits | Matt Corallo | |
Specifically, require that the left branch (first restult of git show -s --format=format:%P) is a signed merge commit, instead of allowing either. This is fine for now, but might need to be relaxed in the future. Also fixes an out-of-file-descriptors issue by holding too many open FDs writing to /dev/null | |||
2017-01-31 | Contrib: Add jtimon pgp keys for commit sigs and future gitian builds | Jorge Timón | |
2017-01-30 | Merge #9649: [doc] Remove unused clang format dev script | MarcoFalke | |
fa5137c [doc] Remove unused clang format dev script (MarcoFalke) | |||
2017-01-29 | Fix typos | practicalswift | |
2017-01-28 | [doc] Remove unused clang format dev script | MarcoFalke | |
Also, update the clang format file to reflect the current coding style mentioned in the developer notes. | |||
2017-01-27 | [trivial] Fix typos in comments | practicalswift | |
2017-01-25 | Fix various minor linearization script issues | Douglas Roark | |
- The last-timestamp-encountered variable wasn’t being used properly. Rewrite code to properly allow for new blockchain files to be written when split by month. - Properly set a blockchain file’s access and modify times. - Add a “debug output” option to quiet certain output that might not always be desirable. - Update the README. | |||
2017-01-23 | [Trivial] Update license year range to 2017 | Lauda | |
The same as #7363. | |||
2017-01-20 | Remove redundant semicolons in Python code | practicalswift | |
2017-01-19 | Adddress nits, use asyncio signal handling, create_task | Bob McElrath | |
2017-01-19 | Add python version checks and 3.4 example | Bob McElrath | |
2017-01-19 | Rewrite to not use Polling wrapper for asyncio, link to python2.7 example | Bob McElrath | |
2017-01-19 | ZMQ example using python3 and asyncio | Bob McElrath | |
2017-01-19 | Merge #9552: Add IPv6 support to qos.sh | Wladimir J. van der Laan | |
fc089ae Add IPv6 support to qos.sh (James White) | |||
2017-01-19 | Add IPv6 support to qos.sh | James White | |
2017-01-13 | Remove unused Python imports | practicalswift | |
2017-01-13 | Remove unused Python variables | practicalswift | |
2017-01-05 | Make linearize scripts Python 3-compatible. | Doug | |
2017-01-05 | Allow linearization scripts to support hash byte reversal | Doug | |
Currently, the linearization scripts require input hashes to be in one endian form. Add support for byte reversal. | |||
2017-01-04 | Merge #9401: Make rpcauth help message clearer, add example in example .conf | MarcoFalke | |
0513c70 Make rpcauth help message clearer, add example in example .conf (Gregory Sanders) |