index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
devtools
Age
Commit message (
Expand
)
Author
2018-12-13
Remove Python 2 import workarounds
practicalswift
2018-12-10
Compare to None with is/is not
Daniel Ingram
2018-12-09
Change '== None' to 'is None'
Daniel Ingram
2018-12-09
Handle exception as ImportError
Daniel Ingram
2018-11-30
Fix broken Gmane URLs
Craig Younkins
2018-11-23
Fix detection of copyright holders
Cornelius Schumacher
2018-09-02
lint: Make sure we read the command line inputs using utf-8 decoding in python
Chun Kuan Lee
2018-08-25
[contrib] Support ARM and RISC-V symbol check
Chun Kuan Lee
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-26
contrib: Fix test-security-check fail in Ubuntu 18.04
Chun Kuan Lee
2018-07-12
Tools: fix BIND_NOW check in security-check.py
Conrado Gouvea
2018-07-12
Merge #13177: GCC-7 and glibc-2.27 back compat code
Wladimir J. van der Laan
2018-06-20
Obsolete #!/bin/bash shebang
DesWurstes
2018-06-18
Merge #13454: Make sure LC_ALL=C is set in all shell scripts
Wladimir J. van der Laan
2018-06-14
Add "export LC_ALL=C" to all shell scripts
practicalswift
2018-06-12
Explicitly specify encoding when opening text files in Python code
practicalswift
2018-06-05
utils: checking for bitcoin addresses in translations
Max Kaplan
2018-06-02
Add stdin, stdout, stderr to ignored export list
Chun Kuan Lee
2018-05-29
doc: remove leftover check-doc documentation
fanquake
2018-05-29
Merge #13281: test: Move linters to test/lint, add readme
Wladimir J. van der Laan
2018-05-24
test: Move linters to test/lint, add readme
MarcoFalke
2018-05-18
Merge #13228: Add script to detect circular dependencies between source modules
MarcoFalke
2018-05-16
Add circular dependencies script
Pieter Wuille
2018-05-11
Enable Travis checking for two Python linting rules we are currently not viol...
practicalswift
2018-05-11
Enable W191 and W291 flake8 checks.
John Bampton
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-05-07
Merge #13094: tests: Add test for 64-bit Windows PE, modify 32-bit test results
Wladimir J. van der Laan
2018-05-02
devtools: Make linter check LogPrint calls
MarcoFalke
2018-04-27
tests: Add test for 64-bit PE, modify 32-bit test results
Chun Kuan Lee
2018-04-16
Merge #12972: Add python3 script shebang lint
MarcoFalke
2018-04-16
Enable additional flake8 rules
practicalswift
2018-04-16
Minor Python cleanups to make flake8 pass with the new rules enabled
practicalswift
2018-04-14
[contrib] convert test-security-check to python3
John Newbery
2018-04-14
add lint tool to check python3 shebang
practicalswift
2018-04-11
Merge #12933: doc: Refine header include policy
MarcoFalke
2018-04-11
Add shell script linting: Check for shellcheck warnings in shell scripts
practicalswift
2018-04-10
Refine travis check for duplicate includes
MarcoFalke
2018-04-10
Merge #12852: [doc] devtools: Setup ots git integration
Wladimir J. van der Laan
2018-04-09
[doc] devtools: Setup ots git integration
MarcoFalke
2018-04-09
Add Travis check for duplicate includes
practicalswift
2018-04-08
Merge #12891: [logging] add lint-logs.sh to check for newline termination.
Wladimir J. van der Laan
2018-04-07
[logging] add lint-logs.sh to check for newline termination.
John Newbery
2018-04-06
tests: Add check for test suite name uniqueness in lint-tests.sh
practicalswift
2018-04-01
Merge #12757: Clarify include guard naming convention
MarcoFalke
2018-04-01
Merge #12719: tests: Add note about test suite naming convention in developer...
MarcoFalke
2018-04-01
Merge #12284: Remove assigned but never used local variables. Enable Travis c...
MarcoFalke
2018-03-30
Merge #12820: contrib: Fix check-doc script regexes
MarcoFalke
2018-03-29
Merge #12829: Python3 fixup
Wladimir J. van der Laan
2018-03-29
Enable flake8 warning F841 ("local variable 'foo' is assigned to but never us...
practicalswift
[next]