| Commit message (Expand) | Author | Age | Files | Lines |
| * | [fees] introduce configurable hard dust limit | Patrick Lodder | 2021-08-05 | 1 | -0/+9 |
| * | Initial back end framework to separate wallet and relay fees + dust. | Michi Lumin | 2021-07-30 | 1 | -4/+4 |
| * | Fix for Boost 1.74 | John-Gee | 2021-02-02 | 1 | -1/+1 |
| * | Re-add paperwallet printer (#1467) | Max K | 2019-03-25 | 1 | -1/+1 |
| * | Introduce basic Dogecoin branding | Ross Nicoll | 2019-03-25 | 1 | -6/+6 |
| * | Re-introduce alert functionality (#1470) | Ross Nicoll | 2018-09-19 | 1 | -0/+3 |
| * | Add block height to block notification substitution options (#1430) | Ross Nicoll | 2018-09-19 | 1 | -1/+3 |
| * | Modify chain consensus parameters to be height aware (#1396) | Ross Nicoll | 2018-09-19 | 1 | -4/+4 |
| * | Merge AuxPoW support from Namecore | Ross Nicoll | 2018-09-19 | 1 | -0/+3 |
| * | Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ... | Warren Togami | 2018-09-19 | 1 | -0/+4 |
| * | don't throw std::bad_alloc when out of memory. Instead, terminate immediately | Cory Fields | 2017-02-28 | 1 | -0/+16 |
| * | Merge #9625: Increase minimum debug.log size to 10MB after shrink. | Wladimir J. van der Laan | 2017-02-01 | 1 | -1/+4 |
| |\ |
|
| | * | Increase minimum debug.log size to 10MB after shrink. | Alex Morcos | 2017-01-24 | 1 | -1/+4 |
| * | | Merge #9644: [refactor] Remove using namespace <xxx> from src/ | MarcoFalke | 2017-01-30 | 1 | -16/+13 |
| |\ \ |
|
| | * | | Refactor: Remove using namespace <xxx> from src/*.cpp. | Karl-Johan Alm | 2017-01-27 | 1 | -16/+13 |
| | |/ |
|
| * / | [trivial] Fix typos in comments | practicalswift | 2017-01-27 | 1 | -1/+1 |
| |/ |
|
| * | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa... | Wladimir J. van der Laan | 2017-01-19 | 1 | -0/+1 |
| |\ |
|
| | * | Keep shared_ptrs to recently-replaced txn for compact blocks | Matt Corallo | 2017-01-10 | 1 | -0/+1 |
| * | | Merge #9484: Introduce assumevalid setting to skip validation presumed valid ... | Pieter Wuille | 2017-01-16 | 1 | -2/+9 |
| |\ \ |
|
| | * | | Introduce assumevalid setting to skip presumed valid scripts. | Gregory Maxwell | 2017-01-13 | 1 | -2/+9 |
| * | | | Merge #9380: Separate different uses of minimum fees | Wladimir J. van der Laan | 2017-01-16 | 1 | -1/+37 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Introduce -dustrelayfee | Alex Morcos | 2017-01-16 | 1 | -0/+11 |
| | * | | Introduce -incrementalrelayfee | Alex Morcos | 2017-01-16 | 1 | -1/+16 |
| | * | | Introduce -blockmintxfee | Alex Morcos | 2017-01-04 | 1 | -0/+10 |
| * | | | Add pruneblockchain RPC to enable manual block file pruning. | mrbandrews | 2017-01-10 | 1 | -6/+10 |
| | |/
|/| |
|
| * | | Merge #9408: Allow shutdown during LoadMempool, dump only when necessary | Pieter Wuille | 2017-01-06 | 1 | -1/+4 |
| |\ \ |
|
| | * | | Allow shutdown during LoadMempool, dump only when necessary | Jonas Schnelli | 2016-12-23 | 1 | -1/+4 |
| * | | | Merge #9319: Break addnode out from the outbound connection limits. | Pieter Wuille | 2017-01-06 | 1 | -4/+5 |
| |\ \ \ |
|
| | * | | | Break addnode out from the outbound connection limits. | Gregory Maxwell | 2017-01-05 | 1 | -4/+5 |
| | | |/
| |/| |
|
| * | | | Merge #8610: Share unused mempool memory with coincache | Pieter Wuille | 2017-01-05 | 1 | -1/+2 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Share unused mempool memory with coincache | Pieter Wuille | 2016-12-22 | 1 | -1/+2 |
| | |/ |
|
| * | | Merge #9401: Make rpcauth help message clearer, add example in example .conf | MarcoFalke | 2017-01-04 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Make rpcauth help message clearer, add example in example .conf | Gregory Sanders | 2016-12-21 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge #9289: net: drop boost::thread_group | Wladimir J. van der Laan | 2017-01-04 | 1 | -1/+3 |
| |\ \ |
|
| | * | | net: make net interruptible | Cory Fields | 2017-01-03 | 1 | -1/+3 |
| * | | | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| |/ / |
|
| * | | Un-expose mapArgs from utils.h | Matt Corallo | 2016-12-24 | 1 | -2/+2 |
| * | | Get rid of mapArgs direct access in ZMQ construction | Matt Corallo | 2016-12-24 | 1 | -1/+1 |
| * | | Introduce (and use) an IsArgSet accessor method | Matt Corallo | 2016-12-23 | 1 | -10/+10 |
| * | | Fix non-const mapMultiArgs[] access after init. | Matt Corallo | 2016-12-23 | 1 | -26/+34 |
| |/ |
|
| * | Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw... | Wladimir J. van der Laan | 2016-12-19 | 1 | -0/+1 |
| |\ |
|
| | * | Move GetWarnings() into its own file. | Gregory Maxwell | 2016-12-03 | 1 | -0/+1 |
| * | | Merge #9322: [qa] Don't set unknown rpcserialversion | Wladimir J. van der Laan | 2016-12-15 | 1 | -1/+4 |
| |\ \ |
|
| | * | | Complain when unknown rpcserialversion is specified | Pieter Wuille | 2016-12-05 | 1 | -1/+4 |
| * | | | Merge #8895: Better SigCache Implementation | Pieter Wuille | 2016-12-14 | 1 | -0/+2 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Add CuckooCache implementation and replace the sigcache map_type with it | Jeremy Rubin | 2016-12-14 | 1 | -0/+2 |
| * | | | Add option to return non-segwit serialization via rpc | Gregory Sanders | 2016-12-05 | 1 | -0/+4 |
| | |/
|/| |
|
| * | | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,... | Pieter Wuille | 2016-12-02 | 1 | -1/+2 |
| |\ \ |
|
| | * | | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | 2016-12-02 | 1 | -1/+1 |
| | * | | Move network-msg-processing code out of main to its own file | Matt Corallo | 2016-12-02 | 1 | -0/+1 |