15463 Commits (4db82b7aab4ad64717f742a7318e3dc6811b41be)
 

Author SHA1 Message Date
Jonas Schnelli 4db82b7aab
Merge #11680: [docs] Add instructions for lcov report generation 7 years ago
James O'Beirne 5ff01c2363 [docs] Add instructions for lcov coverage report generation 7 years ago
MarcoFalke 3bdf242fc6
Merge #11677: qa: Remove unused NodeConn members 7 years ago
Wladimir J. van der Laan 6d4821b693
Merge #11684: trivial: Fix typo – "Ubutntu" → "Ubuntu" 7 years ago
practicalswift d8ac893268 trivial: Fix typo – "Ubutntu" → "Ubuntu" 7 years ago
Wladimir J. van der Laan 7adeea3b0f
Merge #11641: qa: Only allow disconnecting all NodeConns 7 years ago
Wladimir J. van der Laan cbb54e77a1
Merge #11533: Docs: Update WSL installation notes for Fall Creators update 7 years ago
Thoragh 73a7e6d186 Update WSL installation for Fall Creators update 7 years ago
MarcoFalke fafdad0d46 qa: Remove unused NodeConn members 7 years ago
MarcoFalke 5e468994fb
Merge #11676: contrib/init: Update openrc-run filename 7 years ago
MarcoFalke faaa7db25e qa: Only allow disconnecting all NodeConns 7 years ago
MarcoFalke 41aa9c4a80
Merge #11663: [trivial] doc: Add getreceivedbyaddress release notes 7 years ago
Luke Dashjr 2f041f0e7d contrib/init: Update openrc-run filename 7 years ago
Wladimir J. van der Laan 927e5280bd
Merge #11035: [contrib] Add Valgrind suppressions file 7 years ago
Wladimir J. van der Laan 7fbf3c638f
Merge #11438: Updated Windows build doc for WSL/Xenial workaround 7 years ago
practicalswift 4a426d8900 Add note about Valgrind suppressions file in developer-notes.md 7 years ago
MarcoFalke 2adbddb038
Merge #10749: Use compile-time constants instead of unnamed enumerations (remove "enum hack") 7 years ago
MarcoFalke 13e352dc53
Merge #3716: GUI: Receive: Remove option to reuse a previous address 7 years ago
MarcoFalke fa0c7c7f86 doc: Add getreceivedbyaddress release notes 7 years ago
MarcoFalke 95e14dc81d
Merge #11055: [wallet] [rpc] getreceivedbyaddress should return error if called with address not owned by the wallet 7 years ago
Wladimir J. van der Laan 6de3203cdc
doc: Add historical release notes for 0.15.1 7 years ago
Luke Dashjr 927f4ff5a2 GUI: Receive: Remove option to reuse a previous address 7 years ago
Pieter Wuille 033c78671b
Merge #11258: [rpc] Add initialblockdownload to getblockchaininfo 7 years ago
John Newbery 5e0ba8f8cd [wallet] getreceivedbyaddress should return error if address is not mine 7 years ago
MarcoFalke 61fb80660f
Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps param type 7 years ago
John Newbery ea0cd24f7d [tests] Tidy up receivedby.py 7 years ago
MarcoFalke 05a761932e
Merge #11353: Small refactor of CCoinsViewCache::BatchWrite() 7 years ago
MarcoFalke ee92243e66
Merge #11623: tests: Add missing locks to tests 7 years ago
practicalswift 109a858995 tests: Add missing locks to tests 7 years ago
MarcoFalke 22cdf93c06
Merge #11316: [qt] Add use available balance in send coins dialog (CryptAxe, promag) 7 years ago
MarcoFalke 76b3349159
Merge #11468: [tests] Make comp test framework more debuggable 7 years ago
Wladimir J. van der Laan fe503e118f
Merge #11646: Require a steady clock for bench with at least micro precision 7 years ago
MarcoFalke 6e4e98ee8c
Merge #11394: Perform a weaker subtree check in Travis 7 years ago
MarcoFalke c838283ecd
Merge #11649: Revert "Remove unused variable in shell script" 7 years ago
MarcoFalke fa0025dc3c Revert "Remove unused variable in shell script" 7 years ago
Wladimir J. van der Laan 5e9be169e4
Merge #11043: Use std::unique_ptr (C++11) where possible 7 years ago
Wladimir J. van der Laan 23e9074e0a
Merge #10771: Remove unused variables in shell scripts 7 years ago
Wladimir J. van der Laan e6e3fc3951
Merge #11272: CKeystore/CCrypter: move relevant implementation out of the header 7 years ago
Matt Corallo 620bae34cf Require a steady clock for bench with at least micro precision 7 years ago
Wladimir J. van der Laan 1f4375f8e7
Merge #11580: Do not send (potentially) invalid headers in response to getheaders 7 years ago
MarcoFalke 5e3f5e4f25
Merge #11638: [tests] Dead mininode code 7 years ago
Wladimir J. van der Laan 045a809234
Merge #11644: Fix qt build broken by 5a5e4e9 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