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
Age
Commit message (
Expand
)
Author
2019-01-09
Merge #14517: qt: Fix start with the `-min` option
Wladimir J. van der Laan
2019-01-09
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...
Wladimir J. van der Laan
2019-01-09
Merge #15051: Tests: IsReachable is the inverse of IsLimited (DRY). Includes ...
Wladimir J. van der Laan
2019-01-09
Merge #15117: Fix invalid memory write in case of failing mmap(...) in PosixL...
Wladimir J. van der Laan
2019-01-09
Merge #15124: Fail AppInitMain if either disk space check fails
Wladimir J. van der Laan
2019-01-09
Merge #15087: Error if rpcpassword contains hash in conf sections
Wladimir J. van der Laan
2019-01-09
Merge #15109: refactor: Use C++11 default member initializers
Wladimir J. van der Laan
2019-01-09
Merge #14085: index: Fix for indexers skipping genesis block.
Wladimir J. van der Laan
2019-01-09
Merge #11625: Add BitcoinApplication & RPCConsole tests
MarcoFalke
2019-01-09
Fail if either disk space check fails
Ben Woosley
2019-01-09
Error if rpcpassword contains hash in conf sections
MeshCollider
2019-01-08
Merge #15059: test: Add basic test for BIP34
Wladimir J. van der Laan
2019-01-08
Merge #12153: Avoid permanent cs_main lock in getblockheader
Wladimir J. van der Laan
2019-01-07
Merge #15057: [rpc] Correct reconsiderblock help text, add test
Wladimir J. van der Laan
2019-01-07
Merge #15078: rpc: Document bytessent_per_msg and bytesrecv_per_msg
Wladimir J. van der Laan
2019-01-07
Merge #15102: test: Run invalid_txs.InputMissing test in feature_block
MarcoFalke
2019-01-06
Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAlloca...
practicalswift
2019-01-05
Merge #14784: qt: Use WalletModel* instead of the wallet name as map key
Wladimir J. van der Laan
2019-01-05
Use C++11 default member initializers
MarcoFalke
2019-01-05
Merge #14357: streams: Fix broken streams_vector_reader test. Remove unused s...
MarcoFalke
2019-01-05
test: Run invalid_txs.InputMissing test in feature_block
MarcoFalke
2019-01-05
Merge #15099: tests: Use std::vector API for construction of test data
MarcoFalke
2019-01-04
qt: Use WalletModel* instead of wallet name in console window
João Barbosa
2019-01-04
qt: Use WalletModel* instead of wallet name in main window
João Barbosa
2019-01-04
qt: Factor out WalletModel::getDisplayName()
João Barbosa
2019-01-04
rpc: Avoid permanent cs_main lock in getblockheader
João Barbosa
2019-01-04
Add BitcoinApplication & RPCConsole tests
Russell Yanofsky
2019-01-04
Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON
MarcoFalke
2019-01-04
Move BitcoinApplication to header so it can be tested
Russell Yanofsky
2019-01-04
Merge #14855: test: Correct ineffectual WithOrVersion from transactions_tests
MarcoFalke
2019-01-04
Merge #13910: Log progress while verifying blocks at level 4
MarcoFalke
2019-01-04
Merge #15007: qt: Notificator class refactoring
Wladimir J. van der Laan
2019-01-04
Merge #15085: gui: Fix incorrect application name when passing -regtest
Wladimir J. van der Laan
2019-01-04
Use std::vector API for construction of test data.
Daniel Kraft
2019-01-03
test: Correct ineffectual WithOrVersion from transactions_tests
Ben Woosley
2019-01-03
Merge #14375: qt: Correct misleading "overridden options" label
Wladimir J. van der Laan
2019-01-03
rpc: Document bytessent_per_msg and bytesrecv_per_msg
MarcoFalke
2019-01-03
gui: Fix for Incorrect application name when passing -regtest
Ben Carman
2019-01-02
Merge #15000: qt: Fix broken notificator on GNOME
MarcoFalke
2019-01-02
Merge #14336: net: implement poll
Wladimir J. van der Laan
2019-01-01
[rpc] Correct reconsiderblock help text, add test
MarcoFalke
2018-12-31
Merge #15054: Update copyright headers to 2018
MarcoFalke
2018-12-29
test: Add basic test for BIP34
MarcoFalke
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
Update copyright headers to 2018
DrahtBot
2018-12-29
Merge #14966: docs: fix testmempoolaccept CLI syntax
MarcoFalke
2018-12-28
IsReachable is the inverse of IsLimited (DRY). Includes unit tests
marcaiaf
2018-12-28
Merge #14981: rpc: Clarifying RPC getrawtransaction's time help text
MarcoFalke
2018-12-24
Merge #14565: Overhaul importmulti logic
MeshCollider
2018-12-22
Merge #13930: doc: Better explain GetAncestor check for m_failed_blocks in Ac...
MarcoFalke
[next]