aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-08Bump version to 0.4.7Luke Dashjr
2012-05-07Prevent stuck download: correct solutionPieter Wuille
2012-05-07Prevent stuck block download in large reorganisationsPieter Wuille
2012-05-06Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...Luke Dashjr
2012-05-04Check earlier for blocks with duplicate transactions. Fixes #1167Gavin Andresen
2012-05-04remove obsolete BackupWallet() entry in wallet.hPhilip Kaufmann
2012-05-01fix compiler warning "suggest parentheses around assignment used as truthPhilip Kaufmann
2012-05-01remove unused typedef in serialize.hPhilip Kaufmann
2012-04-27Windows build: compile against openssl 1.0.1bGavin Andresen
2012-04-27Bump version to 0.4.6Luke Dashjr
2012-04-27We should include netinet/in.h to use sockaddr_in (POSIX.1-2001)Timothy Redaelli
2012-04-24CBlock::WriteToDisk() properly checks ftell(3) for error returnJeff Garzik
2012-04-22Add missing includes. (Fix bulding under GCC 4.7)Timothy Redaelli
2012-04-22Fix bugs on 'unsigned char' platforms.Dwayne C. Litzenberger
2012-04-22Fix phexdigits[255] is undefined.Dwayne C. Litzenberger
2012-04-17Fix potential deadlockPieter Wuille
2012-04-17Fix misc. minor sign-comparison warningsJeff Garzik
2012-04-17CNode's nHeaderStart may be negative, so change its type (PARTIAL)Jeff Garzik
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-17The string class returns string::npos, when find() fails.Jeff Garzik
2012-04-17AlreadyHave(): only hold lock during mapTransactions accessJeff Garzik
2012-04-17Locking fix for AlreadyHave()Jeff Garzik
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-15fix warnings: delete called on 'XX' that has virtual functions but non-virtua...Wladimir J. van der Laan
2012-04-15fix warnings: array subscript is of type 'char' [-Wchar-subscripts]Wladimir J. van der Laan
2012-04-15work around issue in boost::program_options that prevents from compiling in c...Wladimir J. van der Laan
2012-04-14Bug fix listtransactions from/count handling.Gavin Andresen
2012-04-05Verify status of encrypt/decrypt calls to detect failed paddingPieter Wuille
2012-04-04Fix script tests for P2SHLuke Dashjr
2012-04-04Fix testing setupVegard Nossum
2012-04-04Do not invoke anti-DoS system for invalid BIP16 transactionsPieter Wuille
2012-03-22Check minversion before loading the rest of the walletPieter Wuille
2012-03-22When disconnecting a node, clear the received buffer so that we doAlistair Buxton
2012-03-22More debug output for failed reorganizationsPieter Wuille
2012-03-22Report number of (dis)connected blocks in reorganizationPieter Wuille
2012-03-22Use last checkpoint instead of hard-coded 140,700. Fixes #913.Gavin Andresen
2012-03-21Merge branch 'bip16_0.4.x' into 0.4.xLuke Dashjr
2012-03-20Minimal support for validating BIP16 pay-to-script-hash transactionsLuke Dashjr
2012-03-19Workaround for BN_bn2mpi reading/writing out of boundsPieter Wuille
2012-03-19Print more diagnostic info for the various DB_CORRUPT conditionsLuke Dashjr
2012-03-19Print wallet load errors (to debug.log)Luke Dashjr
2012-03-16Fix issue #848 : broken mining on testnetGavin Andresen
2012-03-16Bump version to 0.4.5Luke Dashjr
2012-03-13Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e...Gavin Andresen
2012-03-11Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"Gregory Maxwell
2012-03-03Bugfix: Fix possible buffer overflow (#901)Luke Dashjr
2012-03-03Bugfix: Check return value of SHGetSpecialFolderPath in MyGetSpecialFolderPathLuke Dashjr
2012-03-03Merge remote branch 'sipa/nooverwritetx_v0.4.0' into 0.4.xLuke Dashjr
2012-03-03Do not allow overwriting unspent transactions (BIP 30)Pieter Wuille
2012-03-02DoS fix for mapOrphanTransactionsGavin Andresen