aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Checkpoint at first 25-btc-reward block (210,000)Gavin Andresen2012-12-101-0/+1
* Merge branch '0.6.x' into 0.7.xv0.7.2rc2Luke Dashjr2012-11-291-1/+2
|\
| * Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-11-291-1/+2
| |\
| | * Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-11-291-1/+2
| | |\
| | | * Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-11-291-1/+2
| | | |\
| | | | * do not silently ignore errors on "backupwallet" RPC cmdPhilip Kaufmann2012-11-291-1/+2
* | | | | Bump versions for 0.7.2 release, including updated release notesLuke Dashjr2012-11-221-1/+1
* | | | | Bitcoin-Qt: fix crash on Windows caused by CDBEnv::EnvShutdown()Philip Kaufmann2012-11-222-2/+6
* | | | | Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-11-171-1/+1
|\| | | |
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-11-171-1/+1
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-11-171-1/+1
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-11-171-1/+1
| | | |\|
| | | | * ConnectBlock(): fix error() format to be unsignedPhilip Kaufmann2012-11-171-1/+1
| | | | * ensure we use our format macros to avoid compilation warningsPhilip Kaufmann2012-11-171-1/+1
* | | | | Revert translation adjustments for NACK'd 0.7.2 changes.Luke Dashjr2012-11-1636-986/+987
* | | | | Revert NACK'd fixes for 0.7.2.Luke Dashjr2012-11-1615-28/+27
* | | | | Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-11-161-1/+1
|\| | | |
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-11-161-1/+1
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-11-161-1/+1
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-11-161-1/+1
| | | |\|
| | | | * Print error for coinbase-pays-too-much case of ConnectBlock failingLuke Dashjr2012-11-161-1/+1
* | | | | Prevent RPC 'move' from deadlockingPieter Wuille2012-11-163-6/+10
* | | | | Update supported translationsLuke Dashjr2012-11-1436-9246/+11538
|\| | | |
| * | | | Update supported translationsLuke Dashjr2012-11-1433-1132/+1132
| |\| | |
| | * | | Update supported translationsLuke Dashjr2012-11-1433-689/+687
| | |\| |
| | | * | Update supported translationsLuke Dashjr2012-11-1415-267/+267
* | | | | Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-11-1419-39/+32
|\| | | |
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-11-1419-33/+35
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-11-1412-23/+21
| | |\| |
| | | * | Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-11-146-10/+15
| | | |\|
| | | | * don't use memset() in privacy/security relevant code partsPhilip Kaufmann2012-11-125-9/+13
| | | | * fix some double-spaces in stringsPhilip Kaufmann2012-11-123-6/+6
| | | | * Fixes a race condition in CreateNewBlock.Gregory Maxwell2012-11-121-1/+2
| | | * | Qt: small header changes / fixesPhilip Kaufmann2012-11-125-8/+7
| | | * | fix some double-spaces in stringsPhilip Kaufmann2012-11-125-12/+10
| | | * | ensure AskPassphraseDialog::eventFilter forwards eventsPhilip Kaufmann2012-11-121-2/+2
| | * | | don't use memset() in privacy/security relevant code partsPhilip Kaufmann2012-11-126-10/+14
| | * | | Fixed 100% CPU utilization problem on FreeBSD 9Alex2012-11-122-3/+3
| * | | | No need for test fixture now that multisig is enabled on main network.Gavin Andresen2012-11-121-8/+1
* | | | | Fixes a race condition in CreateNewBlock and a future null deref on testnet.Gregory Maxwell2012-11-121-2/+3
* | | | | Fix out-of-bounds read noticed by Ricardo CorreiaWladimir J. van der Laan2012-11-121-4/+1
* | | | | CAddrMan: verify pchMessageStart file marker, before reading address dataJeff Garzik2012-10-201-5/+7
* | | | | Fix a use-after-free problem in initialization (#1920)Wladimir J. van der Laan2012-10-201-6/+6
* | | | | Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-10-202-2/+2
|\| | | |
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-10-1533-148/+150
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-10-1510-10/+10
| | |\| |
| | | * | Update supported translationsLuke Dashjr2012-10-156-6/+6
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-10-151-1/+1
| |\| | |
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-10-151-1/+1
| | |\| |
| | | * | fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cppPhilip Kaufmann2012-10-151-1/+1