1165 Commits (9c4c30649987eec05755e2fcd89fd74958dede8c)

Author SHA1 Message Date
Just Wonder 2a90a04efb RPC: Add new "getzmqnotifications" method. 4 years ago
Just Wonder 4df2c1d6cd Ready for mainnet. 5 years ago
Jianping Wu 166d96ea1c Properly fixed testnet checking. 6 years ago
Jianping Wu 7a994de062 First major changes to kevacoin text. 6 years ago
Jianping Wu 6e12ede1d6 More changes from litecoins to kevacoins. 6 years ago
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 6 years ago
fanquake 9645aa6262 Remove blockmaxsize option from init.cpp 6 years ago
John Newbery e802c22947 [config] Remove blockmaxsize option 6 years ago
Romano 08f2538862
Litecoin: Enable support for SSE2 instructions in scrypt via configure --enable-sse2 (#362) 6 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 6 years ago
Adrian Gallagher ecf6fd0aab
Litecoin: Fix copyright year value 6 years ago
shaolinfry 4b588c670c
Litecoin: Add scrypt N=1024 PoW 6 years ago
João Barbosa f8938248ef
Interrupt loading thread after shutdown request 6 years ago
Sjors Provoost d44cd7ed4b
Reset pblocktree before deleting LevelDB file 6 years ago
Matt Corallo 09fc859ef0
Fix fast-shutdown hang on ThreadImport+GenesisWait 6 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