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
2017-09-15
Trivial: Fix validation comments
Dan Raviv
2017-09-15
Fix code constness in CBlockIndex::GetAncestor() overloads
Dan Raviv
2017-09-15
Merge #11332: Fix possible crash with invalid nCustomFeeRadio in QSettings (a...
Wladimir J. van der Laan
2017-09-14
Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selected
Matt Corallo
2017-09-14
Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAY
danra
2017-09-14
Fix uninitialized g_connman crash in Shutdown()
MeshCollider
2017-09-13
[qt] Add use available balance in send coins dialog
CryptAxe
2017-09-12
Merge #10691: Trivial: Properly comment about shutdown process in init.cpp file.
MarcoFalke
2017-09-12
Merge #11267: rpc: update cli for estimate*fee argument rename
MarcoFalke
2017-09-12
Ignore transactions added to mempool during a reorg for fee estimation purposes.
Alex Morcos
2017-09-12
Do not reject based on mempool min fee when bypass_limits is set.
Alex Morcos
2017-09-12
Change AcceptToMemoryPool function signature
Alex Morcos
2017-09-12
wallet: Display non-HD error on first run
MarcoFalke
2017-09-12
range-based loops and const qualifications in net.cpp
Marko Bencun
2017-09-11
Merge #11252: [P2P] When clearing addrman clear mapInfo and mapAddr.
Pieter Wuille
2017-09-11
Force explicit double -> int conversion for CFeeRate constructor
Matt Corallo
2017-09-11
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-11
Remove countMaskInv caching in bench framework
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
remove unused IsArgSet check
Marko Bencun
2017-09-11
add m_added_nodes to connman options
Marko Bencun
2017-09-11
More user-friendly error message when partially signing
MeshCollider
2017-09-11
Fix invalid memory access in CScript::operator+=
Anthony Towns
2017-09-10
Make fUseCrypto atomic
MeshCollider
2017-09-08
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option
Wladimir J. van der Laan
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
2017-09-08
Merge #10793: Changing &var[0] to var.data()
Wladimir J. van der Laan
2017-09-08
Merge #10756: net processing: swap out signals for an interface class
Wladimir J. van der Laan
2017-09-07
Ignore old format estimation file
Murch
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-07
Merge #10916: add missing lock to crypter GetKeys()
Wladimir J. van der Laan
2017-09-07
Merge #11232: Ensure that data types are consistent
Wladimir J. van der Laan
2017-09-07
Merge #11237: qt: Fixing division by zero in time remaining
Wladimir J. van der Laan
2017-09-07
net: stop both net/net_processing before destroying them
Cory Fields
2017-09-07
Fix CTxMemPoolEntry::UpdateAncestorState: modifySigOps param type int -> int64_t
donaloconnor
2017-09-07
[macOS] remove Growl support, remove unused code
Jonas Schnelli
[prev]
[next]