1148 Commits (cbf7b9c79df9a49f796e0020d02b81c85c3f36e9)

Author SHA1 Message Date
João Barbosa f8938248ef
Interrupt loading thread after shutdown request 7 years ago
Sjors Provoost d44cd7ed4b
Reset pblocktree before deleting LevelDB file 7 years ago
Matt Corallo 09fc859ef0
Fix fast-shutdown hang on ThreadImport+GenesisWait 7 years ago
Matt Corallo 082a61c69d Move scheduler/threadGroup into common-init instead of per-app 7 years ago
Wladimir J. van der Laan 34328b4980 Use PACKAGE_NAME instead of hardcoding application name in log message 7 years ago
Russell Yanofsky ec527c6c88 Don't allow relative -walletdir paths 7 years ago
Wladimir J. van der Laan 0c74e2e890 Log debug build status and warn when running benchmarks 7 years ago
MeshCollider 2f3bd47d44 Abstract directory locking into util.cpp 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
Jonas Schnelli 27df193efd
Always set NODE_NETWORK_LIMITED bit 7 years ago
Matt Corallo 07c483895d Always return true if AppInitMain got to the end 7 years ago
Wladimir J. van der Laan cf5f432c69 Add `-debuglogfile` option 7 years ago
Wladimir J. van der Laan d31e5c1d0f Fix shutdown in case of errors during initialization 7 years ago
Akio Nakamura c60c49b679 Improve help text and behavior of RPC-logging 7 years ago
MeshCollider 8263f6a5ac Create walletdir if datadir doesn't exist and fix tests 7 years ago
MeshCollider 0530ba0eae Add -walletdir parameter to specify custom wallet dir 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift d223bc940a Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
Matt Corallo 7e319d6393 Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std from boost. 7 years ago
Russell Yanofsky abbd230217 Move RPC registration out of AppInitParameterInteraction 7 years ago
Suhas Daftuar ac7b37cd2b Connect to an extra outbound peer if our tip is stale 7 years ago
Matt Corallo a7d3936de8 Add a CValidationInterface::TransactionRemovedFromMempool 7 years ago
John Newbery f4c4e38884 [trivial] Make namespace explicit for is_regular_file 7 years ago
Matt Corallo 5ee88b4bde Clarify docs for requirements/handling of addnode/connect nodes 7 years ago
Matt Corallo 44407100ff Replace relevant services logic with a function suite. 7 years ago
John Newbery d4cdbd6fb6 [rpc] Deprecate estimatefee RPC 7 years ago
MeshCollider 77939f27f7 Fix uninitialized g_connman crash in Shutdown() 7 years ago
Matt Corallo ba206d2c63 Deprecate confusing blockmaxsize, fix getmininginfo output 7 years ago
Marko Bencun 35e5c2269c remove unused IsArgSet check 7 years ago
Marko Bencun 605918272c add m_added_nodes to connman options 7 years ago
John Newbery 43b0e81d0f [wallet] Add StartWallets() function to wallet/init.cpp 7 years ago
John Newbery 290f3c56d9 [wallet] Add RegisterWalletRPC() function to wallet/init.cpp 7 years ago
John Newbery 062d63102e [wallet] Add CloseWallets() function to wallet/init.cpp 7 years ago
John Newbery 77fe07c159 [wallet] Add StopWallets() function to wallet/init.cpp 7 years ago
John Newbery 2da5eafa47 [wallet] Add FlushWallets() function to wallet/init.cpp 7 years ago
John Newbery 1b9cee66e1 [wallet] Rename WalletVerify() to VerifyWallets() 7 years ago
John Newbery 9c76ba18cd [wallet] Rename InitLoadWallet() to OpenWallets() 7 years ago
Cory Fields 2525b972af net: stop both net/net_processing before destroying them 7 years ago
MeshCollider 58d91af59e Fix race for mapBlockIndex in AppInitMain 7 years ago
Cory Fields 8ad663c1fa net: use an interface class rather than signals for message processing 7 years ago
Suhas Daftuar 0311836f69 Allow setting nMinimumChainWork on command line 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Matt Corallo cd0ea48742 Changing -txindex requires -reindex, not -reindex-chainstate 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
practicalswift 6fb8f5f17c Check that -blocknotify command is non-empty before executing 7 years ago
Russell Yanofsky d97fe2016c Move some static functions out of wallet.h/cpp 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
Luke Dashjr 4aa25089b4 Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default 7 years ago
Gregory Maxwell f4c3d2c9da Enable disablesafemode by default. 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago