| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #8589: Inline CTxInWitness inside CTxIn | Wladimir J. van der Laan | 2016-12-21 | 1 | -12/+11 |
| |\ | | | | | | | f6fb7ac Move CTxInWitness inside CTxIn (Pieter Wuille) | ||||
| | * | Move CTxInWitness inside CTxIn | Pieter Wuille | 2016-12-04 | 1 | -12/+11 |
| | | | |||||
| * | | Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT ↵ | Wladimir J. van der Laan | 2016-12-19 | 1 | -56/+16 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | runawayException use GetWarnings 749be01 Move GetWarnings() into its own file. (Gregory Maxwell) e3ba0ef Eliminate data races for strMiscWarning and fLargeWork*Found. (Gregory Maxwell) c63198f Make QT runawayException call GetWarnings instead of directly access strMiscWarning. (Gregory Maxwell) | ||||
| | * | | Move GetWarnings() into its own file. | Gregory Maxwell | 2016-12-03 | 1 | -0/+1 |
| | | | | |||||
| | * | | Eliminate data races for strMiscWarning and fLargeWork*Found. | Gregory Maxwell | 2016-12-03 | 1 | -11/+13 |
| | | | | | | | | | | | | | | | | This moves all access to these datastructures through accessor functions and protects them with a lock. | ||||
| | * | | Make QT runawayException call GetWarnings instead of directly access ↵ | Gregory Maxwell | 2016-12-03 | 1 | -45/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | strMiscWarning. This is a first step in avoiding racy accesses to strMiscWarning. The change required moving GetWarnings and related globals to util. | ||||
| * | | | Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock | Wladimir J. van der Laan | 2016-12-14 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | a13fa4c Remove unused CDiskBlockPos* argument from ProcessNewBlock (Matt Corallo) | ||||
| | * | | | Remove unused CDiskBlockPos* argument from ProcessNewBlock | Matt Corallo | 2016-12-04 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Do not run functions with necessary side-effects in assert() | Gregory Maxwell | 2016-12-14 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | Merge #9240: Remove txConflicted | Pieter Wuille | 2016-12-09 | 1 | -9/+3 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | a874ab5 remove internal tracking of mempool conflicts for reporting to wallet (Alex Morcos) bf663f8 remove external usage of mempool conflict tracking (Alex Morcos) | ||||
| | * | | | | remove external usage of mempool conflict tracking | Alex Morcos | 2016-12-05 | 1 | -9/+3 |
| | | |_|/ | |/| | | |||||
| * / | | | remove no longer needed check for premature v2 txs | Alex Morcos | 2016-12-07 | 1 | -8/+0 |
| |/ / / | |||||
| * | | | Merge #9014: Fix block-connection performance regression | Wladimir J. van der Laan | 2016-12-05 | 1 | -23/+39 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | dd0df81 Document ConnectBlock connectTrace postconditions (Matt Corallo) 2d6e561 Switch pblock in ProcessNewBlock to a shared_ptr (Matt Corallo) 2736c44 Make the optional pblock in ActivateBestChain a shared_ptr (Matt Corallo) ae4db44 Create a shared_ptr for the block we're connecting in ActivateBCS (Matt Corallo) fd9d890 Keep blocks as shared_ptrs, instead of copying txn in ConnectTip (Matt Corallo) 6fdd43b Add struct to track block-connect-time-generated info for callbacks (Matt Corallo) | ||||
| | * | | Document ConnectBlock connectTrace postconditions | Matt Corallo | 2016-12-04 | 1 | -0/+4 |
| | | | | |||||
| | * | | Switch pblock in ProcessNewBlock to a shared_ptr | Matt Corallo | 2016-12-04 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | | This (finally) fixes a performance regression in b3b3c2a5623d5c942d2b3565cc2d833c65105555 | ||||
| | * | | Make the optional pblock in ActivateBestChain a shared_ptr | Matt Corallo | 2016-12-04 | 1 | -6/+11 |
| | | | | |||||
| | * | | Create a shared_ptr for the block we're connecting in ActivateBCS | Matt Corallo | 2016-12-04 | 1 | -8/+8 |
| | | | | |||||
| | * | | Keep blocks as shared_ptrs, instead of copying txn in ConnectTip | Matt Corallo | 2016-12-04 | 1 | -9/+16 |
| | | | | |||||
| | * | | Add struct to track block-connect-time-generated info for callbacks | Matt Corallo | 2016-12-04 | 1 | -14/+19 |
| | |/ | |||||
| * | | Make CTransaction actually immutable | Pieter Wuille | 2016-12-02 | 1 | -4/+4 |
| | | | |||||
| * | | Switch GetTransaction to returning a CTransactionRef | Pieter Wuille | 2016-12-02 | 1 | -4/+4 |
| |/ | |||||
| * | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | 2016-12-02 | 1 | -0/+4190 |