aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | remove an assignment which is never used.Yoichi Hirai2014-03-281-3/+0
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4010Wladimir J. van der Laan2014-04-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | 94c8bfb Move assert(pindexNew); to above where we dereference pindexNew. (Gregory Maxwell)
| * | | | | | | | | | Move assert(pindexNew); to above where we dereference pindexNew.Gregory Maxwell2014-04-051-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4005 from Telepatheic/patch-1Wladimir J. van der Laan2014-04-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update README.md
| * | | | | | | | | | Update README.mdTelepatheic2014-04-051-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #3572Wladimir J. van der Laan2014-04-041-23/+22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7257cf unified and better log/error messages for CDBEnv/CDB (Philip Kaufmann)
| * | | | | | | | | | unified and better log/error messages for CDBEnv/CDBPhilip Kaufmann2014-04-011-23/+22
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #3994Wladimir J. van der Laan2014-04-0432-0/+443
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c47a00 Add gitian build guide (Wladimir J. van der Laan)
| * | | | | | | | | | | Add gitian build guideWladimir J. van der Laan2014-04-0232-0/+443
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work in progress...
* | | | | | | | | | | | Merge pull request #3929Wladimir J. van der Laan2014-04-031-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4c35366 Fix importwallet nTimeFirstKey (Cozz Lovan)
| * | | | | | | | | | | | Fix importwallet nTimeFirstKeyCozz Lovan2014-03-211-0/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #3998Wladimir J. van der Laan2014-04-033-6/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cb4bdd1 Have pull-tester run the listtransactions.py regression test (Gavin Andresen)
| * | | | | | | | | | | | | Have pull-tester run the listtransactions.py regression testGavin Andresen2014-04-023-6/+12
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should show how to run a python-based regression test successfully in the pull-tester environment.
* | | | | | | | | | | | | Merge pull request #3928Wladimir J. van der Laan2014-04-0310-9/+113
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3927836 [Qt] rescan progress (Cozz Lovan)
| * | | | | | | | | | | | | [Qt] rescan progressCozz Lovan2014-04-0210-9/+113
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #3842 from ditto-b/masterGavin Andresen2014-04-022-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Fix for GetBlockValue() after block 13,440,000
| * | | | | | | | | | | | Edit subsidy_limit_test to account for BIP42ditto-b2014-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because no one wants 4 gold mines being discovered every mibillenium.
| * | | | | | | | | | | | Fix for GetBlockValue() after block 13,440,000ditto-b2014-03-101-1/+6
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forces the block reward to zero when right shift in GetBlockValue() is undefined, after 64 reward halvings (block height 13,440,000).
* | | | | | | | | | | | Merge pull request #3931Wladimir J. van der Laan2014-04-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f61287c RPC command getmininginfo showing right genproclimit (Isidoro Ghezzi)
| * | | | | | | | | | | | RPC command getmininginfo showing right genproclimitIsidoro Ghezzi2014-03-221-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #3986Wladimir J. van der Laan2014-04-019-7/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 65adc3a qt: Don't require db_cxx.h when wallet disabled (Wladimir J. van der Laan) 4babd08 doc: Add note about memory reqs for compilation (Wladimir J. van der Laan) 25333a2 build: improve missing boost error reporting (Wladimir J. van der Laan)
| * | | | | | | | | | | | | qt: Don't require db_cxx.h when wallet disabledWladimir J. van der Laan2014-03-312-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #3978.
| * | | | | | | | | | | | | doc: Add note about memory reqs for compilationWladimir J. van der Laan2014-03-311-0/+7
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | build: improve missing boost error reportingWladimir J. van der Laan2014-03-316-6/+12
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #3991Wladimir J. van der Laan2014-04-011-17/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | d34b958 [Qt] small cleanup of coincontroldialog (Philip Kaufmann)
| * | | | | | | | | | | | | [Qt] small cleanup of coincontroldialogPhilip Kaufmann2014-04-011-17/+16
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use a little more Qt-style - check for NULL pointers first and return in updateView() - small space and formating changes
* | | | | | | | | | | | | Merge pull request #3975Wladimir J. van der Laan2014-04-013-5/+599
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 81bfb5a add checks for deserialization errors (Manuel Araoz) 232aa9e Add code generating data/sighash.json test data (Manuel Araoz) 43cb418 Add sighash tests from data file (Manuel Araoz)
| * | | | | | | | | | | | | add checks for deserialization errorsManuel Araoz2014-03-311-16/+25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add code generating data/sighash.json test dataManuel Araoz2014-03-311-3/+30
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Add sighash tests from data fileManuel Araoz2014-03-313-4/+562
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #3988Wladimir J. van der Laan2014-04-011-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 1204945 Add application category for OSX (duanemoody)
| * | | | | | | | | | | | | Add application category for OSXduanemoody2014-03-311-0/+3
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | In "View by Category" without this metadata the app gets sorted into "Other" at the bottom.
* | | | | | | | | | | | | Use the new name Bitcoin Core Daemon instead of Bitcoin serverpaveljanik2014-03-312-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rebased-By: Wladimir J. van der Laan <[email protected]> Rebased-From-Github-Pull: #3801
* | | | | | | | | | | | | Wrap create_directory calls in try...catch blocks.Brandon Dahler2014-03-315-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignores any exceptions thrown if directory exists, otherwise re-throws exception. Rebased-By: Wladimir J. van der Laan <[email protected]>
* | | | | | | | | | | | | Merge pull request #3987 from laanwj/2014_03_icreatemultisigGregory Maxwell2014-03-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in `createmultisig` help
| * | | | | | | | | | | | | Fix typo in `createmultisig` helpWladimir J. van der Laan2014-03-311-1/+1
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iCreateMultisig is not a thing.
* | | | | | | | | | | | | Merge pull request #3969Wladimir J. van der Laan2014-03-312-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ffeb473 Add nHighTransactionFeeWarning as per #3969. (Bardi Harborow)
| * | | | | | | | | | | | | Add nHighTransactionFeeWarning as per #3969.Bardi Harborow2014-03-292-1/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #3964Wladimir J. van der Laan2014-03-312-52/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ab88ed9 Organize RPCCommands table (Wladimir J. van der Laan)
| * | | | | | | | | | | | | | Organize RPCCommands tableWladimir J. van der Laan2014-03-312-52/+57
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use sensible categories (overall control, P2P, blockchain/UTXO and mining, wallet, wallet-enabled mining) and sort within each. Also remove unnecessary #ifdef ENABLE_WALLET from `rpcnet.cpp`. Functionality-neutral change.
* | | | | | | | | | | | | | Merge pull request #3937Wladimir J. van der Laan2014-03-311-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 7b95c7b Ignore temporary object files (Chris Beams)
| * | | | | | | | | | | | | Ignore temporary object filesChris Beams2014-03-221-0/+1
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this change, `git status` would report untracked files of the following sort if run during a build: ?? src/rpcprotocol.o-e628def3 These files should be explicitly ignored not only because they are a nuisance, but given that they appear and disappear quickly, they may be inadvertently added to the index even if one has been careful to check for untracked files with `git status` prior to a `git add .`.
* | | | | | | | | | | | | Merge pull request #3950Wladimir J. van der Laan2014-03-311-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 76cee18 fix permissions in application bundle (Andrea D'Amore)
| * | | | | | | | | | | | | fix permissions in application bundleAndrea D'Amore2014-03-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use INSTALL_DATA rather than INSTALL for copying non executable files in OS X application bundle. Tested by running "all appbundle" make target and trying the resulting application bundle, host system is OS X 10.9.2 .
* | | | | | | | | | | | | | Merge pull request #3980Wladimir J. van der Laan2014-03-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | af4c2ac Fix `-printblocktree` output (Wladimir J. van der Laan)
| * | | | | | | | | | | | | | Fix `-printblocktree` outputWladimir J. van der Laan2014-03-291-1/+1
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PrintBlockTree output was broken starting from e010af70. Everything appears on one line. PrintWallet() added the newline after a block, but this functionality was removed and no newline was added. Seemingly, no one noticed. Add a newline after the block information to fix this.
* | | | | | | | | | | | | | Merge pull request #3907 from schildbach/gitian-downloader-aschildbach-keyWladimir J. van der Laan2014-03-303-20/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Andreas Schildbach to gitian download scripts.
| * | | | | | | | | | | | | | Remove weights from download config for now as it's unclear how it will be ↵Andreas Schildbach2014-03-302-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used in future.
| * | | | | | | | | | | | | | Add Andreas Schildbach to gitian download scripts.Andreas Schildbach2014-03-303-0/+8
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #3875Wladimir J. van der Laan2014-03-291-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 89d72f3 Add new DNS seed from bitnodes.io. (Addy Yeow)