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
/
test
/
lint
Age
Commit message (
Expand
)
Author
2019-02-05
Merge #14519: tests: add utility to easily profile node performance with perf
MarcoFalke
2019-01-23
Merge #15196: [test]: Update all subprocess.check_output functions to be Pyth...
Jonas Schnelli
2019-01-22
tests: add utility to easily profile node performance with perf
James O'Beirne
2019-01-20
lint: Enable python linters via an array
Ben Woosley
2019-01-18
Update all subprocess.check_output functions in CI scripts to be Python 3.4 c...
Graham Krizek
2019-01-16
Remove no longer needed shellcheck suppressions
practicalswift
2019-01-16
Fix warnings introduced in shellcheck v0.6.0
practicalswift
2019-01-16
Remove repeated suppression. Fix indentation.
practicalswift
2019-01-14
refactor/lint: Add ignored suggestions to an array
Vidar Holen
2019-01-14
qa: Ignore shellcheck warning SC2236
João Barbosa
2019-01-09
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...
Wladimir J. van der Laan
2019-01-02
Merge #14457: test: add invalid tx templates for use in functional tests
Wladimir J. van der Laan
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-14
lint/format-strings: Correctly exclude escaped percent symbols
Luke Dashjr
2018-12-13
Merge #14884: Travis: enforce Python 3.4 support through linter
Wladimir J. van der Laan
2018-12-12
[test] Travis: enforce Python 3.4 support in functional tests
Sjors Provoost
2018-12-10
Add E711 to flake8 check
Daniel Ingram
2018-12-06
Merge #14831: Scripts and tools: Use #!/usr/bin/env bash instead of #!/bin/bash.
Wladimir J. van der Laan
2018-12-04
scripted-diff: Run scripted-diff in subshell
Carl Dong
2018-12-02
Scripts and tools & Docs: Used #!/usr/bin/env bash instead of obsolete #!/bin...
vim88
2018-11-27
test: add invalid tx templates for use in functional tests
James O'Beirne
2018-11-15
rpc: Documentation fixups
MarcoFalke
2018-11-14
lint: Must use RPCHelpMan to generate the RPC docs
MarcoFalke
2018-11-07
tests: Add Python dead code linter (vulture)
practicalswift
2018-11-06
Update KNOWN_VIOLATIONS: Remove fixed violations
practicalswift
2018-11-06
Use IsSpace(...) instead of boost::is_space
practicalswift
2018-11-06
Use ToLower(...) instead of std::tolower
practicalswift
2018-11-06
Use IsDigit(...) instead of std::isdigit
practicalswift
2018-11-05
Merge #14350: Add WalletLocation class
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-26
Don't rely on locale dependent functions in base_blob<BITS>::SetHex(...) (uin...
practicalswift
2018-10-25
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-16
Add ignored word: mut
practicalswift
2018-10-16
Revert "qa: Fix codespell error and have lint-spelling error instead of warn"
practicalswift
2018-10-08
Merge #13649: test: allow arguments to be forwarded to flake8 in lint-python.sh
MarcoFalke
2018-09-26
Merge #14282: [wallet] Remove -usehd
MarcoFalke
2018-09-24
test: allow arguments to be forwarded to flake8 in lint-python.sh
James O'Beirne
2018-09-23
Make fs::path::string() always return utf-8 string
Chun Kuan Lee
2018-09-20
[wallet] Remove -usehd
John Newbery
2018-09-19
init: Remove deprecated args from hidden args
MarcoFalke
2018-09-13
Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"
MarcoFalke
2018-09-13
qa: Fix codespell error and have lint-spelling error instead of warn
MarcoFalke
2018-09-12
logging: Replace LogPrint macros with regular functions
MarcoFalke
2018-09-11
Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...
Wladimir J. van der Laan
2018-09-06
Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitco...
MarcoFalke
2018-09-05
Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...
MarcoFalke
2018-09-05
Merge #14115: lint: Make all linters work under the default macOS dev environ...
MarcoFalke
2018-09-04
lint: Add spell check linter (codespell)
practicalswift
2018-09-04
Fix typos reported by codespell
practicalswift
[next]