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
2022-04-08
Converted lint-python-mutable-default-parameters.sh to python
TakeshiMusgrave
2022-04-06
lint: remove qt SIGNAL/SLOT lint
fanquake
2022-04-06
lint: remove boost::bind linter
fanquake
2022-04-06
Merge bitcoin/bitcoin#24766: lint: convert spellchecking lint test to python
MarcoFalke
2022-04-06
lint: Convert Python dead code linter to Python
Fabian Jahr
2022-04-06
lint: convert spell check lint test to python
Fabian Jahr
2022-04-04
lint: Start to use py lint scripts
MarcoFalke
2022-04-04
Move lint script and data file to avoid lint- prefix
MarcoFalke
2022-02-23
Merge bitcoin/bitcoin#24409: Always output license/copyright info with `-vers...
MarcoFalke
2022-02-22
lint: remove no-longer used exceptions from lint-format-strings.py
fanquake
2022-02-22
refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp
fanquake
2022-02-13
build: use header-only Boost unit test
fanquake
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-30
lint: add creat and ba into ignore-words for lint-spelling
brunoerg
2022-01-24
Merge bitcoin/bitcoin#23543: test: Prevent non-compatible sed binary for scri...
MarcoFalke
2022-01-22
script: redirecting stderr to stdout before pipelining into grep
anouar kappitou
2022-01-11
util: Restore GetIntArg saturating behavior
James O'Beirne
2021-12-30
scripted-diff: Insert missed copyright headers
Hennadii Stepanov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-01
Merge bitcoin/bitcoin#22677: cut the validation <-> txmempool circular depend...
MarcoFalke
2021-11-30
Merge bitcoin/bitcoin#23506: test: Make more shell scripts verifiable by the ...
W. J. van der Laan
2021-11-30
Break validation <-> txmempool circular dependency
glozow
2021-11-28
test: Make more shell scripts verifiable by the `shellcheck` tool
Hennadii Stepanov
2021-11-20
script: preventing non-compatible sed binary.
anouar kappitou
2021-11-18
Remove strtol in torcontrol
MarcoFalke
2021-11-16
doc: Fix typos in endif header comments
MarcoFalke
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-13
test: Enable SC2046 shellcheck rule
Hennadii Stepanov
2021-11-13
test: Enable SC2086 shellcheck rule
Hennadii Stepanov
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-21
Add minisketch dependency
Gleb Naumenko
2021-10-16
lint: enable mypy checking for missing imports
josibake
2021-10-13
Merge bitcoin/bitcoin#23253: bitcoin-tx: Reject non-integral and out of range...
W. J. van der Laan
2021-10-12
bitcoin-tx: Reject non-integral and out of range sequence ids
MarcoFalke
2021-10-12
rest: Return error when header count is not integral
MarcoFalke
2021-10-12
Merge bitcoin/bitcoin#23227: bitcoin-tx: Avoid treating integer overflow as OP_0
Samuel Dobson
2021-10-08
doc: Fixup ToIntegral docs
MarcoFalke
2021-10-07
Replace stoul with ToIntegral in dbwrapper
MarcoFalke
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-30
Merge bitcoin/bitcoin#20457: util: Make Parse{Int,UInt}{32,64} use locale ind...
W. J. van der Laan
2021-09-30
Merge bitcoin/bitcoin#23104: log: Avoid breaking single log lines over multip...
W. J. van der Laan
2021-09-29
test: Fix typos in tests
MarcoFalke
2021-09-29
doc: update developer docs for subtree renaming
fanquake
2021-09-18
util: Introduce ToIntegral<T>(const std::string&) for locale independent pars...
practicalswift
2021-09-05
Merge bitcoin/bitcoin#22859: Replace uses of boost::trim* with locale-indepen...
fanquake
2021-09-03
Merge bitcoin/bitcoin#22100: refactor: Clean up new wallet spend, receive fil...
Samuel Dobson
2021-09-02
Merge bitcoin/bitcoin#22418: release: Remove gitian
MarcoFalke
2021-09-02
Replace use of boost::trim_right with locale-independent TrimString
Ben Woosley
2021-09-02
Replace use of boost::trim use with locale-independent TrimString
Ben Woosley
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
[next]