aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-09Merge #13183: [travis] New travis job for CHECK_DOCS stepsWladimir J. van der Laan
2018-05-09Merge #10267: New -includeconf argument for including external configuration ...Wladimir J. van der Laan
2018-05-09[bitcoin-11004] creating another jobs for the CHECK_DOC=1, separated from the...Grady Laksmono
2018-05-09[tests] Fixed intermittent failure in p2p_sendheaders.py.lmanners
2018-05-08[qt]: changes sendcoinsdialog's box layout for improved readability.marcoagner
2018-05-08qa: Remove unused option --srcdirMarcoFalke
2018-05-07Merge #13184: RPC Docs: gettxout*: clarify bestblock and unspent countsMarcoFalke
2018-05-07Bugfix: the end of a reorged chain is invalid when connect failsPieter Wuille
2018-05-07RPC Docs: gettxout*: clarify bestblock and unspent countsDavid A. Harding
2018-05-07Merge #13094: tests: Add test for 64-bit Windows PE, modify 32-bit test resultsWladimir J. van der Laan
2018-05-07Merge #13079: Fix rescanblockchain rpc to properly report progressJonas Schnelli
2018-05-07Merge #13131: Add Windows shutdown handlerWladimir J. van der Laan
2018-05-07Merge #13149: Handle unsuccessful fseek(...):sWladimir J. van der Laan
2018-05-07Merge #13180: Fix re-declared scoped enum as unscoped (Causes issues with som...Jonas Schnelli
2018-05-07Merge #13162: [net] Don't incorrectly log that REJECT messages are unknown.Wladimir J. van der Laan
2018-05-06Remove enum specifier (to avoid re-declare scoped enum as unscoped)donaloconnor
2018-05-05Add Clang thread safety analysis annotationspracticalswift
2018-05-05Fix missing locking in CTxMemPool::setSanityCheck(double dFrequency)practicalswift
2018-05-05Fix missing locking in CTxMemPool::check(const CCoinsViewCache *pcoins)practicalswift
2018-05-05Merge #13080: mempool: Add compile time checking for ::mempool.cs runtime loc...MarcoFalke
2018-05-05Add compile time checking for all ::mempool.cs runtime locking assertionspracticalswift
2018-05-05Separate HaveKey function that checks whether a key is in a keystoreAndrew Chow
2018-05-05qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke
2018-05-04Merge #13163: Make it clear which functions that are intended to be translati...MarcoFalke
2018-05-05Policy to reject extremely small transactionsJohnson Lau
2018-05-05Add transaction tests for constant scriptCodeJohnson Lau
2018-05-05Add constant scriptCode policy in non-segwit scriptsJohnson Lau
2018-05-04Merge #13165: doc: Mention good first issue list in CONTRIBUTING.mdMarcoFalke
2018-05-04doc: Mention good first issue list in CONTRIBUTING.mdfanquake
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-05-03[logging] Don't incorrectly log that REJECT messages are unknown.John Newbery
2018-05-03Fix rescanblockchain rpc to property report progressBen Woosley
2018-05-03wallet: Reset BerkeleyDB handle after connection failsTim Ruffing
2018-05-03Print a log message if we fail to shrink the debug log filepracticalswift
2018-05-03Merge #12639: Reduce cs_main lock in listunspentWladimir J. van der Laan
2018-05-03Merge #13148: logging: Fix potential use-after-free in LogPrintStr(...)Wladimir J. van der Laan
2018-05-03Merge #13154: Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106Wladimir J. van der Laan
2018-05-03refactor: Avoid extra lookups of mapAddressBook in listunspent RPCJoão Barbosa
2018-05-03rpc: Reduce cs_main lock in listunspentJoão Barbosa
2018-05-03Merge #12729: Get rid of ambiguous OutputType::NONE valueWladimir J. van der Laan
2018-05-03Merge #12507: Interrupt rescan on shutdown requestWladimir J. van der Laan
2018-05-02[tests] Remove 'account' API from wallet functional testsJohn Newbery
2018-05-02Merge #12928: qt: Initialize non-static class members that were previously ne...Wladimir J. van der Laan
2018-05-02Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106Russell Yanofsky
2018-05-02Merge #13153: Add missing newlines to debug loggingWladimir J. van der Laan
2018-05-02devtools: Make linter check LogPrint callsMarcoFalke
2018-05-02Add missing newlines to LogPrint debug loggingWladimir J. van der Laan
2018-05-02Make sure initialization occurs in the constructorpracticalswift
2018-05-02Merge #13106: Simplify semantics of ChainStateFlushed callbackWladimir J. van der Laan
2018-05-02wallet: Interrupt rescan on shutdown requestJoão Barbosa