aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-08Merge #11250: Bump wallet version to 159900 and remove the `usehd` optionWladimir 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-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-07[macOS] remove Growl support, remove unused codeJonas Schnelli
2017-09-07Merge #11156: Fix memory leaks in qt/guiutil.cppJonas Schnelli
2017-09-07Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...Jonas Schnelli
2017-09-07Merge #10911: [qt] Fix typo and access key in optionsdialog.uiJonas Schnelli
2017-09-07Typo in optionsdialog.uiJames Evans
2017-09-07Ensure that data types are consistentjjz
2017-09-06Merge #10682: Trivial: Move the AreInputsStandard documentation next to its i...MarcoFalke
2017-09-07Fix style in -stdin and -stdinrpcpass handlingJoão Barbosa
2017-09-06net: drop unused connman paramCory Fields
2017-09-06net: use an interface class rather than signals for message processingCory Fields
2017-09-07Merge #10838: (finally) remove getinfoWladimir J. van der Laan
2017-09-06(finally) remove getinfo in favor of more module-specific infosMatt Corallo
2017-09-06net: pass CConnman via pointer rather than referenceCory Fields
2017-09-06Remove duplicate destination decodingJoão Barbosa
2017-09-06Remove unused GetKeyID and IsScript methods from CBitcoinAddressJoão Barbosa
2017-09-07Merge #11219: [docs] explain how to recompile a modified unit testWladimir J. van der Laan
2017-09-06Merge #11238: Add assertions before potential null deferencesWladimir J. van der Laan
2017-09-06Merge #11099: [RPC][mempool]: Add savemempool RPCMarcoFalke
2017-09-06Merge #11117: Prepare for non-Base58 addressesWladimir J. van der Laan
2017-09-06Move CBitcoinAddress to base58.cppPieter Wuille
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-09-06Merge #10845: Remove unreachable codeWladimir J. van der Laan
2017-09-06Merge #11203: rpc: add wtxid to mempool entry outputWladimir J. van der Laan
2017-09-06Merge #8330: Structure Packing Optimizations in C{,Mutable}TransactionWladimir J. van der Laan
2017-09-06Merge #11210: Stop test_bitcoin-qt touching ~/.bitcoinWladimir J. van der Laan
2017-09-06Merge #10357: Allow setting nMinimumChainWork on command lineWladimir J. van der Laan
2017-09-06[docs] explain how to recompile only what bitcoind tests needSjors Provoost
2017-09-06Add savemempool RPCLawrence Nahum