| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | [doxygen] Actually display comment | MarcoFalke | 2016-02-02 | 1 | -1/+1 | |
| | * | | | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee | MarcoFalke | 2016-01-30 | 1 | -0/+10 | |
| | |/ / | ||||||
| * / / | Add whitelistforcerelay to control forced relaying. | Gregory Maxwell | 2016-01-28 | 1 | -2/+4 | |
| |/ / | ||||||
| * | | Add option `-permitrbf` to set transaction replacement policy | Wladimir J. van der Laan | 2016-01-21 | 1 | -0/+3 | |
| * | | Merge pull request #7208 | Wladimir J. van der Laan | 2016-01-18 | 1 | -0/+2 | |
| |\ \ | ||||||
| | * | | Make max tip age an option instead of chainparam | Wladimir J. van der Laan | 2015-12-14 | 1 | -0/+2 | |
| | |/ | ||||||
| * | | Merge pull request #7081 | Wladimir J. van der Laan | 2016-01-09 | 1 | -0/+2 | |
| |\ \ | ||||||
| | * \ | Merge branch bytespersigop | Luke Dashjr | 2016-01-09 | 1 | -0/+2 | |
| | |\ \ | ||||||
| | | * | | -bytespersigop option to additionally limit sigops in transactions we relay a... | Luke Dashjr | 2015-12-01 | 1 | -0/+2 | |
| | | |/ | ||||||
| * | | | Merge pull request #7205 | Wladimir J. van der Laan | 2016-01-05 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #7062 | Wladimir J. van der Laan | 2015-12-21 | 1 | -2/+0 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | Remove GetMinRelayFee | Suhas Daftuar | 2015-12-02 | 1 | -2/+0 | |
| | |/ | ||||||
| * / | Replace trickle nodes with per-node/message Poisson delays | Pieter Wuille | 2015-12-11 | 1 | -2/+9 | |
| |/ | ||||||
| * | Expose FormatStateMessage | Alex Morcos | 2015-12-01 | 1 | -0/+2 | |
| * | Merge pull request #7141 | Wladimir J. van der Laan | 2015-12-01 | 1 | -1/+7 | |
| |\ | ||||||
| | * | rpc: Don't translate warning messages | Wladimir J. van der Laan | 2015-12-01 | 1 | -1/+7 | |
| * | | removeForReorg calls once-per-disconnect-> once-per-reorg | Matt Corallo | 2015-11-30 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #7116 | Wladimir J. van der Laan | 2015-11-30 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Trivial: Fix warning introduced by #7053 by casting to uint64_t | Jorge Timón | 2015-11-29 | 1 | -1/+1 | |
| * | | Allow block announcements with headers | Suhas Daftuar | 2015-11-29 | 1 | -0/+3 | |
| * | | [trivial] Reuse translation and cleanup DEFAULT_* values | MarcoFalke | 2015-11-28 | 1 | -0/+4 | |
| * | | Constrain constant values to a single location in code | Luke Dashjr | 2015-11-28 | 1 | -0/+7 | |
| |/ | ||||||
| * | Merge pull request #7053 | Wladimir J. van der Laan | 2015-11-27 | 1 | -8/+5 | |
| |\ | ||||||
| | * | Globals: Remove a bunch of Params() calls from main.cpp: | Jorge Timón | 2015-11-23 | 1 | -8/+5 | |
| * | | Merge pull request #6134 | Wladimir J. van der Laan | 2015-11-27 | 1 | -2/+0 | |
| |\ \ | |/ |/| | ||||||
| | * | EstimateSmart functions consider mempool min fee | Alex Morcos | 2015-11-16 | 1 | -2/+0 | |
| * | | Merge pull request #6986 | Gregory Maxwell | 2015-11-16 | 1 | -2/+3 | |
| |\ \ | |/ |/| | ||||||
| | * | Chainparams: Explicit CChainParams arg for main (pre miner): | Jorge Timón | 2015-11-11 | 1 | -2/+3 | |
| * | | Add whitelistalwaysrelay option | Patick Strateman | 2015-11-14 | 1 | -0/+2 | |
| * | | Merge #6771 from branch 'lowerLimits' of git://github.com/morcos/bitcoin | Jeff Garzik | 2015-11-12 | 1 | -4/+4 | |
| |\ \ | |/ |/| | ||||||
| | * | Lower default policy limits | Alex Morcos | 2015-10-27 | 1 | -4/+4 | |
| * | | Merge pull request #6982 | Wladimir J. van der Laan | 2015-11-11 | 1 | -1/+0 | |
| |\ \ | ||||||
| | * | | Globals: Make AcceptBlockHeader static (Fix #6163) | Jorge Timón | 2015-11-11 | 1 | -1/+0 | |
| * | | | Merge pull request #6822 | Wladimir J. van der Laan | 2015-11-10 | 1 | -0/+2 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000 | MarcoFalke | 2015-11-09 | 1 | -0/+2 | |
| * | | | Merge pull request #6163 | Wladimir J. van der Laan | 2015-11-10 | 1 | -7/+5 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Globals: Explicit Consensus::Params arg for main: | Jorge Timón | 2015-10-30 | 1 | -7/+5 | |
| | |/ | ||||||
| * | | Merge pull request #6934 | Wladimir J. van der Laan | 2015-11-05 | 1 | -1/+3 | |
| |\ \ | ||||||
| | * | | Restore MedianTimePast for locktime. | Gregory Maxwell | 2015-11-03 | 1 | -1/+3 | |
| * | | | Merge pull request #6905 | Wladimir J. van der Laan | 2015-11-04 | 1 | -0/+3 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Bugfix: RPC: blockchain: Display correct defaults in help for verifychain method | Luke Dashjr | 2015-10-01 | 1 | -0/+3 | |
| * | | | Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoin... | Gregory Maxwell | 2015-11-01 | 1 | -3/+1 | |
| | |/ |/| | ||||||
| * | | Add rules--presently disabled--for using GetMedianTimePast as endpoint for lo... | Mark Friedenbach | 2015-10-23 | 1 | -1/+3 | |
| * | | Only call TrimToSize once per reorg/blocks disconnect | Matt Corallo | 2015-10-13 | 1 | -1/+1 | |
| * | | Implement on-the-fly mempool size limitation. | Matt Corallo | 2015-10-13 | 1 | -0/+2 | |
| * | | Add Mempool Expire function to remove old transactions | Pieter Wuille | 2015-10-13 | 1 | -0/+2 | |
| |/ | ||||||
| * | Track transaction packages in CTxMemPoolEntry | Suhas Daftuar | 2015-09-19 | 1 | -0/+8 | |
| * | Merge pull request #6519 | Wladimir J. van der Laan | 2015-08-11 | 1 | -1/+10 | |
| |\ | ||||||
| | * | Introduce REJECT_INTERNAL codes for local AcceptToMempool errors | Wladimir J. van der Laan | 2015-08-11 | 1 | -1/+10 | |