aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-13[Wallet] Decouple CInputCoin from CWalletTxNicolasDorier
2017-04-12Deduplicate SignatureCacheHasherJeremy Rubin
2017-04-12Merge #10177: Changed "Send" button default status from true to falseWladimir J. van der Laan
2017-04-12Merge #10150: [rpc] Add logging rpcWladimir J. van der Laan
2017-04-12net: define NodeId as an int64_tCory Fields
2017-04-12Merge #10187: tests: Fix test_runner return value in case of skipped testMarcoFalke
2017-04-11Make CWallet::SyncTransactions() interface friendlierJohn Newbery
2017-04-11tests: Fix test_runner return value in case of skipped testWladimir J. van der Laan
2017-04-11AddToWalletIfInvolvingMe should test pIndex, not posInBlockJohn Newbery
2017-04-10allow libevent logging to be updated during runtimeJohn Newbery
2017-04-10[rpc] Add logging RPCJohn Newbery
2017-04-10Set BCLog::LIBEVENT correctly for old libevent versions.John Newbery
2017-04-10Make DisconnectBlock and ConnectBlock static in validation.cppMatt Corallo
2017-04-10Merge #9725: CValidationInterface CleanupsWladimir J. van der Laan
2017-04-10Changed "Send" button default status from true to falseKibbledJiveElkZoo
2017-04-10Merge #10164: Wallet: reduce excess logic InMempool()Wladimir J. van der Laan
2017-04-10Merge #10135: [p2p] Send the correct error code in reject messagesWladimir J. van der Laan
2017-04-10Merge #9949: [bench] Avoid function call arguments which are pointers to unin...Wladimir J. van der Laan
2017-04-10Merge #10156: Fix for issues with startup and multiple monitors on windows.Wladimir J. van der Laan
2017-04-10Fix for issues with startup and multiple monitors on windows.Allan Doensen
2017-04-10Merge #9890: Add a button to open the config file in a text editorJonas Schnelli
2017-04-10Merge #10166: Ignore Doxyfile generated from Doxyfile.in template.Wladimir J. van der Laan
2017-04-10Merge #10167: [trivial] Fix typo ("improssible" → "impossible")Wladimir J. van der Laan
2017-04-10Merge #10142: Run bitcoin_test-qt under minimal QPA platformWladimir J. van der Laan
2017-04-10Merge #10168: Fix build warning from #error textWladimir J. van der Laan
2017-04-08Merge #10124: [test] Suppress test logging spamMarcoFalke
2017-04-08[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoinNicolasDorier
2017-04-07Reduce spammy test loggingJohn Newbery
2017-04-07Fix build warning from #error textJohn Newbery
2017-04-07[trivial] Fix typo ("improssible" → "impossible")practicalswift
2017-04-07Ignore Doxyfile generated from Doxyfile.in template.Pavel Janík
2017-04-07Merge #10159: [tests] color test results and sort alphabeticallyWladimir J. van der Laan
2017-04-07Merge #9681: Refactor Bumpfee, move core functionality to CWalletWladimir J. van der Laan
2017-04-07Merge #10155: build: Deduplicate version numbersWladimir J. van der Laan
2017-04-07fixup - align summary row correctly and make colors/glyphs globalsJohn Newbery
2017-04-07Merge #10162: [trivial] Log calls to getblocktemplateWladimir J. van der Laan
2017-04-07Take a CTransactionRef in AddToWalletIfInvolvingMe to avoid a copyMatt Corallo
2017-04-07Use std::shared_ptr instead of boost::shared_ptr in ScriptForMiningMatt Corallo
2017-04-07Remove dead-code tracking of requests for blocks we generatedMatt Corallo
2017-04-07Add override to functions using CValidationInterface methodsMatt Corallo
2017-04-07Hold cs_wallet for whole block [dis]connection processingMatt Corallo
2017-04-07SyncTransaction->TxAddedToMempool/BlockConnected/DisconnectedMatt Corallo
2017-04-07Handle SyncTransaction in ActivateBestChain instead of ConnectTraceMatt Corallo
2017-04-07Keep conflictedTxs in ConnectTrace per-blockMatt Corallo
2017-04-07Handle conflicted transactions directly in ConnectTraceMatt Corallo
2017-04-07Make ConnectTrace::blocksConnected private, hide behind accessorsMatt Corallo
2017-04-07Add pblock to connectTrace at the end of ConnectTip, not startMatt Corallo
2017-04-07Include missing #include in zmqnotificationinterface.hMatt Corallo
2017-04-07Wallet: reduce excess logic InMemPool()Kewde
2017-04-06Merge #9902: Lightweight abstraction of boost::filesystemWladimir J. van der Laan