Age | Commit message (Expand) | Author |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-10-27 | Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks | MarcoFalke |
2018-10-24 | Merge #12842: Prevent concurrent savemempool | Wladimir J. van der Laan |
2018-10-20 | rpc: Prevent concurrent savemempool | João Barbosa |
2018-09-24 | validation: Pass chainparams in AcceptToMemoryPoolWorker(...) | practicalswift |
2018-09-20 | Merge #14214: convert C-style (void) parameter lists to C++ style () | MarcoFalke |
2018-09-17 | Fix crash bug with duplicate inputs within a transaction | Suhas Daftuar |
2018-09-13 | convert C-style (void) parameter lists to C++ style () | Arvid Norberg |
2018-09-13 | Merge #13310: Report progress in ReplayBlocks while rolling forward | Wladimir J. van der Laan |
2018-09-11 | Pass tx pool reference into CheckSequenceLocks | MarcoFalke |
2018-09-11 | Merge #13558: Drop unused GetType() from CSizeComputer | Wladimir J. van der Laan |
2018-09-11 | Drop minor GetSerializeSize template | Ben Woosley |
2018-09-11 | Drop unused GetType() from CSizeComputer | Ben Woosley |
2018-09-07 | tx pool: Use class methods to hide raw map iterator impl details | MarcoFalke |
2018-09-04 | Merge #13249: Make objects in range declarations immutable by default. Avoid ... | Wladimir J. van der Laan |
2018-08-31 | scripted-diff: Small locking rename | Russell Yanofsky |
2018-08-31 | Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection | Wladimir J. van der Laan |
2018-08-29 | Merge #14097: validation: Log FormatStateMessage on ConnectBlock error in Con... | Wladimir J. van der Laan |
2018-08-29 | Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script... | Wladimir J. van der Laan |
2018-08-28 | validation: Log FormatStateMessage on ConnectBlock error in ConnectTip | MarcoFalke |
2018-08-27 | Make objects in range declarations immutable by default. Avoid unnecessary co... | practicalswift |
2018-08-26 | Add compile time checking for all cs_main runtime locking assertions | practicalswift |
2018-08-07 | Merge #13527: policy: Remove promiscuousmempoolflags | Wladimir J. van der Laan |
2018-08-03 | Use LOCK macros for non-recursive locks | Russell Yanofsky |
2018-07-30 | scripted-diff: Remove unused first argument to addUnchecked | MarcoFalke |
2018-07-27 | Return void instead of bool for functions that cannot fail | practicalswift |
2018-07-21 | Removes the boost/algorithm/string/join dependency | 251 |
2018-07-17 | Merge #13680: [doc] Remove outdated comment about miner ignoring CPFP | Wladimir J. van der Laan |
2018-07-16 | [doc] Remove outdated comment about mining code ignoring CPFP | James O'Beirne |
2018-07-13 | Merge #11658: During IBD, when doing pruning, prune 10% extra to avoid prunin... | Pieter Wuille |
2018-07-09 | Merge #13481: doc: Rewrite some validation docs as lock annotations | Wladimir J. van der Laan |
2018-07-04 | Merge #13235: Break circular dependency: init -> * -> init by extracting shut... | Wladimir J. van der Laan |
2018-06-30 | Merge #13431: validation: count blocks correctly for check level < 3 | MarcoFalke |
2018-06-25 | Break circular dependency: init -> * -> init by extracting shutdown.h | Ben Woosley |
2018-06-24 | Merge #13480: Avoid copies in range-for loops and add a warning to detect them | Wladimir J. van der Laan |
2018-06-23 | policy: Remove promiscuousmempoolflags | MarcoFalke |
2018-06-19 | Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock | Jonas Schnelli |
2018-06-18 | doc: Rewrite some validation doc as lock annotations | MarcoFalke |
2018-06-18 | Merge #13412: Make ReceivedBlockTransactions return void | Wladimir J. van der Laan |
2018-06-15 | cleanup: avoid hidden copies in range-for loops | Cory Fields |
2018-06-15 | Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map | MarcoFalke |
2018-06-15 | Merge #13402: Document validationinterace callback blocking deadlock potential. | MarcoFalke |
2018-06-15 | validation: count blocks correctly for check level < 3 | Karl-Johan Alm |
2018-06-13 | Merge #13428: validation: check the specified number of blocks (off-by-one) | Wladimir J. van der Laan |
2018-06-11 | Only set fNewBlock to true in AcceptBlock when we write to disk | Matt Corallo |
2018-06-11 | scripted-diff: Avoid temporary copies when looping over std::map | Ben Woosley |
2018-06-11 | validation: check the specified number of blocks (off-by-one) | Karl-Johan Alm |
2018-06-07 | Make ReceivedBlockTransactions return void | MarcoFalke |
2018-06-05 | Document validationinterace callback blocking deadlock potential. | Matt Corallo |
2018-05-29 | policy: Treat segwit as always active | MarcoFalke |