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
/
src
/
qt
/
test
/
rpcnestedtests.cpp
Age
Commit message (
Expand
)
Author
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/rpcconsole.cpp
Russell Yanofsky
2018-02-17
Split signrawtransaction into wallet and non-wallet
Andrew Chow
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-06
Merge #11210: Stop test_bitcoin-qt touching ~/.bitcoin
Wladimir J. van der Laan
2017-09-05
Merge #11234: Remove redundant testutil.cpp|h files
Wladimir J. van der Laan
2017-09-05
Remove redundant testutil files
MeshCollider
2017-09-01
Stop test_bitcoin-qt touching ~/.bitcoin
MeshCollider
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-16
Merge #10956: Fix typos
MarcoFalke
2017-08-16
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
doc: spelling fixes
klemens
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-08
Fix typos.
practicalswift
2017-07-03
Use TestingSetup to DRY qt rpcnestedtests
Matt Corallo
2017-06-12
Remove unreachable or otherwise redundant code
practicalswift
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-03-10
Make qt test compatible with TestChain100Setup framework
Russell Yanofsky
2017-01-20
trivial: squash missing field 'argNames' initializer warning in qt tests
Wladimir J. van der Laan
2016-12-29
Qt/Test: Make sure filtering sensitive data works correctly in nested commands
Luke Dashjr
2016-12-27
Add a ForceSetArg method for testing
Matt Corallo
2016-12-24
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-14
[Qt] Console: don't allow empty arguments when using the comma-syntax
Jonas Schnelli
2016-12-13
Qt/Test: Check handling of empty arguments in RPC debug console
Luke Dashjr
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-08-23
[Qt] RPC-Console: support nested commands and simple value queries
Jonas Schnelli