10549 Commits (9587a9c12b5d54263787a23c75f570db368318c1)

Author SHA1 Message Date
MeshCollider 9587a9c12b Default walletdir is wallets/ if it exists 7 years ago
MeshCollider 0530ba0eae Add -walletdir parameter to specify custom wallet dir 7 years ago
MeshCollider 7b91b5f8a4 Remove trailing whitespace causing travis failure 7 years ago
Wladimir J. van der Laan 96b92810a6 refactor: Include obj/build.h instead of build.h 7 years ago
Wladimir J. van der Laan 138016bf92 test: refactor: Use absolute include paths for test data files 7 years ago
Wladimir J. van der Laan e7b31631c7 qt: refactor: Changes to make include paths absolute 7 years ago
Wladimir J. van der Laan 0c715214dd build: Remove -I for everything but project root 7 years ago
Wladimir J. van der Laan 5b56ec969f qt: refactor: Use absolute include paths in .ui files 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift 069215ebe2 Initialize recently introduced non-static class member lastCycles to zero in constructor 7 years ago
Luke Dashjr 927f4ff5a2 GUI: Receive: Remove option to reuse a previous address 7 years ago
Russell Yanofsky aed1d90aca [wallet] Change feebumper from class to functions 7 years ago
Russell Yanofsky 37bdcca3c3 [refactor] Make feebumper namespace 7 years ago
Russell Yanofsky 7c4f009195 [trivial] Rename feebumper variables according to project code style 7 years ago
John Newbery 5e0ba8f8cd [wallet] getreceivedbyaddress should return error if address is not mine 7 years ago
practicalswift 109a858995 tests: Add missing locks to tests 7 years ago
practicalswift 63c2d83e58 Explicitly state assumption that state.m_chain_sync.m_work_header != nullptr in ConsiderEviction 7 years ago
Matt Corallo 620bae34cf Require a steady clock for bench with at least micro precision 7 years ago
practicalswift a357293c87 Use MakeUnique<Db>(...) 7 years ago
practicalswift 3e09b390b4 Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...)) 7 years ago
practicalswift 86179897e2 Add MakeUnique (substitute for C++14 std::make_unique) 7 years ago
practicalswift d223bc940a Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
practicalswift b45c597caa Use unique_ptr for pdbCopy (Db) and fix potential memory leak 7 years ago
practicalswift 29ab96dbd2 Use unique_ptr for dbenv (DbEnv) 7 years ago
practicalswift f72cbf9ba9 Use unique_ptr for pfilter (CBloomFilter) 7 years ago
practicalswift 8ccf1bb0c3 Use unique_ptr for sem{Addnode,Outbound} (CSemaphore) 7 years ago
practicalswift 73db0635a3 Use unique_ptr for upnp_thread (boost::thread) 7 years ago
practicalswift 0024531625 Use unique_ptr for dbw (CDBWrapper) 7 years ago
practicalswift fa6d1228e9 Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats) 7 years ago
practicalswift 5a6f768896 Use unique_ptr for httpRPCTimerInterface (HTTPRPCTimerInterface) 7 years ago
practicalswift 860e912583 Use unique_ptr for pwalletMain (CWallet) 7 years ago
Matt Corallo 9e9e31aa10 Fix qt build broken by 5a5e4e9 7 years ago
practicalswift 7536b08c10 trivial: Fix typo – alreardy → already 7 years ago
Thomas Snider 5ce7cb9518 [net] De-duplicate connection eviction logic 7 years ago
Cory Fields 24a0bddf4a bench: prefer a steady clock if the resolution is no worse 7 years ago
Cory Fields c515d266ec bench: switch to std::chrono for time measurements 7 years ago
João Barbosa 7963335d25 Fix -disablewallet default value 7 years ago
João Barbosa b411c2a12a Improve -disablewallet parameter interaction 7 years ago
Wladimir J. van der Laan cabff75880 rpc: Make logging RPC public 7 years ago
practicalswift a9b6ba0b7c Add missing cs_main locks when calling blockToJSON/blockheaderToJSON 7 years ago
Pieter Wuille d618458184 Have SegWit active by default 7 years ago
Anthony Towns 4bd89210a1 Unit tests for always-active versionbits. 7 years ago
Pieter Wuille d07ee77ab9 Always-active versionbits support 7 years ago
John Newbery 18e071841e [consensus] Pin P2SH activation to block 173805 on mainnet 7 years ago
Anthony Towns 526023aa7a Improve handling of BIP9Deployment limits 7 years ago
practicalswift 76ea17c796 Add mutex requirement for AddToCompactExtraTransactions(…) 7 years ago
Matt Corallo 7e319d6393 Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std from boost. 7 years ago
Karl-Johan Alm a02c5e459a
[trivial] Fix error messages in CFeeBumper 7 years ago
Cory Fields 97932cd268 rpc: further constrain the libevent workaround 7 years ago
Suhas Daftuar 626291508c Add unit test for stale tip checking 7 years ago