aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | Change default configure option --with-system-univalue to "no"Luke Dashjr2016-01-281-3/+3
| | * | | | | | | | | | | | | doc: Add UniValue to build instructionsLuke Dashjr2016-01-151-0/+1
| | * | | | | | | | | | | | | Build against system UniValue when availableLuke Dashjr2016-01-153-7/+64
| | * | | | | | | | | | | | | Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUELuke Dashjr2016-01-151-1/+1
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan2016-02-047-15/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-047-15/+16
| * | | | | | | | | | | | | | Merge #7070: Move maxTxFee out of mempoolWladimir J. van der Laan2016-02-046-18/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | ATMP: make nAbsurdFee constMarcoFalke2016-02-032-3/+3
| | * | | | | | | | | | | | | | [wallet.h] Remove main.h includeMarcoFalke2016-02-031-1/+0
| | * | | | | | | | | | | | | | Move maxTxFee out of mempoolMarcoFalke2016-02-026-17/+18
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge #7192: Unify product name to as few places as possibleWladimir J. van der Laan2016-02-0453-125/+403
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Merge branch 'master' into single_prodnameLuke Dashjr2016-02-03532-7533/+26116
| | |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | Bugfix: Include COPYRIGHT_HOLDERS_SUBSTITUTION in Makefile substitutions so i...Luke Dashjr2016-01-281-0/+1
| | * | | | | | | | | | | | | | Move PACKAGE_URL to configure.acLuke Dashjr2016-01-282-2/+2
| | * | | | | | | | | | | | | | splashscreen: Resize text to fit exactlyLuke Dashjr2016-01-271-4/+3
| | * | | | | | | | | | | | | | Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhereLuke Dashjr2016-01-194-3/+6
| | * | | | | | | | | | | | | | Bugfix: gitian-descriptors: Add missing python-setuptools requirement for OS ...Luke Dashjr2015-12-221-0/+1
| | * | | | | | | | | | | | | | Bugfix: Correct copyright year in Mac DMG background imageLuke Dashjr2015-12-221-1/+1
| | * | | | | | | | | | | | | | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-229-5/+22
| | * | | | | | | | | | | | | | Travis & gitian-osx: Use depends for ds_store and mac_alias modulesLuke Dashjr2015-12-222-7/+1
| | * | | | | | | | | | | | | | depends: Add mac_alias to dependsLuke Dashjr2015-12-222-1/+17
| | * | | | | | | | | | | | | | depends: Add ds_store to dependsCory Fields2015-12-223-1/+35
| | * | | | | | | | | | | | | | depends: Pass PYTHONPATH along to configureCory Fields2015-12-223-0/+4
| | * | | | | | | | | | | | | | macdeploy: Use rsvg-convert rather than cairosvgLuke Dashjr2015-12-224-8/+6
| | * | | | | | | | | | | | | | More complicated package name substitution for Mac deploymentLuke Dashjr2015-12-2215-23/+156
| | * | | | | | | | | | | | | | 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-1429-58/+106
| * | | | | | | | | | | | | | | 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
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge #7453: [0.13] Missing patches from 0.12Wladimir J. van der Laan2016-02-026-78/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |