aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-21[script] Unit tests for script/standard functionsJim Posen
2017-09-19Merge #11307: wallet: Display non-HD error on first runWladimir J. van der Laan
2017-09-18Merge #11340: Trivial: Fix validation commentsMarcoFalke
2017-09-16Merge #11196: Switch memory_cleanse implementation to BoringSSL's to ensure m...Wladimir J. van der Laan
2017-09-15Trivial: Fix validation commentsDan 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-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-12wallet: Display non-HD error on first runMarcoFalke
2017-09-11Merge #11252: [P2P] When clearing addrman clear mapInfo and mapAddr.Pieter Wuille
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-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-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