| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | Accept replacebyfee=opt-in for turning on opt-in RBF | Luke Dashjr | 2016-01-28 | 1 | -0/+15 | |
| | * | | | | | | | | | | | Rename permitrbf to replacebyfee | Luke Dashjr | 2016-01-28 | 3 | -7/+7 | |
| * | | | | | | | | | | | | Merge #7091: Consensus build package | Wladimir J. van der Laan | 2016-02-02 | 5 | -47/+46 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and depen... | Jorge Timón | 2015-12-08 | 1 | -7/+1 | |
| | * | | | | | | | | | | | Build: Libconsensus: Move libconsensus-ready files to the consensus package | Jorge Timón | 2015-12-08 | 1 | -8/+8 | |
| | * | | | | | | | | | | | Build: Consensus: Move consensus files from common to its own module/package | Jorge Timón | 2015-12-08 | 5 | -33/+38 | |
| | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee | Wladimir J. van der Laan | 2016-02-02 | 5 | -18/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | [doxygen] Actually display comment | MarcoFalke | 2016-02-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee | MarcoFalke | 2016-01-30 | 5 | -18/+19 | |
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge #7311: MOVEONLY: Move non-consensus functions out of pow | Wladimir J. van der Laan | 2016-02-02 | 4 | -37/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | MOVEONLY: non-consensus: from pow to chain: | Jorge Timón | 2016-01-12 | 4 | -37/+36 | |
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Decide eviction group ties based on time. | Gregory Maxwell | 2016-02-01 | 1 | -6/+10 | |
| * | | | | | | | | | | | Do not absolutely protect local peers from eviction. | Gregory Maxwell | 2016-02-01 | 1 | -2/+0 | |
| * | | | | | | | | | | | Get rid of inaccurate ScriptSigArgsExpected | Pieter Wuille | 2016-02-01 | 5 | -70/+6 | |
| | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge #7439: Add whitelistforcerelay to control forced relaying. [#7099 redux] | Wladimir J. van der Laan | 2016-02-01 | 3 | -11/+23 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay. | Gregory Maxwell | 2016-02-01 | 1 | -1/+4 | |
| | * | | | | | | | | | | Add whitelistforcerelay to control forced relaying. | Gregory Maxwell | 2016-01-28 | 3 | -10/+19 | |
| * | | | | | | | | | | | Merge #7287: Consensus: Remove calls to error() and FormatStateMessage() | Wladimir J. van der Laan | 2016-02-01 | 1 | -51/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Consensus: Remove calls to error() and FormatStateMessage() from some consens... | Jorge Timón | 2016-01-29 | 1 | -51/+32 | |
| * | | | | | | | | | | | Merge #6842: limitfreerelay edge case bugfix | Wladimir J. van der Laan | 2016-01-29 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | limitfreerelay edge case bugfix: | ptschip | 2016-01-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | GUI: Disable tab navigation for peers tables. | Kefkius | 2016-01-28 | 1 | -0/+6 | |
| | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non... | Wladimir J. van der Laan | 2016-01-28 | 3 | -49/+391 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Increase test coverage for addrman and addrinfo | Ethan Heilman | 2016-01-27 | 3 | -49/+391 | |
| * | | | | | | | | | | | | Merge #7348: MOVE ONLY: move rpc* to rpc/ | Wladimir J. van der Laan | 2016-01-28 | 24 | -81/+79 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | rpc: update inline comments to refer to new file paths | Daniel Cousens | 2016-01-21 | 2 | -5/+5 | |
| | * | | | | | | | | | | | | move rpc* to rpc/ | Daniel Cousens | 2016-01-21 | 24 | -76/+74 | |
| * | | | | | | | | | | | | | Merge #7415: net: Hardcoded seeds update January 2016 | Wladimir J. van der Laan | 2016-01-28 | 1 | -689/+747 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | net: Hardcoded seeds update January 2016 | Wladimir J. van der Laan | 2016-01-25 | 1 | -689/+747 | |
| * | | | | | | | | | | | | | | Merge #7396: [Qt] Add option to increase/decrease font size in the console wi... | Jonas Schnelli | 2016-01-28 | 8 | -30/+200 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | [Qt] Add a new chevron/arrow icon for the console prompt line | Jonas Schnelli | 2016-01-26 | 4 | -4/+39 | |
| | * | | | | | | | | | | | | | [Qt] keep scroll position in GUI console after changing font size | Jonas Schnelli | 2016-01-23 | 2 | -2/+4 | |
| | * | | | | | | | | | | | | | [Qt] Add option to increase/decrease font size in the console window | Jonas Schnelli | 2016-01-22 | 7 | -35/+168 | |
| * | | | | | | | | | | | | | | Merge #7300: [trivial] Add missing copyright headers | Wladimir J. van der Laan | 2016-01-27 | 29 | -21/+46 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Remove copyright header from autogenerated chainparamsseeds.h | MarcoFalke | 2016-01-16 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | | Add missing copyright headers | MarcoFalke | 2016-01-05 | 11 | -2/+31 | |
| | * | | | | | | | | | | | | | | Bump copyright headers to 2014 | MarcoFalke | 2016-01-05 | 19 | -19/+19 | |
| * | | | | | | | | | | | | | | | release: add check-symbols and check-security make targets | Cory Fields | 2016-01-26 | 1 | -1/+13 | |
| | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge #7391: [init] Clarify help message | Wladimir J. van der Laan | 2016-01-25 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | [init] Clarify permitrbf help message | MarcoFalke | 2016-01-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Merge #7384: [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH | Jonas Schnelli | 2016-01-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH | MarcoFalke | 2016-01-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Merge #7262: Reduce inefficiency of GetAccountAddress() | Wladimir J. van der Laan | 2016-01-22 | 1 | -16/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Reduce inefficiency of GetAccountAddress() | Chris Moore | 2015-12-28 | 1 | -16/+15 | |
| * | | | | | | | | | | | | | | | Merge #7056: Save last db read | Wladimir J. van der Laan | 2016-01-22 | 3 | -13/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Save the last unnecessary database read | Alex Morcos | 2015-11-18 | 3 | -13/+11 | |
| * | | | | | | | | | | | | | | | | Merge #7364: [qt] Windows: Make rpcconsole monospace font larger | Jonas Schnelli | 2016-01-22 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | [qt] Windows: Make rpcconsole monospace font larger | MarcoFalke | 2016-01-17 | 1 | -0/+4 | |
| | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add option `-permitrbf` to set transaction replacement policy | Wladimir J. van der Laan | 2016-01-21 | 3 | -4/+13 | |
| * | | | | | | | | | | | | | | | Merge #7383: [Qt] rename "amount" to "requested amount" in receive coins table | Jonas Schnelli | 2016-01-21 | 3 | -8/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | ||||||