2582 Commits (d59bce21e5dbb0a15051e40d5dd717fd7bf982d8)
 

Author SHA1 Message Date
Matt Corallo 8f6111bb9c Update contrib/debian. 12 years ago
Wladimir J. van der Laan 882ba0e752 Merge pull request #837 from sje397/ShowImmatureBalance 12 years ago
Wladimir J. van der Laan 88d7bc930a Merge pull request #1368 from Diapolo/verifymessagepage 12 years ago
Wladimir J. van der Laan 1c85a7f3eb Merge pull request #1364 from Diapolo/move_HelpMessage_GUIUtil_add_RPCCon_Button 12 years ago
Philip Kaufmann 5d6b30271f move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation 12 years ago
Philip Kaufmann 8103b0bb62 change verifymessagepage behaviour to match RPC-call "verifymessage" (input address, signature and message) / display messages in status label (remove message boxes) / resize window to make signature fully readable / change signature font to BC-address font (like in messagepage) / remove checkAddress() and place code directly in on_verifyMessage_clicked() / add visual feedback to LineEdits / remove AddressTableModel references, as they are now unused / add addr.GetKeyID(keyID) check 12 years ago
Gavin Andresen 98474d3d6f Use ConvertTo to simplify sendmany/addmultisigaddress argument handling 12 years ago
Gavin Andresen ea7582bb41 Make sendrawtx return txid to be consistent with other send methods. 12 years ago
Pieter Wuille 587f929c64 Rework network config settings 12 years ago
Nils Schneider 50fac68654 Merge pull request #1403 from Diapolo/translation_master_file 12 years ago
Philip Kaufmann 407e20c11a sync english translation master file with current master branch 12 years ago
Pieter Wuille 10ed8178fc Update bitcoinstrings.cpp 12 years ago
Gregory Maxwell f6521b66f7 Merge pull request #1394 from grimd34th/patch-1 12 years ago
grimd34th a2bd31432f incorrect openssl when compared to makefile 12 years ago
Gregory Maxwell 20cb17e1f9 Merge pull request #1392 from gavinandresen/testnet_reset 12 years ago
Pieter Wuille a52c7a1b65 Merge pull request #1357 from sipa/keyid 12 years ago
Pieter Wuille 1e07068adf Merge pull request #1370 from Diapolo/add_startuptime_to_log 12 years ago
Gavin Andresen c87c8cd163 Add a testnet checkpoint at block 546 12 years ago
Gavin Andresen 248bceb30c Fix issue#1082, testnet difficulty unsigned integer underflow 12 years ago
Gavin Andresen feeb761ba0 Testnet, Mark III 12 years ago
Gavin Andresen 4e6e3293ff Remove newlines from JSON strings 12 years ago
Gavin Andresen 325e5c3ef0 Merge pull request #1366 from roques/completion 12 years ago
Gavin Andresen 787f5e9949 Unit tests for transaction size limits 12 years ago
sje397 8fdb7e108f Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 12 years ago
Gavin Andresen 6b8a17119e Lots more Script unit test cases. 12 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 12 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 12 years ago
Gavin Andresen f04017f702 More CScript unit tests. 12 years ago
Jeff Garzik b92095f18c DoS_tests: fix signed/unsigned comparison warnings 12 years ago
Jeff Garzik 2ae4ad004a Merge pull request #1387 from Diapolo/rem_unused_rpcdump 12 years ago
Jeff Garzik ec9c902133 Merge pull request #1383 from jgarzik/rawtx 12 years ago
Philip Kaufmann bd09334d1a remove dead "using namespace boost::asio;" from rpcdump.cpp 12 years ago
Jeff Garzik 8e154e4d74 Merge branch 'merge2' into merge 12 years ago
Jeff Garzik 480d44bd0b rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h. 12 years ago
Jeff Garzik 429039d45d Refactor: move runCommand() to util.cpp 12 years ago
Jeff Garzik 8956453c0d .gitignore: add test_bitcoin 12 years ago
Jeff Garzik 976c08b68a JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network 12 years ago
Christian von Roques dbd9c486bb Use debhelper to install bitcoind.bash-completion 12 years ago
Christian von Roques 33d7d93298 Bash programmable completion for bitcoind(1) 12 years ago
Philip Kaufmann 41c6b8abc6 add client startup time as an entry to debug.log (note: logged time in debug.log differs by a few seconds from the one displayed in the Debug window) / make ClientModel::formatClientStartupTime() return a QString 12 years ago
Jeff Garzik 9ac282ca0c Refactor: add IsChainFile helper. LoadBlockIndex() code movement. 12 years ago
Gregory Maxwell 7a99821377 Merge pull request #1342 from rebroad/LastSeenMinusMinus 12 years ago
Luke Dashjr f9189543bf CDBEnv: fix qt build 12 years ago
Pieter Wuille f29f242758 Merge pull request #1380 from gavinandresen/optimize2 12 years ago
Jeff Garzik 0134a1c08c Merge branch 'dbenv' into tmp 12 years ago
Jeff Garzik 5d0f7c4f47 Merge pull request #1381 from jgarzik/check-deser 12 years ago
Pieter Wuille fa638ec8af Merge pull request #1369 from sipa/bootorder 12 years ago
Jeff Garzik 78eb2789b2 ProcessMessage(): remove duplicate orphan tx debug message 12 years ago
Jeff Garzik 8fe791e4e2 Prevent crashes due to missing or corrupted blk????.dat records 12 years ago
Jeff Garzik f94b64c2f3 Prevent crashes due to missing or corrupted database records 12 years ago