| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | remove external usage of mempool conflict tracking | Alex Morcos | 2016-12-05 | 1 | -1/+1 | |
| * | | | | | Remove mapOrphanTransactionsByPrev from DoS_tests | Pieter Wuille | 2016-12-05 | 1 | -2/+0 | |
| |/ / / / | ||||||
| * | | | | Merge #9269: Align struct COrphan definition | Wladimir J. van der Laan | 2016-12-05 | 1 | -0/+1 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | Align struct COrphan definition | Pieter Wuille | 2016-12-05 | 1 | -0/+1 | |
| * | | | | Merge #9014: Fix block-connection performance regression | Wladimir J. van der Laan | 2016-12-05 | 2 | -2/+4 | |
| |\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | | Switch pblock in ProcessNewBlock to a shared_ptr | Matt Corallo | 2016-12-04 | 2 | -2/+4 | |
| | |/ / | ||||||
| * / / | Make CTransaction actually immutable | Pieter Wuille | 2016-12-02 | 5 | -42/+38 | |
| |/ / | ||||||
| * | | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,... | Pieter Wuille | 2016-12-02 | 11 | -11/+13 | |
| |\ \ | ||||||
| | * | | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | 2016-12-02 | 10 | -10/+10 | |
| | * | | Move network-msg-processing code out of main to its own file | Matt Corallo | 2016-12-02 | 3 | -1/+3 | |
| * | | | Merge #9223: unification of Bloom filter representation | MarcoFalke | 2016-12-02 | 1 | -10/+10 | |
| |\ \ \ | ||||||
| | * | | | unification of Bloom filter representation | S. Matthew English | 2016-11-26 | 1 | -10/+10 | |
| * | | | | Disable fee estimates for a confirm target of 1 block | Alex Morcos | 2016-11-29 | 1 | -7/+15 | |
| | |/ / |/| | | ||||||
| * | | | Fix some typos | fsb4000 | 2016-11-28 | 2 | -2/+2 | |
| |/ / | ||||||
| * | | Merge #9128: net: Decouple CConnman and message serialization | Pieter Wuille | 2016-11-25 | 1 | -0/+58 | |
| |\ \ | ||||||
| | * | | net: add CVectorWriter and CNetMsgMaker | Cory Fields | 2016-11-25 | 1 | -0/+58 | |
| * | | | Merge #9100: tx_valid: re-order inputs to how they are encoded | MarcoFalke | 2016-11-25 | 1 | -9/+9 | |
| |\ \ \ | ||||||
| | * | | | tx_valid: re-order inputs to how they are encoded | Daniel Cousens | 2016-11-08 | 1 | -9/+9 | |
| * | | | | Always add default_witness_commitment with GBT client support | Pieter Wuille | 2016-11-21 | 1 | -0/+1 | |
| | |/ / |/| | | ||||||
| * | | | Merge #8837: allow bitcoin-tx to parse partial transactions | Wladimir J. van der Laan | 2016-11-21 | 1 | -0/+10 | |
| |\ \ \ | ||||||
| | * | | | Allow bitcoin-tx to parse partial transactions | jnewbery | 2016-11-04 | 1 | -0/+10 | |
| * | | | | Introduce convenience type CTransactionRef | Pieter Wuille | 2016-11-19 | 7 | -24/+24 | |
| * | | | | Make CBlock::vtx a vector of shared_ptr<CTransaction> | Pieter Wuille | 2016-11-19 | 8 | -62/+70 | |
| * | | | | Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3) | Pieter Wuille | 2016-11-17 | 2 | -5/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Replace CValidationState param in ProcessNewBlock with BlockChecked | Matt Corallo | 2016-11-09 | 2 | -5/+2 | |
| | * | | | | Remove pfrom parameter from ProcessNewBlock | Matt Corallo | 2016-11-09 | 2 | -2/+2 | |
| * | | | | | Merge #8996: Network activity toggle | Jonas Schnelli | 2016-11-11 | 1 | -0/+22 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | RPC/Net: Use boolean consistently for networkactive, and remove from getinfo | Luke Dashjr | 2016-10-24 | 1 | -6/+6 | |
| | * | | | | | Overhaul network activity toggle | Jonas Schnelli | 2016-10-24 | 1 | -0/+22 | |
| * | | | | | | Merge #9039: Various serialization simplifcations and optimizations | Wladimir J. van der Laan | 2016-11-09 | 6 | -34/+34 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Get rid of nType and nVersion | Pieter Wuille | 2016-11-07 | 6 | -30/+30 | |
| | * | | | | | Make GetSerializeSize a wrapper on top of CSizeComputer | Pieter Wuille | 2016-11-07 | 1 | -4/+4 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge #9095: test: Fix test_random includes | Jonas Schnelli | 2016-11-08 | 9 | -9/+9 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | test: Fix test_random includes | MarcoFalke | 2016-11-07 | 9 | -9/+9 | |
| | |/ / / / | ||||||
| * | | | | | Merge #9026: Fix handling of invalid compact blocks | Pieter Wuille | 2016-11-07 | 2 | -2/+2 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Fix compact block handling to not ban if block is invalid | Suhas Daftuar | 2016-11-03 | 2 | -2/+2 | |
| * | | | | | Merge #8976: libconsensus: Add input validation of flags | Wladimir J. van der Laan | 2016-11-07 | 1 | -5/+8 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | libconsensus: Add input validation of flags | Wladimir J. van der Laan | 2016-10-20 | 1 | -5/+8 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge #7730: Remove priority estimation | Wladimir J. van der Laan | 2016-11-07 | 1 | -39/+21 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove priority estimation | Alex Morcos | 2016-11-07 | 1 | -39/+21 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge #8675: Make copyright header lines uniform | Wladimir J. van der Laan | 2016-11-07 | 3 | -3/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [copyright] copyright header style uniform | isle2983 | 2016-11-06 | 3 | -3/+3 | |
| | |/ / / / | ||||||
| * | | | | | Merge #8708: net: have CConnman handle message sending | Wladimir J. van der Laan | 2016-11-07 | 2 | -5/+78 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | net: handle version push in InitializeNode | Cory Fields | 2016-11-03 | 1 | -4/+4 | |
| | * | | | | | connman is in charge of pushing messages | Cory Fields | 2016-11-03 | 1 | -0/+4 | |
| | * | | | | | serialization: teach serializers variadics | Cory Fields | 2016-11-03 | 1 | -1/+70 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge #9070: Lockedpool fixes | Wladimir J. van der Laan | 2016-11-07 | 1 | -2/+12 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | LockedPool: avoid quadratic-time allocation | Kaz Wesley | 2016-11-02 | 1 | -2/+2 | |
| | * | | | | LockedPool: test handling of invalid allocations | Kaz Wesley | 2016-11-02 | 1 | -0/+10 | |
| * | | | | | Merge #9069: Clean up bctest.py and bitcoin-util-test.py | Wladimir J. van der Laan | 2016-11-04 | 2 | -81/+101 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||