1670 Commits (a823faecf1463d0ce09b1c6690d69c624cc62874)

Author SHA1 Message Date
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
Ricardo M. Correia 10b45b4c2e Use C++-style numeric limits instead of C-style. 12 years ago
Ricardo M. Correia 78e851f94f Fix noinline definition so that it works for more compilers. 12 years ago
Pieter Wuille 587f929c64 Rework network config settings 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
R E Broadley e69a797990 Show the timestamp for the block. 12 years ago
Luke Dashjr 3cd01fdf0e CreateNewBlock: Check that the produced CBlock is acceptable (except for proof-of-work and merkletree, since those need to be provided later) 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 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
Giel van Schijndel fbf9df2ea3 Use the QueueShutdown signal to stop accepting new RPC connections 12 years ago
Giel van Schijndel 7cc2ceae09 Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1 12 years ago
Giel van Schijndel a0780ba08a Generalise RPC connection handling code to allow more listening sockets 12 years ago
Giel van Schijndel 43b6dafa6e Allow clients on the IPv6 loopback as well 12 years ago
Giel van Schijndel c1ecab818c Add dual IPv4/IPv6 stack support to the RPC server 12 years ago
Giel van Schijndel 914dc01222 Use asynchronous I/O to handle RPC requests 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
Philip Kaufmann bd09334d1a remove dead "using namespace boost::asio;" from rpcdump.cpp 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 976c08b68a JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network 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
Luke Dashjr f9189543bf CDBEnv: fix qt build 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
Gavin Andresen acf513cfe7 Move signature cache from CKey::Verify to CheckSig in script.cpp 12 years ago
Wladimir J. van der Laan b06f9c1364 Remove duplicate behavior on MacOSX 12 years ago
R E Broadley ea591ead85 Correct debug.log output to show correct function the debug is coming from. 12 years ago
Jeff Garzik 7b671f52e0 Define BOOST_SPIRIT_THREADSAFE in all makefiles 12 years ago
Wladimir J. van der Laan ce7896070c Remove autocorrection of 0/i in addresses in UI 12 years ago
Wladimir J. van der Laan 25047eb3e9 Filter out whitespace and zero-width non-breaking spaces in validator 12 years ago
Pieter Wuille 7d80d2e3d7 Reorder AppInit2 12 years ago
Jeff Garzik 9c137aaccf BDB: restore DB_PRIVATE flag to environment 12 years ago
Philip Kaufmann 4dfbc78a88 start rows in askpassphrasedialog.ui at 0 (not 1) 12 years ago
Wladimir J. van der Laan 239c11d0dd Make testcases build, prevent windows symbol collision 12 years ago
Wladimir J. van der Laan 0832c0d166 Process address book updates incrementally 12 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 12 years ago