aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-17ConnectBlock(): fix error() format to be unsignedPhilip Kaufmann
2012-11-17ensure we use our format macros to avoid compilation warningsPhilip Kaufmann
2012-11-16Print error for coinbase-pays-too-much case of ConnectBlock failingLuke Dashjr
2012-11-12don't use memset() in privacy/security relevant code partsPhilip Kaufmann
2012-11-12fix some double-spaces in stringsPhilip Kaufmann
2012-11-12Fixes a race condition in CreateNewBlock.Gregory Maxwell
2012-10-09Avoid crashes at shutdown due to printf() in global destructors.Gavin Andresen
2012-10-09Send --help message to stdout i.s.o stderrWladimir J. van der Laan
2012-10-09Add a backup warning to the encryptwallet RPC commandkjj2
2012-09-17Apply BIP30 checks to all blocks except the two historic violations.Gregory Maxwell
2012-09-10select(): Use precise fd presence check, rather than imprecise hSocketMax testJeff Garzik
2012-09-10Bugfix: Don't consider invalid listening socket in hSocketMaxLuke Dashjr
2012-09-06Correct LoadWallet() return value (false -> DB_LOAD_OK)xanatos
2012-08-27Bump version to 0.4.8Luke Dashjr
2012-08-27Special-case the last alert for alert-key-compromised caseGavin Andresen
2012-08-26Support sending to script (P2SH) addressesLuke Dashjr
2012-08-26Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)Gavin Andresen
2012-08-26Reject block.nVersion<=1 blocks if network has upgraded to version=2Gavin Andresen
2012-08-26Block height in coinbase as a new block ruleGavin Andresen
2012-08-26Add CBlock::CURRENT_VERSION and CTransaction::CURRENT_VERSION constants.Gavin Andresen
2012-08-22fix a compiler sign warning in OpenBlockFile()Philip Kaufmann
2012-08-12Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-12Bugfix: Use standard BTC unit in commentsLuke Dashjr
2012-08-12Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-12Merge branch 'bugfix_CNBerr_daggy' into 0.4.xLuke Dashjr
2012-07-22Docs Tidy upfanquake
2012-07-22fix OpenSSL not written as proper noun in some commentsPhilip Kaufmann
2012-07-22Let the comment in GetBlockValue() reflect the uncertainty about the time int...Rune K. Svendsen
2012-07-22CBigNum: Convert negative int64 values in a more well-defined wayLuke Dashjr
2012-07-22Fix signed subtraction overflow in CBigNum::setint64().Ricardo M. Correia
2012-07-06Do not consider inbound peers for outbound network group exclusion.Gregory Maxwell
2012-07-05Fix a few typosfanquake
2012-07-05gitian-downloader: Update luke-jr's keyLuke Dashjr
2012-07-05Update my GPG keyPieter Wuille
2012-06-20print large orphan warning BEFORE deleting pvMsgGavin Andresen
2012-06-20Bump VERSION so we can differentiate between 0.4.7rc2 and 0.4.7rc3Luke Dashjr
2012-06-20Remove invalid dependent orphans from memoryGavin Andresen
2012-06-20Further DoS prevention: Verify signatures lastGavin Andresen
2012-06-20Optimize orphan transaction handlingGavin Andresen
2012-06-18Don't overflow integer on 32-bit machines.Ricardo M. Correia
2012-06-18Don't overflow signed ints in CBigNum::setint64().Ricardo M. Correia
2012-06-18Document how to build/run unit testsGavin Andresen
2012-06-14Include limits, not climints (using std::numeric_limits now)Gavin Andresen
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Update wiki changelog at doc/release-process.txtMatt Corallo
2012-06-14Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4...Luke Dashjr
2012-06-12Bugfix: Move IsStandard scriptSig size check out of IsPushOnly, since BIP16 v...Luke Dashjr
2012-06-06fix an incorrect if-clause in net.cppPhilip Kaufmann
2012-06-06Serialize access to debug.log streamMichael Hendricks
2012-05-26.gitignore: add test_bitcoinJeff Garzik