aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-04-06[tests] Add unicode symbols for tests passing/failing/skippingJohn Newbery
2017-04-06Log calls to getblocktemplateJohn Newbery
2017-04-06doc: Update release process for simplified version bumpingWladimir J. van der Laan
2017-04-06build: Remove duplicate version information from src/clientversion.hWladimir J. van der Laan
2017-04-05[tests] color test results and sort alphabeticallyJohn Newbery
2017-04-05Merge #10151: [logging] initialize flag variable to 0 (and continue if GetLog...Wladimir J. van der Laan
2017-04-05Merge #10154: init: Remove redundant logging codeWladimir J. van der Laan
2017-04-05doc: Make build system insert version in DoxyfileWladimir J. van der Laan
2017-04-05doc: Remove version numbers from READMEsWladimir J. van der Laan
2017-04-05Merge #10153: logging: Fix off-by-one for shrinkdebugfile defaultWladimir J. van der Laan
2017-04-05Merge #10144: Prioritisetransaction wasn't always updating ancestor feeWladimir J. van der Laan
2017-04-05Merge #10133: Clean up calculations of pcoinsTip memory usageWladimir J. van der Laan