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
/
functional
/
rpc_misc.py
Age
Commit message (
Expand
)
Author
2022-04-16
util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN...
Aurèle Oulès
2022-04-05
Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
Jon Atack
2021-12-01
rpc: remove info about mallocinfo needing glibc 2.10+
fanquake
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-11
blockstorage: use debug log category
Anthony Towns
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-08-18
log, sync: add LOCK logging category, apply it to lock contention
Jon Atack
2021-07-28
test: assert logging categories are sorted in rpc and help
Jon Atack
2021-07-22
test: verify number of categories returned by logging RPC
Jon Atack
2021-04-30
Merge bitcoin/bitcoin#19521: Coinstats Index
W. J. van der Laan
2021-04-23
multiprocess: Add echoipc RPC method and test
Russell Yanofsky
2021-04-19
test: add coinstatsindex getindexinfo coverage, improve current tests
Jon Atack
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-08-16
test: Add tests for getindexinfo RPC
Fabian Jahr
2020-08-02
rpc: Limit echo to 10 args
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-10-18
util: Add CHECK_NONFATAL and use it in src/rpc
MarcoFalke
2019-05-15
tests: Fail if RPC has been added without tests
MarcoFalke
2019-03-01
modify test for memory locked in case locking pages failed at some point
Adam Jonas
2019-02-26
add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo
Adam Jonas