aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06Merge #9902: Lightweight abstraction of boost::filesystemWladimir J. van der Laan
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-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
2017-04-05Merge #10104: linearize script: Option to use RPC cookieWladimir J. van der Laan
2017-04-05init: Remove redundant logging codeMarcoFalke
2017-04-05logging: Fix off-by-one for shrinkdebugfileMarcoFalke
2017-04-05Merge #10152: [trivial] remove unused line in Travis configMarcoFalke
2017-04-04initialize flag variable to 0 (and continue if GetLogCategory() fails)John Newbery
2017-04-04[trivial] remove unused line in Travis configJohn Newbery
2017-04-04Merge #10146: Better error handling for submitblockWladimir J. van der Laan
2017-04-03Bugfix: ancestor modifed fees were incorrect for descendantsSuhas Daftuar
2017-04-03Test prioritisetransaction and ancestor fee stateSuhas Daftuar
2017-04-03Merge #10123: Allow debug logs to be excluded from specified componentWladimir J. van der Laan
2017-04-03Add -debugexclude option to switch off logging for specified componentsJohn Newbery
2017-04-03Merge #9533: Allow non-power-of-2 signature cache sizesWladimir J. van der Laan
2017-04-03Remove `namespace fs=fs`Wladimir J. van der Laan
2017-04-03torcontrol: Use fs::path instead of std::string for private key pathWladimir J. van der Laan
2017-04-03Use fsbridge for fopen and freopenWladimir J. van der Laan
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-04-03Add fs.cpp/hWladimir J. van der Laan
2017-04-03Merge #10058: No need to use OpenSSL malloc/freeWladimir J. van der Laan
2017-04-03Add braces to submitblock per current style.Gregory Maxwell
2017-04-03Check transaction count early in submitblock.Gregory Maxwell
2017-04-03Merge #10139: [rpc] Remove auth cookie on shutdownWladimir J. van der Laan
2017-04-02Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn.Gregory Maxwell
2017-04-02[rpc] Remove auth cookie on shutdownpracticalswift
2017-04-02Merge #10077: [qa] Add setnetworkactive smoke testWladimir J. van der Laan
2017-04-02Merge #10072: Remove sources of unreliablility in extended functional testsMarcoFalke
2017-04-02Merge #10098: Make qt wallet test compatible with qt4Wladimir J. van der Laan
2017-04-02Merge #10036: Fix init README format to render correctly on githubWladimir J. van der Laan
2017-04-02Merge #10128: Speed Up CuckooCache testsWladimir J. van der Laan
2017-04-02Merge #9424: Change LogAcceptCategory to use uint32_t rather than sets of str...Wladimir J. van der Laan
2017-04-02Merge #10136: build: Disable Wshadow warningWladimir J. van der Laan
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-04-01build: Disable Wshadow warningWladimir J. van der Laan
2017-04-01Merge #10129: scheduler: fix sub-second precision with boost < 1.50Wladimir J. van der Laan