aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-15Trivial: Fix validation commentsDan Raviv
2017-09-15Fix code constness in CBlockIndex::GetAncestor() overloadsDan Raviv
2017-09-15Merge #11332: Fix possible crash with invalid nCustomFeeRadio in QSettings (a...Wladimir J. van der Laan
2017-09-14Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selectedMatt Corallo
2017-09-14Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAYdanra
2017-09-14Fix uninitialized g_connman crash in Shutdown()MeshCollider
2017-09-13[qt] Add use available balance in send coins dialogCryptAxe
2017-09-12Merge #10691: Trivial: Properly comment about shutdown process in init.cpp file.MarcoFalke
2017-09-12Merge #11267: rpc: update cli for estimate*fee argument renameMarcoFalke
2017-09-12Ignore transactions added to mempool during a reorg for fee estimation purposes.Alex Morcos
2017-09-12Do not reject based on mempool min fee when bypass_limits is set.Alex Morcos
2017-09-12Change AcceptToMemoryPool function signatureAlex Morcos
2017-09-12wallet: Display non-HD error on first runMarcoFalke
2017-09-12range-based loops and const qualifications in net.cppMarko Bencun
2017-09-11Merge #11252: [P2P] When clearing addrman clear mapInfo and mapAddr.Pieter Wuille
2017-09-11Force explicit double -> int conversion for CFeeRate constructorMatt Corallo
2017-09-11Make float <-> int casts explicit outside of test, qt, CFeeRateMatt Corallo
2017-09-11Remove countMaskInv caching in bench frameworkMatt Corallo
2017-09-11Use a sensible default for blockmaxweightMatt Corallo
2017-09-11Deprecate confusing blockmaxsize, fix getmininginfo outputMatt Corallo
2017-09-11Merge #11268: [macOS] remove Growl support, remove unused codeWladimir J. van der Laan
2017-09-11remove unused IsArgSet checkMarko Bencun
2017-09-11add m_added_nodes to connman optionsMarko Bencun
2017-09-11More user-friendly error message when partially signingMeshCollider
2017-09-11Fix invalid memory access in CScript::operator+=Anthony Towns
2017-09-10Make fUseCrypto atomicMeshCollider
2017-09-08Merge #11250: Bump wallet version to 159900 and remove the `usehd` optionWladimir J. van der Laan
2017-09-08rpc: make estimatesmartfee argument naming consistent with documentationWladimir J. van der Laan
2017-09-08rpc: update cli for estimatefee argument renameWladimir J. van der Laan
2017-09-07Remove usehd option and warn when it is usedAndrew Chow
2017-09-07Bump wallet version number to 159900Andrew Chow
2017-09-07Merge #10767: [wallet] Clarify wallet initialization / destruction interfaceMarcoFalke
2017-09-07[trivial] fixup comment for VerifyWallets()John Newbery
2017-09-07[wallet] Add StartWallets() function to wallet/init.cppJohn Newbery
2017-09-07[wallet] Add RegisterWalletRPC() function to wallet/init.cppJohn Newbery
2017-09-07[wallet] Add CloseWallets() function to wallet/init.cppJohn Newbery
2017-09-07[wallet] Add StopWallets() function to wallet/init.cppJohn Newbery
2017-09-07[wallet] Add FlushWallets() function to wallet/init.cppJohn Newbery
2017-09-07[wallet] Rename WalletVerify() to VerifyWallets()John Newbery
2017-09-07[wallet] Rename InitLoadWallet() to OpenWallets()John Newbery
2017-09-08Merge #10793: Changing &var[0] to var.data()Wladimir J. van der Laan
2017-09-08Merge #10756: net processing: swap out signals for an interface classWladimir J. van der Laan
2017-09-07Ignore old format estimation fileMurch
2017-09-08Changing &vec[0] to vec.data(), what 9804 missedMeshCollider
2017-09-07Merge #10916: add missing lock to crypter GetKeys()Wladimir J. van der Laan
2017-09-07Merge #11232: Ensure that data types are consistentWladimir J. van der Laan
2017-09-07Merge #11237: qt: Fixing division by zero in time remainingWladimir J. van der Laan
2017-09-07net: stop both net/net_processing before destroying themCory Fields
2017-09-07Fix CTxMemPoolEntry::UpdateAncestorState: modifySigOps param type int -> int64_tdonaloconnor
2017-09-07[macOS] remove Growl support, remove unused codeJonas Schnelli