aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-14Make ISSUE_TEMPLATE a bit shorter, mention hardware testsMatt Corallo
2017-11-14Merge #11684: trivial: Fix typo – "Ubutntu" → "Ubuntu"Wladimir J. van der Laan
2017-11-14trivial: Fix typo – "Ubutntu" → "Ubuntu"practicalswift
2017-11-14Merge #11641: qa: Only allow disconnecting all NodeConnsWladimir J. van der Laan
2017-11-14Merge #11533: Docs: Update WSL installation notes for Fall Creators updateWladimir J. van der Laan
2017-11-14Update WSL installation for Fall Creators updateThoragh
2017-11-13Merge #11676: contrib/init: Update openrc-run filenameMarcoFalke
2017-11-13qa: Only allow disconnecting all NodeConnsMarcoFalke
2017-11-13Merge #11663: [trivial] doc: Add getreceivedbyaddress release notesMarcoFalke
2017-11-13contrib/init: Update openrc-run filenameLuke Dashjr
2017-11-13Merge #11035: [contrib] Add Valgrind suppressions fileWladimir J. van der Laan
2017-11-13Merge #11438: Updated Windows build doc for WSL/Xenial workaroundWladimir J. van der Laan
2017-11-12Add note about Valgrind suppressions file in developer-notes.mdpracticalswift
2017-11-11Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...MarcoFalke
2017-11-11Merge #3716: GUI: Receive: Remove option to reuse a previous addressMarcoFalke
2017-11-11doc: Add getreceivedbyaddress release notesMarcoFalke
2017-11-11Merge #11055: [wallet] [rpc] getreceivedbyaddress should return error if call...MarcoFalke
2017-11-11doc: Add historical release notes for 0.15.1Wladimir J. van der Laan
2017-11-11GUI: Receive: Remove option to reuse a previous addressLuke Dashjr
2017-11-10Merge #11258: [rpc] Add initialblockdownload to getblockchaininfoPieter Wuille
2017-11-10[wallet] getreceivedbyaddress should return error if address is not mineJohn Newbery
2017-11-10Merge #11269: [Mempool] CTxMemPoolEntry::UpdateAncestorState: modifySiagOps p...MarcoFalke
2017-11-10[tests] Tidy up receivedby.pyJohn Newbery
2017-11-10Merge #11353: Small refactor of CCoinsViewCache::BatchWrite()MarcoFalke
2017-11-10Merge #11623: tests: Add missing locks to testsMarcoFalke
2017-11-10tests: Add missing locks to testspracticalswift
2017-11-10Merge #11316: [qt] Add use available balance in send coins dialog (CryptAxe, ...MarcoFalke
2017-11-10Merge #11468: [tests] Make comp test framework more debuggableMarcoFalke
2017-11-10Merge #11646: Require a steady clock for bench with at least micro precisionWladimir J. van der Laan
2017-11-09Merge #11394: Perform a weaker subtree check in TravisMarcoFalke
2017-11-09Merge #11649: Revert "Remove unused variable in shell script"MarcoFalke
2017-11-09Revert "Remove unused variable in shell script"MarcoFalke
2017-11-09Merge #11043: Use std::unique_ptr (C++11) where possibleWladimir J. van der Laan
2017-11-09Merge #10771: Remove unused variables in shell scriptsWladimir J. van der Laan
2017-11-09Merge #11272: CKeystore/CCrypter: move relevant implementation out of the headerWladimir J. van der Laan
2017-11-09Require a steady clock for bench with at least micro precisionMatt Corallo
2017-11-09Merge #11580: Do not send (potentially) invalid headers in response to gethea...Wladimir J. van der Laan
2017-11-09Merge #11638: [tests] Dead mininode codeMarcoFalke
2017-11-09Merge #11644: Fix qt build broken by 5a5e4e9Wladimir J. van der Laan
2017-11-09Use MakeUnique<Db>(...)practicalswift
2017-11-09Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))practicalswift
2017-11-09Add MakeUnique (substitute for C++14 std::make_unique)practicalswift
2017-11-09Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift
2017-11-09Use unique_ptr for pdbCopy (Db) and fix potential memory leakpracticalswift
2017-11-09Use unique_ptr for dbenv (DbEnv)practicalswift
2017-11-09Use unique_ptr for pfilter (CBloomFilter)practicalswift
2017-11-09Use unique_ptr for sem{Addnode,Outbound} (CSemaphore)practicalswift
2017-11-09Use unique_ptr for upnp_thread (boost::thread)practicalswift
2017-11-09Use unique_ptr for dbw (CDBWrapper)practicalswift
2017-11-09Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)practicalswift