aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools
Commit message (Expand)AuthorAgeFilesLines
* gitian: Improve error handlingWladimir J. van der Laan2019-03-091-1/+1
* contrib: Add missing wallet tool to gen-manpages.shMarcoFalke2019-02-061-1/+2
* Scripts and tools: Drop no-longer-relevant copyright holder namesBen Woosley2019-01-241-12/+0
* Scripts and tools: Fix devtools/copyright_header.py to always honor exclusionsBen Woosley2019-01-241-17/+18
* contrib: Allow use of github API authentication in github-mergeWladimir J. van der Laan2019-01-142-3/+25
* contrib: Add support for http[s] URLs in github-mergeWladimir J. van der Laan2019-01-141-1/+4
* contrib: Detailed reporting for http errors in github-mergeWladimir J. van der Laan2019-01-141-0/+6
* Remove Python 2 import workaroundspracticalswift2018-12-131-5/+1
* Compare to None with is/is notDaniel Ingram2018-12-102-2/+2
* Change '== None' to 'is None'Daniel Ingram2018-12-091-1/+1
* Handle exception as ImportErrorDaniel Ingram2018-12-091-1/+1
* Fix broken Gmane URLsCraig Younkins2018-11-301-1/+1
* Fix detection of copyright holdersCornelius Schumacher2018-11-231-15/+15
* lint: Make sure we read the command line inputs using utf-8 decoding in pythonChun Kuan Lee2018-09-021-2/+2
* [contrib] Support ARM and RISC-V symbol checkChun Kuan Lee2018-08-251-17/+31
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-084-4/+4
|\
| * Update copyright headers to 2018DrahtBot2018-07-274-4/+4
* | contrib: Fix test-security-check fail in Ubuntu 18.04Chun Kuan Lee2018-07-262-9/+9
|/
* Tools: fix BIND_NOW check in security-check.pyConrado Gouvea2018-07-121-1/+1
* Merge #13177: GCC-7 and glibc-2.27 back compat codeWladimir J. van der Laan2018-07-121-1/+1
|\
| * Add stdin, stdout, stderr to ignored export listChun Kuan Lee2018-06-021-1/+1
* | Obsolete #!/bin/bash shebangDesWurstes2018-06-201-1/+1
* | Merge #13454: Make sure LC_ALL=C is set in all shell scriptsWladimir J. van der Laan2018-06-181-0/+1
|\ \
| * | Add "export LC_ALL=C" to all shell scriptspracticalswift2018-06-141-0/+1
* | | Explicitly specify encoding when opening text files in Python codepracticalswift2018-06-125-7/+7
|/ /
* / utils: checking for bitcoin addresses in translationsMax Kaplan2018-06-051-1/+9
|/
* doc: remove leftover check-doc documentationfanquake2018-05-291-6/+0
* Merge #13281: test: Move linters to test/lint, add readmeWladimir J. van der Laan2018-05-2914-734/+0
|\
| * test: Move linters to test/lint, add readmeMarcoFalke2018-05-2414-734/+0
* | Merge #13228: Add script to detect circular dependencies between source modulesMarcoFalke2018-05-182-0/+90
|\ \ | |/ |/|
| * Add circular dependencies scriptPieter Wuille2018-05-162-0/+90
* | Enable Travis checking for two Python linting rules we are currently not viol...practicalswift2018-05-111-1/+3
|/
* Enable W191 and W291 flake8 checks.John Bampton2018-05-114-12/+14
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-1/+1
* Merge #13094: tests: Add test for 64-bit Windows PE, modify 32-bit test resultsWladimir J. van der Laan2018-05-071-3/+13
|\
| * tests: Add test for 64-bit PE, modify 32-bit test resultsChun Kuan Lee2018-04-271-3/+13
* | devtools: Make linter check LogPrint callsMarcoFalke2018-05-021-2/+3
|/
* Merge #12972: Add python3 script shebang lintMarcoFalke2018-04-162-3/+13
|\
| * [contrib] convert test-security-check to python3John Newbery2018-04-141-3/+2
| * add lint tool to check python3 shebangpracticalswift2018-04-141-0/+11
* | Enable additional flake8 rulespracticalswift2018-04-161-1/+11
* | Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift2018-04-163-9/+10
|/
* Merge #12933: doc: Refine header include policyMarcoFalke2018-04-111-11/+0
|\
| * Refine travis check for duplicate includesMarcoFalke2018-04-101-11/+0
* | Add shell script linting: Check for shellcheck warnings in shell scriptspracticalswift2018-04-111-0/+27
|/
* Merge #12852: [doc] devtools: Setup ots git integrationWladimir J. van der Laan2018-04-101-0/+8
|\
| * [doc] devtools: Setup ots git integrationMarcoFalke2018-04-091-0/+8
* | Add Travis check for duplicate includespracticalswift2018-04-091-0/+43
* | Merge #12891: [logging] add lint-logs.sh to check for newline termination.Wladimir J. van der Laan2018-04-081-0/+25
|\ \
| * | [logging] add lint-logs.sh to check for newline termination.John Newbery2018-04-071-0/+25