index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-09-15
Fix code constness in CBlockIndex::GetAncestor() overloads
Dan Raviv
2017-09-14
Merge #11326: Fix crash on shutdown with invalid wallet
MarcoFalke
2017-09-14
contrib: Ignore historical release notes for whitespace check
Wladimir J. van der Laan
2017-09-14
doc: add release-notes for 0.15.0 to master
Wladimir J. van der Laan
2017-09-14
Merge #11300: Tests: Add a lint check for trailing whitespace
MarcoFalke
2017-09-14
Fix uninitialized g_connman crash in Shutdown()
MeshCollider
2017-09-14
Add tab char lint check and exclude imported dependencies
MeshCollider
2017-09-14
Add a lint check for trailing whitespace.
Evan Klitzke
2017-09-13
Merge #10753: test: Check RPC argument mapping
MarcoFalke
2017-09-13
Merge #11078: [tests] Make p2p-leaktests.py more robust
MarcoFalke
2017-09-13
Merge #11308: [qa] zapwallettxes: Wait up to 3s for mempool reload
MarcoFalke
2017-09-12
Merge #11310: [tests] Test listwallets RPC
MarcoFalke
2017-09-13
Add listwallets RPC test to multiwallet.py
Cristian Mircea Messel
2017-09-12
[qa] zapwallettxes: Wait up to 3s for mempool reload
MarcoFalke
2017-09-12
Merge #11311: travis: Revert default datadir check
MarcoFalke
2017-09-12
travis: Revert default datadir check
MarcoFalke
2017-09-12
Merge #7142: Travis: Test build against system libs (& Qt4)
MarcoFalke
2017-09-12
Merge #10691: Trivial: Properly comment about shutdown process in init.cpp file.
MarcoFalke
2017-09-12
Merge #11264: [doc] Fix broken Markdown table in dependencies.md
MarcoFalke
2017-09-12
Merge #11267: rpc: update cli for estimate*fee argument rename
MarcoFalke
2017-09-12
Merge #11230: [tests] fixup dbcrash interaction with add_nodes()
MarcoFalke
2017-09-11
Merge #11252: [P2P] When clearing addrman clear mapInfo and mapAddr.
Pieter Wuille
2017-09-11
Merge #11100: Fix confusing blockmax{size,weight} options, dont default to th...
Pieter Wuille
2017-09-11
Add release notes describing blockmaxweight deprecation
Matt Corallo
2017-09-11
Use a sensible default for blockmaxweight
Matt Corallo
2017-09-11
Deprecate confusing blockmaxsize, fix getmininginfo output
Matt Corallo
2017-09-11
Merge #11268: [macOS] remove Growl support, remove unused code
Wladimir J. van der Laan
2017-09-11
Merge #11297: Make sure ~/.bitcoin doesn't exist before build
MarcoFalke
2017-09-10
Merge #11276: [Docs] Update CONTRIBUTING.md to reduce unnecessary review work...
MarcoFalke
2017-09-10
Make sure ~/.bitcoin doesn't exist before build
MeshCollider
2017-09-10
Merge #11286: [depends] Don't build libevent sample code
MarcoFalke
2017-09-08
Merge #11285: Add -usehd to excluded args in check-doc.py
Pieter Wuille
2017-09-08
[depends] Don't build libevent sample code
fanquake
2017-09-08
[Docs] Fix broken Markdown table in dependencies.md. Cleanups.
practicalswift
2017-09-08
Add -usehd to excluded args in check-doc.py
MeshCollider
2017-09-08
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option
Wladimir J. van der Laan
2017-09-07
Update CONTRIBUTRING.md to reduce unnecesarry review workload
Jonas Schnelli
2017-09-08
rpc: make estimatesmartfee argument naming consistent with documentation
Wladimir J. van der Laan
2017-09-08
rpc: update cli for estimatefee argument rename
Wladimir J. van der Laan
2017-09-07
Remove usehd option and warn when it is used
Andrew Chow
2017-09-07
Bump wallet version number to 159900
Andrew Chow
2017-09-07
Merge #10767: [wallet] Clarify wallet initialization / destruction interface
MarcoFalke
2017-09-07
[trivial] fixup comment for VerifyWallets()
John Newbery
2017-09-07
[wallet] Add StartWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add RegisterWalletRPC() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add CloseWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add StopWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add FlushWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Rename WalletVerify() to VerifyWallets()
John Newbery
2017-09-07
[wallet] Rename InitLoadWallet() to OpenWallets()
John Newbery
[next]