| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | net: add CVectorWriter and CNetMsgMaker | Cory Fields | 2016-11-25 | 5 | -0/+178 |
| * | net: No need to check individually for disconnection anymore | Cory Fields | 2016-11-25 | 1 | -7/+7 |
| * | net: don't send any messages before handshake or after requested disconnect | Cory Fields | 2016-11-23 | 1 | -21/+25 |
| * | net: Set feelers to disconnect at the end of the version message | Cory Fields | 2016-11-23 | 1 | -6/+6 |
| * | Merge #8930: Move orphan processing to ActivateBestChain | Pieter Wuille | 2016-11-23 | 2 | -20/+29 |
| |\ | |||||
| | * | Move orphan-conflict removal from main logic into a callback | Matt Corallo | 2016-11-23 | 2 | -28/+29 |
| | * | Erase orphans per-transaction instead of per-block | Matt Corallo | 2016-11-17 | 1 | -8/+9 |
| | * | Move orphan processing to ActivateBestChain | Matt Corallo | 2016-11-17 | 1 | -20/+27 |
| * | | Merge #9199: Always drop the least preferred HB peer when adding a new one. | Pieter Wuille | 2016-11-23 | 1 | -3/+2 |
| |\ \ | |||||
| | * | | Always drop the least preferred HB peer when adding a new one. | Gregory Maxwell | 2016-11-22 | 1 | -3/+2 |
| * | | | Merge #9204: Clarify CreateTransaction error messages | Wladimir J. van der Laan | 2016-11-23 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | fix CreateTransaction error messages | instagibbs | 2016-11-22 | 1 | -3/+3 |
| * | | | | Merge #9205: Minor change to comment for consistency. | Wladimir J. van der Laan | 2016-11-23 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Minor change to comment above new NODE_WITNESS service flag to keep it consit... | Greg Walker | 2016-11-22 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | Merge #9196: Send tip change notification from invalidateblock | Wladimir J. van der Laan | 2016-11-23 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | Send tip change notification from invalidateblock | Russell Yanofsky | 2016-10-25 | 1 | -0/+1 |
| * | | | | | Merge #8690: Do not fully sort all nodes for addr relay | Wladimir J. van der Laan | 2016-11-23 | 1 | -7/+16 |
| |\ \ \ \ \ | |||||
| | * | | | | | Do not fully sort all nodes for addr relay | Pieter Wuille | 2016-11-03 | 1 | -7/+16 |
| * | | | | | | Merge #9141: Remove unnecessary calls to CheckFinalTx | Wladimir J. van der Laan | 2016-11-23 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Remove unnecessary calls to CheckFinalTx | Jonas Schnelli | 2016-11-12 | 1 | -1/+1 |
| * | | | | | | | Merge #9142: Move -salvagewallet, -zap(wtx) to where they belong | Wladimir J. van der Laan | 2016-11-23 | 2 | -14/+11 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Move -salvagewallet, -zap(wtx) to where they belong | Jonas Schnelli | 2016-11-12 | 2 | -14/+11 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge #9025: getrawtransaction should take a bool for verbose | Wladimir J. van der Laan | 2016-11-23 | 1 | -9/+23 |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| | * | | | | | | getrawtransaction should take a bool for verbose | jnewbery | 2016-11-22 | 1 | -9/+23 |
| * | | | | | | | Merge #9130: Mention the new network toggle functionality in the tooltip. | Jonas Schnelli | 2016-11-22 | 1 | -2/+8 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Mention the new network toggle functionality in the tooltip. | Pavel JanÃk | 2016-11-12 | 1 | -2/+8 |
| * | | | | | | | | bench: Fix subtle counting issue when rescaling iteration count | Wladimir J. van der Laan | 2016-11-22 | 1 | -2/+5 |
| * | | | | | | | | Merge #9185: [Qt] fix coincontrol sort issue | Jonas Schnelli | 2016-11-22 | 2 | -49/+32 |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| | * | | | | | | | [Qt] Clean up and fix coincontrol tree widget handling | Wladimir J. van der Laan | 2016-11-20 | 2 | -49/+11 |
| | * | | | | | | | [Qt] fix coincontrol sort issue | Jonas Schnelli | 2016-11-18 | 2 | -6/+27 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Merge #8872: Remove block-request logic from INV message processing | Wladimir J. van der Laan | 2016-11-21 | 1 | -21/+5 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Remove block-request logic from INV message processing | Matt Corallo | 2016-11-07 | 1 | -21/+5 |
| * | | | | | | | | Merge #8837: allow bitcoin-tx to parse partial transactions | Wladimir J. van der Laan | 2016-11-21 | 2 | -1/+11 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Allow bitcoin-tx to parse partial transactions | jnewbery | 2016-11-04 | 2 | -1/+11 |
| | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge #9179: Set DEFAULT_LIMITFREERELAY = 0 kB/minute | Wladimir J. van der Laan | 2016-11-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Set DEFAULT_LIMITFREERELAY = 0 kB/minute | MarcoFalke | 2016-11-18 | 1 | -1/+1 |
| * | | | | | | | | | Merge #9117: net: don't send feefilter messages before the version handshake ... | Wladimir J. van der Laan | 2016-11-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | net: don't send feefilter messages before the version handshake is complete | Cory Fields | 2016-11-09 | 1 | -1/+1 |
| | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | | Introduce convenience type CTransactionRef | Pieter Wuille | 2016-11-19 | 16 | -57/+63 |
| * | | | | | | | | | Make CBlock::vtx a vector of shared_ptr<CTransaction> | Pieter Wuille | 2016-11-19 | 24 | -149/+161 |
| * | | | | | | | | | Add deserializing constructors to CTransaction and CMutableTransaction | Pieter Wuille | 2016-11-19 | 2 | -0/+13 |
| * | | | | | | | | | Add serialization for unique_ptr and shared_ptr | Pieter Wuille | 2016-11-19 | 1 | -0/+59 |
| * | | | | | | | | | Merge #9186: test: Fix use-after-free in scheduler tests | Wladimir J. van der Laan | 2016-11-19 | 1 | -3/+4 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | test: Fix use-after-free in scheduler tests | Wladimir J. van der Laan | 2016-11-18 | 1 | -3/+4 |
| * | | | | | | | | | Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3) | Pieter Wuille | 2016-11-17 | 5 | -53/+44 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | Replace CValidationState param in ProcessNewBlock with BlockChecked | Matt Corallo | 2016-11-09 | 5 | -48/+28 |
| | * | | | | | | | | Remove pfrom parameter from ProcessNewBlock | Matt Corallo | 2016-11-09 | 5 | -18/+29 |
| | * | | | | | | | | Revert "RPC: Give more details when "generate" fails" | Matt Corallo | 2016-11-08 | 1 | -1/+1 |
| * | | | | | | | | | Merge #8838: Calculate size and weight of block correctly in CreateNewBlock() | Wladimir J. van der Laan | 2016-11-17 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | log block size and weight correctly. | jnewbery | 2016-10-03 | 1 | -1/+3 |