Age | Commit message (Expand) | Author |
2019-09-18 | Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo... | Wladimir J. van der Laan |
2019-09-11 | doc: add comments clarifying how local services are advertised | James O'Beirne |
2019-09-07 | Merge #15759: p2p: Add 2 outbound block-relay-only connections | fanquake |
2019-09-04 | Disconnect peers violating blocks-only mode | Suhas Daftuar |
2019-09-04 | doc: improve comments relating to block-relay-only peers | Suhas Daftuar |
2019-09-04 | Don't relay addr messages to block-relay-only peers | Suhas Daftuar |
2019-09-04 | Add 2 outbound block-relay-only connections | Suhas Daftuar |
2019-09-04 | Check that tx_relay is initialized before access | Suhas Daftuar |
2019-08-28 | [refactor] Change tx_relay structure to be unique_ptr | Suhas Daftuar |
2019-08-28 | [refactor] Move tx relay state to separate structure | Suhas Daftuar |
2019-08-15 | Merge #16443: refactor: have CCoins* data managed under CChainState | MarcoFalke |
2019-08-11 | Replace the use of fWhitelisted by permission checks | nicolas.dorier |
2019-08-11 | Do not disconnect peer for asking mempool if it has NO_BAN permission | nicolas.dorier |
2019-08-06 | refactor: pcoinsTip -> CChainState::CoinsTip() | James O'Beirne |
2019-08-05 | Merge #16197: net: Use mockable time for tx download | MarcoFalke |
2019-07-24 | refactor : use RelayTransaction in BroadcastTransaction utility | Antoine Riard |
2019-06-25 | Merge #16188: net: Document what happens to getdata of unknown type | fanquake |
2019-06-20 | net: Document what happens to getdata of unknonw type | MarcoFalke |
2019-06-18 | Merge #16092: Don't use global (external) symbols for symbols that are used i... | MarcoFalke |
2019-06-17 | net: Use mockable time for tx download | MarcoFalke |
2019-06-12 | Merge #15834: Fix transaction relay bugs introduced in #14897 and expire tran... | MarcoFalke |
2019-06-06 | Merge #16129: refactor: Remove unused includes | MarcoFalke |
2019-06-06 | Don't use global (external) symbols for symbols that are used in only one tra... | practicalswift |
2019-06-05 | Merge #15976: refactor: move methods under CChainState (pt. 1) | Wladimir J. van der Laan |
2019-06-02 | Added comments referencing multiple CVEs in tests and production code. | lucash-dev |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-05-28 | Fix bug around transaction requests | Suhas Daftuar |
2019-05-28 | Expire old entries from the in-flight tx map | Suhas Daftuar |
2019-05-20 | Merge #16021: p2p: Avoid logging transaction decode errors to stderr | Wladimir J. van der Laan |
2019-05-16 | refactoring: IsInitialBlockDownload -> CChainState | James O'Beirne |
2019-05-14 | Disallow extended encoding for non-witness transactions (take 3) | MarcoFalke |
2019-05-09 | net: Rename ::fRelayTxes to ::g_relay_txes | MarcoFalke |
2019-05-07 | Merge #15948: refactor: rename chainActive | MarcoFalke |
2019-05-03 | scripted-diff: replace chainActive -> ::ChainActive() | James O'Beirne |
2019-05-02 | Separate reason for premature spends (coinbase/locktime) | Suhas Daftuar |
2019-05-02 | Assert validation reasons are contextually correct | Suhas Daftuar |
2019-05-02 | Fix handling of invalid headers | Suhas Daftuar |
2019-05-02 | [refactor] Use Reasons directly instead of DoS codes | Matt Corallo |
2019-05-02 | CorruptionPossible -> TX_WITNESS_MUTATED | Matt Corallo |
2019-05-02 | LookupBlockIndex -> CACHED_INVALID | Matt Corallo |
2019-05-02 | [refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible | Matt Corallo |
2019-05-02 | [refactor] Add useful-for-dos "reason" field to CValidationState | Matt Corallo |
2019-05-02 | [refactor] Refactor misbehavior ban decisions to MaybePunishNode() | Matt Corallo |
2019-05-02 | [refactor] rename stateDummy -> orphan_state | Matt Corallo |
2019-04-26 | Remove NOTFOUND transactions from in-flight data structures | Suhas Daftuar |
2019-04-26 | Add an explicit memory bound to m_tx_process_time | Suhas Daftuar |
2019-04-26 | Improve NOTFOUND comment | Suhas Daftuar |
2019-04-09 | [build] Add several util units | John Newbery |
2019-04-09 | [wallet] Schedule tx rebroadcasts in wallet | John Newbery |
2019-04-09 | [wallet] Keep track of the best block time in the wallet | John Newbery |