aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-12Merge #7142: Travis: Test build against system libs (& Qt4)MarcoFalke
2017-09-12Merge #10691: Trivial: Properly comment about shutdown process in init.cpp file.MarcoFalke
2017-09-12Merge #11264: [doc] Fix broken Markdown table in dependencies.mdMarcoFalke
2017-09-12Merge #11267: rpc: update cli for estimate*fee argument renameMarcoFalke
2017-09-12Merge #11230: [tests] fixup dbcrash interaction with add_nodes()MarcoFalke
2017-09-11Merge #11252: [P2P] When clearing addrman clear mapInfo and mapAddr.Pieter Wuille
2017-09-11Merge #11100: Fix confusing blockmax{size,weight} options, dont default to th...Pieter Wuille
2017-09-11Add release notes describing blockmaxweight deprecationMatt 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-11Merge #11297: Make sure ~/.bitcoin doesn't exist before buildMarcoFalke
2017-09-10Merge #11276: [Docs] Update CONTRIBUTING.md to reduce unnecessary review work...MarcoFalke
2017-09-10Make sure ~/.bitcoin doesn't exist before buildMeshCollider
2017-09-10Merge #11286: [depends] Don't build libevent sample codeMarcoFalke
2017-09-08Merge #11285: Add -usehd to excluded args in check-doc.pyPieter Wuille
2017-09-08[depends] Don't build libevent sample codefanquake
2017-09-08[Docs] Fix broken Markdown table in dependencies.md. Cleanups.practicalswift
2017-09-08Add -usehd to excluded args in check-doc.pyMeshCollider
2017-09-08Merge #11250: Bump wallet version to 159900 and remove the `usehd` optionWladimir J. van der Laan
2017-09-07Update CONTRIBUTRING.md to reduce unnecesarry review workloadJonas Schnelli
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 #11271: travis: filter out pyenvMarcoFalke
2017-09-07travis: filter out pyenvCory Fields
2017-09-07Merge #11260: travis: Assert default datadir isn't created, Run scripted diff...MarcoFalke
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