1492 Commits (c283b3c569d6ea67a07e96a6dea3c1645d7be259)

Author SHA1 Message Date
Philip Kaufmann 1c94f88d5e fix compiler warning "suggest parentheses around assignment used as truth 13 years ago
Philip Kaufmann f8e4d43be7 fix compiler warning "suggest explicit braces to avoid ambiguous "else" 13 years ago
Philip Kaufmann 00d971e1e7 remove references to bitcoin-wx from comment in init.cpp 13 years ago
Philip Kaufmann 810b4fad7d remove unused typedef in serialize.h 13 years ago
Gavin Andresen be8651dde7 Check earlier for blocks with duplicate transactions. Fixes #1167 13 years ago
Wladimir J. van der Laan 6974aff668 Fix critical UI performance issue (#1154) 13 years ago
Gavin Andresen 0acbe31cfc Update openssl version 13 years ago
Gavin Andresen 2c31cfc271 Bump version numbers for 0.6.1rc1 13 years ago
freewil 42ce57687a remove strange debug message from listsinceblock 13 years ago
freewil fdb204abb1 listsinceblock: rpc param blockid -> blockhash 13 years ago
Gavin Andresen 9e71a5cd23 Define TEST_DATA_DIR so unit tests can be run from any current working directory 13 years ago
Gavin Andresen 08e663d7e2 Undo part of c2e8c8ac to fix issue#1148 13 years ago
Gavin Andresen cfc45319fe Remove unused -DNOPCH 13 years ago
Pieter Wuille 83743ed681 Make lsn_reset ("detach databases") optional and off by default. 13 years ago
Timothy Redaelli 5e9dc15360 We should include netinet/in.h to use sockaddr_in (POSIX.1-2001) 13 years ago
Jeff Garzik 735a60698c Change signed->unsigned at 3 code sites 13 years ago
Jeff Garzik 5aa0b23825 CBlock::WriteToDisk() properly checks ftell(3) for error return 13 years ago
Jeff Garzik 1d8c7a9557 Add casts for unavoidable signed/unsigned comparisons 13 years ago
Jeff Garzik c0a0a93d02 Test ScriptSigArgsExpected() for error, before accumulating return value 13 years ago
Jeff Garzik 7bd9c3a3cf SigOp and orphan-tx constants and counts are always unsigned. 13 years ago
Jeff Garzik faf705a42a Prefer 'unsigned int' for loop index variables tested against ::size() 13 years ago
Philip Kaufmann a2d0fcbe38 change button tooltip on sign message page for copy to clipboard as it was missleading 13 years ago
Pieter Wuille f4203de302 Make GetDataDir return absolute paths 13 years ago
Pieter Wuille 1d740055da -loadblock to load from an external blk000?.dat file 13 years ago
Gavin Andresen 8449a8788a Data-drive script evaluation unit tests. 13 years ago
Wladimir J. van der Laan 88dc2d6c6a Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function 13 years ago
Wladimir J. van der Laan b6c837cbe1 Remove no-longer used UI hints in bitcoin core 13 years ago
Wladimir J. van der Laan cdcc319c2d change type of various bare chars to bool that are only used as bool (and never serialized) 13 years ago
Wladimir J. van der Laan 7be8b2ff9c Add explicit numeric constant value for all opcodes 13 years ago
Pieter Wuille e46704dd90 Expose CRPCTable via bitcoinrpc.h for testing 13 years ago
Pieter Wuille 9862229d4d Encapsulate mapCommands in class CRPCTable 13 years ago
Jeff Garzik dc42bf52c1 Encapsulate RPC command dispatch in an array of CRPCCommand's 13 years ago
Timothy Redaelli 9553c35d89 Add missing includes. (Fix bulding under GCC 4.7) 13 years ago
Pieter Wuille c73ba23eb5 gettransaction RPC for non-wallet transactions 13 years ago
R E Broadley 871c3557bf Added ability to respond to signals during Block Loading stage. 13 years ago
Dwayne C. Litzenberger 8c8e8c2e93 Fix bugs on 'unsigned char' platforms. 13 years ago
Dwayne C. Litzenberger a6fa147c8d Fix phexdigits[255] is undefined. 13 years ago
Pieter Wuille 559fc3c610 Add missing breaks in optionmodel's switch case 13 years ago
Pieter Wuille 0a83c0fcef Fix tests after recent refactors 13 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 13 years ago
Jeff Garzik ccd65d4261 Move proto version to version.h. Reduce header deps a bit more. 13 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 13 years ago
Pieter Wuille c581cc16bb Fix potential deadlock 13 years ago
Jeff Garzik ce8c93498a main.cpp: replace tabs with spaces 13 years ago
Jeff Garzik 8bff8ac079 AlreadyHave(): only hold lock during mapTransactions access 13 years ago
Wladimir J. van der Laan 7fa3ad83a9 Remove unused and unreachable code 13 years ago
Wladimir J. van der Laan 4941aad657 Add forgotten initializer 13 years ago
Pieter Wuille 8f2b50f178 Reduce sync frequency for blkindex.dat 13 years ago
Jeff Garzik ea9627979e Bump PROTOCOL_VERSION to 60001, thereby enabling BIP31 13 years ago