1399 Commits (429039d45d1af9cfda9e706d4ac8f1a144ed66d4)

Author SHA1 Message Date
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
Jeff Garzik b87c0fc440 version.h: separate client, net sections. Move more constants to this file. 13 years ago
Jeff Garzik 93e447b631 BIP 0031: pong message 13 years ago
Gavin Andresen 940e22fd81 Fix OSX build errors. 13 years ago
Pieter Wuille ee12c3d60c Use filesystem::path instead of manual string tinkering 13 years ago
Gavin Andresen 2232717cba Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: boost::system 13 years ago
Wladimir J. van der Laan 5ca4f13b87 by popular request, make 4th bar of connection icon green 13 years ago
Pieter Wuille 4577167170 Fix build.h dependencies 13 years ago
Pieter Wuille a20c0d0f67 Build identification strings 13 years ago
sje397 86d5634941 Toggle main window hide on tray icon click 13 years ago
Pieter Wuille f342dac1cb Do not report spurious deadlocks caused by TRY_LOCK 13 years ago
Pieter Wuille 908037fe16 Support for parametrized locks in deadlock detector 13 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 13 years ago
Luke Dashjr fa2544e79f Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 13 years ago
Wladimir J. van der Laan 3e34352222 Show error message instead of exception crash when unable to bind RPC port 13 years ago
Philip Kaufmann 42c63d3ad2 fixed small error in bitcoinrpc.cpp 13 years ago
Philip Kaufmann 36949554ab updated util.cpp to use make_preferred() 13 years ago
Philip Kaufmann 93fb7489a7 updated bitcoinrpc.cpp to use make_preferred() and removed double inclusion of boost/filesystem.hpp 13 years ago
Philip Kaufmann 9c24588e73 updated db.cpp to use make_preferred() 13 years ago
graingert f9781fc62e Change sign message bitcoin address tooltip to "The address to sign the message with" Closes #1050 13 years ago
Pieter Wuille e88ed65a39 Flush on log size instead of transaction count 13 years ago
Philip Kaufmann 7f10522c43 removed obsolete boost workaround (boost ticket #4258) 13 years ago
Gavin Andresen 5ce4c2a23a Remove USE_SSL #define 13 years ago
Gavin Andresen 723cafcbcf Bug fix listtransactions from/count handling. 13 years ago
Pieter Wuille e5c027b49b Verify status of encrypt/decrypt calls to detect failed padding 13 years ago
Philip Kaufmann fc42e9fae2 removed an unused / obsolete tag from bitcoin.qrc 13 years ago
Gavin Andresen ea8c55cfd7 Enable addmultisigaddress RPC call for main network 13 years ago
Gavin Andresen f487746ded Remove half-implemented publish/subscribe system 13 years ago
Gavin Andresen 3a8ca61bd0 Add ifdef RELEASE to makefile.osx as the compile-for-older-macs flags 13 years ago