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
Age
Commit message (
Expand
)
Author
2017-09-06
Merge #11117: Prepare for non-Base58 addresses
Wladimir J. van der Laan
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
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-15
Merge #10964: Pass SendCoinsRecipient (208 bytes) by reference
Jonas Schnelli
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-08
Fix typos.
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-02
Pass SendCoinsRecipient (208 bytes) by const reference
practicalswift
2017-07-21
Qt: Use _putenv_s instead of setenv on Windows builds
Brian McMichael
2017-07-03
Use TestingSetup to DRY qt rpcnestedtests
Matt Corallo
2017-06-20
Merge #10536: Remove unreachable or otherwise redundant code
Pieter Wuille
2017-06-12
Remove unreachable or otherwise redundant code
practicalswift
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-01
Fix bumpfee test after #10449
Russell Yanofsky
2017-05-25
Fix broken q4 test build
Russell Yanofsky
2017-05-23
Add Qt tests for wallet spends & bumpfee
Russell Yanofsky
2017-05-17
[test] Move some tests from qt -> wallet
Russell Yanofsky
2017-05-17
[test] Add tests for some walletmodel functions
Russell Yanofsky
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-10
Merge #10142: Run bitcoin_test-qt under minimal QPA platform
Wladimir J. van der Laan
2017-04-03
Run bitcoin_test-qt under minimal QPA platform
Russell Yanofsky
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-04-02
Merge #10098: Make qt wallet test compatible with qt4
Wladimir J. van der Laan
2017-03-27
Make qt wallet test compatible with qt4
Russell Yanofsky
2017-03-22
Merge #10045: [trivial] Fix typos in comments
Jonas Schnelli
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-03-20
Avoid QTimer::singleShot compile error with Qt 5.3.2
Russell Yanofsky
2017-03-20
Avoid scoped_connection compile error with boost 1.55.0
Russell Yanofsky
2017-03-15
Add new test_bitcoin-qt static library dependencies
Russell Yanofsky
2017-03-15
Add simple qt wallet test sending a transaction
Russell Yanofsky
2017-03-15
Add braces to if statements in Qt test_main
Russell Yanofsky
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
2017-01-04
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
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-19
Merge #9329: [Qt] Console: allow empty arguments
Wladimir J. van der Laan
2016-12-17
Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.
Karl-Johan Alm
2016-12-14
[Qt] Console: don't allow empty arguments when using the comma-syntax
Jonas Schnelli
[next]