2776 Commits (4e0048e45476097d45b1f4bc00a2be85a6ef754a)

Author SHA1 Message Date
Philip Kaufmann 53542dc9a7 allow txindex to be removed and add a reindex dialog 12 years ago
Cory Fields e5bd319136 osx: fix bitcoin-qt startup crash when clicking dock icon 12 years ago
Wladimir J. van der Laan f948663a80 Qt5 compatibility 12 years ago
Jonas Schnelli c21beff608 MaxOSX: settings fixes (#2371) 12 years ago
Philip Kaufmann 5536b22b8d remove obsolete and unused typedef for Windows 12 years ago
Jonas Schnelli 896c509dac osx: make use of the 10.8+ user notification center to display growl like notifications 12 years ago
Robert Backhaus c2954a117b Don't attempt to resize vector to negative size. 12 years ago
Pieter Wuille 9ee8ffcca7 Check for correct genesis 12 years ago
Pieter Wuille f346774f5a Make signature cache store CPubKeys 12 years ago
Pieter Wuille 05d5ef46ba CSecret/CKey -> CKey/CPubKey split/refactor 12 years ago
Pieter Wuille 029c52edb5 Make CPubKey statically allocated 12 years ago
Andrey 16a2acc92d Updated help and tests for getreceivedby(account|address) 12 years ago
Andrey b48905fa29 listreceivedbyaddress now provides tx ids (issue #1149) 12 years ago
Daniel Larimer f237d48e50 Fix memory leak on exception in Key::SignCompact 12 years ago
Daniel Larimer 806cf82716 fix memory leak in CKey::SetCompactSignature() 12 years ago
Robert Backhaus 5251d4450c Explictly cast calculation to int, to allow std::max to work. 12 years ago
Gavin Andresen 40809aed65 Bump version numbers for 0.8.3 release 12 years ago
Pieter Wuille 65c20dbf55 Dump addresses every 15 minutes instead of 10 seconds 12 years ago
Peter Todd 7cc960f8f5 Truncate oversize 'tx' messages before relaying/storing. 12 years ago
Gavin Andresen ef9acc5124 Bump build number to 0.8.2.2 for v0.8.2rc3 12 years ago
Gavin Andresen dbc6dea1b2 Fix crash-at-shutdown if exiting before initializing wallet 12 years ago
Robert Backhaus 65ec9eab2b Explicitly #include stdarg.h, for access to va_list 12 years ago
Gavin Andresen 36e826cea1 Clean up mining CReserveKey to prevent crash at shutdown 12 years ago
Philip Kaufmann 6a2da2ba96 translations update 2013-05-23 12 years ago
Pieter Wuille 95c7db3dbf More bestblock records in wallets 12 years ago
Matt Corallo e175c16f5b Add a few data-driven tests for SIGHASH_ANYONECANPAY 12 years ago
Pieter Wuille 2ec349bc42 CreateNewBlock performance improvements 12 years ago
Philip Kaufmann 38a33c085e translations update 2013-05-19 (for 0.8.2 release) 12 years ago
Gavin Andresen 8ae290d266 Set CLIENT_VERSION_IS_RELEASE, bump build to 0.8.2.1 12 years ago
Gavin Andresen 5b5d399593 Update version numbers for 0.8.2rc1 release 12 years ago
Gavin Andresen 4332be71a2 Link with boost_chrono library on OSX 12 years ago
Philip Kaufmann 40c387e517 translations update 2013-05-08 12 years ago
William Yager 5fdd1251a8 Specified base_uint component size 12 years ago
Philip Kaufmann e7d41be870 translations update 2013-05-07 12 years ago
Philip Kaufmann b9763faf12 translations update 2013-05-04 12 years ago
Philip Kaufmann 110257a631 small init.cpp changes (strings / Winsock init) 12 years ago
Gavin Andresen 000dc55181 Un-hardcode TX_FEE constants 12 years ago
Gavin Andresen 1f00f4e9c9 CreateTransaction: return strFailReason on failure 12 years ago
Gavin Andresen 8de9bb53af Define dust transaction outputs, and make them non-standard 12 years ago
Gavin Andresen b8e1dc2e53 Remove flaky util thread unit tests 12 years ago
Jonas Schnelli 367491df9d osx: show testnet icon in dock as early as possible 12 years ago
Gavin Andresen bce697d7fa Remove implementation of disabled opcodes 12 years ago
Jonas Schnelli b357a71cfa clear path cache after getting a proper config file (fixes #2605) 12 years ago
Gavin Andresen 2f15e86a68 Do not write to wallet during LoadWallet 12 years ago
Gavin Andresen d605bc4cd1 Exit cleanly if AppInit2 returns false 12 years ago
Pieter Wuille a9d9f0f5f7 Do not kill connections on recv buffer overflow 12 years ago
Pieter Wuille 2aceeb01a9 Bugfix: if no bestblock record is present, do a -rescan 12 years ago
Pieter Wuille e31aa7c9d7 Improve gettxoutsetinfo command 12 years ago
Jeff Garzik 9f4976afe2 RPC: strictly require HTTP URI "/" 12 years ago
Pieter Wuille 788064dd12 Don't announce to non-peer CNodes 12 years ago