1652 Commits (986a78979ef4e7d26ac10dcf5b2dfd0282d2e462)

Author SHA1 Message Date
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
Jeff Garzik 9fb89c26f3 Fix misc. minor sign-comparison warnings 13 years ago
Jeff Garzik 0dd710acb6 CNode's nHeaderStart may be negative, so change its type 13 years ago
Jeff Garzik c3fad8350b serialize.h: CAutoFile's read and write may take size_t nSize 13 years ago
Jeff Garzik 3a78f82a78 Fix sign-compare warnings: netbase's Lookup* max-solutions may be unsigned 13 years ago
Jeff Garzik c376ac359e Fix loop index var types, fixing many minor sign comparison warnings 13 years ago
Jeff Garzik ab9dc75a18 The string class returns string::npos, when find() fails. 13 years ago
Jeff Garzik ca4c4c53a8 CTxMemPool: add helper methods, to reduce global mempool.mapTx accesses 13 years ago
Jeff Garzik d01903e751 CTxMemPool: encapsulate AcceptToMemoryPool 13 years ago
Jeff Garzik 8e45ed66dd CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(), 13 years ago
Jeff Garzik 235507ae48 New class CTxMemPool, encapsulating TX memory pool data members 13 years ago
Wladimir J. van der Laan da7bbd9dfd fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] 13 years ago
Wladimir J. van der Laan 6642ffb761 fix warnings: '&&' within '||' [-Wlogical-op-parentheses] 13 years ago
Wladimir J. van der Laan 2e120f28e0 fix warnings: delete called on 'XX' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] 13 years ago
Wladimir J. van der Laan 11cd416525 fix warnings: unused variable 'XX' [-Wunused-variable] 13 years ago
Wladimir J. van der Laan 76d8170ce8 fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] 13 years ago
Wladimir J. van der Laan 87207a2e08 fix warnings: 'XX' defined as a struct here but previously declared as a class [-Wmismatched-tags] 13 years ago
Wladimir J. van der Laan 8add7822ce fix warnings: array subscript is of type 'char' [-Wchar-subscripts] 13 years ago
Wladimir J. van der Laan 1f29d399f4 work around issue in boost::program_options that prevents from compiling in clang 13 years ago
Wladimir J. van der Laan f9f625fb32 enable all warnings except invalid-offsetof, sign-compare, unused-parameter 13 years ago
Luke Dashjr 2eb665c634 Bugfix: Check that QRcode_encodeString didn't return NULL (error) 13 years ago
Wladimir J. van der Laan a7a0c7a1bf Show a message box when runaway exception happens 13 years ago
Wladimir J. van der Laan 3fddc8effc Update translations for bitcoin core 13 years ago
Wladimir J. van der Laan b970067298 Do not show green tick unless all known blocks are downloaded (fixes #921) 13 years ago
Jeff Garzik 8deb9822e4 Locking fix for AlreadyHave() 13 years ago
Jeff Garzik 9925d34a49 Database micro-optimization for "tx" network message 13 years ago
Wladimir J. van der Laan 2d67195ed2 Set label when selecting an address that already has a label. Fixes #1080. 13 years ago
Philip Kaufmann e72c6a1830 revert to default OS theme for progressbar / fix small glitches in bitcoingui.cpp 13 years ago
Wladimir J. van der Laan 6b8e7eefcc Add missing tooltip and key shortcut in settings dialog (#1088 without line break part) 13 years ago
Pieter Wuille 7a743148c9 Fix #1086: add /testnet to passed datadir 13 years ago
Jeff Garzik 8b09cd3a4d Replace several network protocol version numbers with named constants 13 years ago
Chris Moore b3a6e613fc CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed something with the correct version. 13 years ago
Wladimir J. van der Laan 181400c3d5 make text in about box selectable (fixes #1055) 13 years ago
Philip Kaufmann 7261945eb5 enable wordWrap on lblQRCode / small code comment change 13 years ago
Philip Kaufmann b1a99c3a1f limit length of generated URI to 255 chars to prevent a DoS against the QR-Code dialog 13 years ago
Philip Kaufmann 1e8c62b29c updated to reflect pull-request suggestions / renamed some GUI elements 13 years ago
Philip Kaufmann 9e0dba8c17 fixed amount part of URI in QR-Codes / removed (no label) string if we have NO label / coding style updates / removed an unused variable 13 years ago
Jeff Garzik 460b66b14b Remove obsolete Win32 AffinityBugWorkaround() 13 years ago