aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'master' into single_prodnameLuke Dashjr2016-02-03418-5256/+21805
| |\| | | | | |
| * | | | | | | When/if the copyright line does not mention Bitcoin Core developers, add a se...Luke Dashjr2016-02-036-16/+25
| * | | | | | | Rewrite FormatParagraph to handle newlines within input strings correctlyLuke Dashjr2016-02-032-28/+49
| * | | | | | | splashscreen: Resize text to fit exactlyLuke Dashjr2016-01-271-4/+3
| * | | | | | | Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhereLuke Dashjr2016-01-192-2/+2
| * | | | | | | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-226-4/+13
| * | | | | | | Parameterise 2009 in translatable copyright stringsLuke Dashjr2015-12-182-2/+2
| * | | | | | | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-1423-51/+98
* | | | | | | | Merge #7458: [Net] peers.dat, banlist.dat recreated when missingWladimir J. van der Laan2016-02-041-2/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | peers.dat, banlist.dat recreated when missingkirkalx2016-02-041-2/+7
* | | | | | | | Merge #7225: Eliminate unnecessary call to CheckBlockWladimir J. van der Laan2016-02-031-6/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Eliminate unnecessary call to CheckBlockSuhas Daftuar2016-02-011-6/+0
| |/ / / / / / /
* | | | | | | | Merge #7444: Improve block validity/ConnectBlock() commentsWladimir J. van der Laan2016-02-031-10/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve block validity/ConnectBlock() commentsPeter Todd2016-01-311-10/+14
* | | | | | | | | Merge #7431: Rename permitrbf to mempoolreplacement and provide minimal strin...Wladimir J. van der Laan2016-02-033-7/+17
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Rename replacebyfee=opt-in to mempoolreplacement=feeLuke Dashjr2016-02-012-6/+6
| * | | | | | | | Simplify check for replacebyfee=opt-inLuke Dashjr2016-01-291-6/+1
| * | | | | | | | Accept replacebyfee=opt-in for turning on opt-in RBFLuke Dashjr2016-01-281-0/+15
| * | | | | | | | Rename permitrbf to replacebyfeeLuke Dashjr2016-01-283-7/+7
* | | | | | | | | Merge #7091: Consensus build packageWladimir J. van der Laan2016-02-025-47/+46
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and depen...Jorge Timón2015-12-081-7/+1
| * | | | | | | | Build: Libconsensus: Move libconsensus-ready files to the consensus packageJorge Timón2015-12-081-8/+8
| * | | | | | | | Build: Consensus: Move consensus files from common to its own module/packageJorge Timón2015-12-085-33/+38
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeWladimir J. van der Laan2016-02-025-18/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | [doxygen] Actually display commentMarcoFalke2016-02-021-1/+1
| * | | | | | | | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke2016-01-305-18/+19
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge #7311: MOVEONLY: Move non-consensus functions out of powWladimir J. van der Laan2016-02-024-37/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | MOVEONLY: non-consensus: from pow to chain:Jorge Timón2016-01-124-37/+36
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Decide eviction group ties based on time.Gregory Maxwell2016-02-011-6/+10
* | | | | | | | Do not absolutely protect local peers from eviction.Gregory Maxwell2016-02-011-2/+0
* | | | | | | | Get rid of inaccurate ScriptSigArgsExpectedPieter Wuille2016-02-015-70/+6
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge #7439: Add whitelistforcerelay to control forced relaying. [#7099 redux]Wladimir J. van der Laan2016-02-013-11/+23
|\ \ \ \ \ \ \
| * | | | | | | Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay.Gregory Maxwell2016-02-011-1/+4
| * | | | | | | Add whitelistforcerelay to control forced relaying.Gregory Maxwell2016-01-283-10/+19
* | | | | | | | Merge #7287: Consensus: Remove calls to error() and FormatStateMessage()Wladimir J. van der Laan2016-02-011-51/+32
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Consensus: Remove calls to error() and FormatStateMessage() from some consens...Jorge Timón2016-01-291-51/+32
* | | | | | | | Merge #6842: limitfreerelay edge case bugfixWladimir J. van der Laan2016-01-291-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | limitfreerelay edge case bugfix:ptschip2016-01-061-1/+1
* | | | | | | | | GUI: Disable tab navigation for peers tables.Kefkius2016-01-281-0/+6
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non...Wladimir J. van der Laan2016-01-283-49/+391
|\ \ \ \ \ \ \ \
| * | | | | | | | Increase test coverage for addrman and addrinfoEthan Heilman2016-01-273-49/+391
* | | | | | | | | Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan2016-01-2824-81/+79
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rpc: update inline comments to refer to new file pathsDaniel Cousens2016-01-212-5/+5
| * | | | | | | | | move rpc* to rpc/Daniel Cousens2016-01-2124-76/+74
* | | | | | | | | | Merge #7415: net: Hardcoded seeds update January 2016Wladimir J. van der Laan2016-01-281-689/+747
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: Hardcoded seeds update January 2016Wladimir J. van der Laan2016-01-251-689/+747
* | | | | | | | | | | Merge #7396: [Qt] Add option to increase/decrease font size in the console wi...Jonas Schnelli2016-01-288-30/+200
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | [Qt] Add a new chevron/arrow icon for the console prompt lineJonas Schnelli2016-01-264-4/+39
| * | | | | | | | | | [Qt] keep scroll position in GUI console after changing font sizeJonas Schnelli2016-01-232-2/+4
| * | | | | | | | | | [Qt] Add option to increase/decrease font size in the console windowJonas Schnelli2016-01-227-35/+168