1160 Commits (f1250033bd149626cfe42008ca145733be850dfe)

Author SHA1 Message Date
Hennadii Stepanov 11b9dbb439
-prune option -help output aligned with code 6 years ago
John Newbery 2291774bd5 [trivial] Add newlines to end of log messages. 6 years ago
Chun Kuan Lee ce8aa5491f
Add Windows shutdown handler 7 years ago
fanquake 9645aa6262 Remove blockmaxsize option from init.cpp 7 years ago
John Newbery e802c22947 [config] Remove blockmaxsize option 7 years ago
Romano 08f2538862
Litecoin: Enable support for SSE2 instructions in scrypt via configure --enable-sse2 (#362) 7 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 7 years ago
Adrian Gallagher ecf6fd0aab
Litecoin: Fix copyright year value 7 years ago
shaolinfry 4b588c670c
Litecoin: Add scrypt N=1024 PoW 7 years ago
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