1922 Commits (43de64949c96b6d708b7d8a82c3dba0f6ddf059e)

Author SHA1 Message Date
Wladimir J. van der Laan 9b1732baae Cross-platform "Open debug logfile" 12 years ago
Wladimir J. van der Laan 2842fe4aa3 Do not select first address automatically in the address book 12 years ago
Philip Kaufmann 9247134eab introduce a new StartShutdown() function, which starts a thread with Shutdown() if no GUI is used and calls uiInterface.QueueShutdown() if a GUI is used / all direct uiInterface.QueueShutdown() calls are replaced with Shutdown() - this ensures a clean GUI shutdown, even when catching a SIGTERM and allows the BitcoinGUI destructor to get called (which fixes a tray-icon issue and keeps the tray-icon until Bitcoin-Qt exits) 12 years ago
Philip Kaufmann 59e0f445ce change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse users, which could see it before we init with the real wallet balance 12 years ago
Matt Corallo b065976007 Fix Mingw64 build (missing headers according to M$ documentation) 12 years ago
Philip Kaufmann 40d23dafb7 update info string in GUI for generated blocks and change "must wait" into "must mature" to take the new immature label into consideration 12 years ago
Pieter Wuille 0ed0806bb4 Update comment about secure_allocator<> 12 years ago
Ricardo M. Correia 31ac53fbdc Move NOINLINE definition to test where it's used. 12 years ago
Ricardo M. Correia 43346904e1 Don't overflow integer on 32-bit machines. 12 years ago
Matt Corallo 4d009243cb Fix DEBUG_LOCKCONTENTION 12 years ago
Philip Kaufmann 618b250e34 add used datadir to debug.log 12 years ago
Philip Kaufmann b69dd08ae7 fix two signed/unsigned comparison warnings in netbase.cpp 12 years ago
Philip Kaufmann 4e16306ae3 fix default Proxy address in Qt options (no hostname allowed currently) 12 years ago
Chris Moore 831f59ce8b Fix coin selection to only include change when it's necessary. 12 years ago
Chris Moore d650f96d5f Preserve the shuffled order of coins with equal value to give more randomized coin selection. 12 years ago
Chris Moore 4ce190a015 Test that the coin selection code is suitably random, and add tests re. sub-cent change. 12 years ago
Chris Moore e333ab56d5 Move the random_shuffle call back into SelectCoinsMinConf() so we can unit test it. 12 years ago
Chris Moore 9b0369c773 Refactor SelectCoinsMinConf() and add unit tests. 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
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 13 years ago
Gavin Andresen 248bceb30c Fix issue#1082, testnet difficulty unsigned integer underflow 13 years ago
Gavin Andresen feeb761ba0 Testnet, Mark III 13 years ago
Gavin Andresen 4e6e3293ff Remove newlines from JSON strings 13 years ago
Gavin Andresen 787f5e9949 Unit tests for transaction size limits 13 years ago
sje397 8fdb7e108f Added 'immature balance' for miners. Only displayed if the balance is greater than zero. 13 years ago
Giel van Schijndel fbf9df2ea3 Use the QueueShutdown signal to stop accepting new RPC connections 13 years ago
Giel van Schijndel 7cc2ceae09 Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1 13 years ago
Giel van Schijndel a0780ba08a Generalise RPC connection handling code to allow more listening sockets 13 years ago
Giel van Schijndel 43b6dafa6e Allow clients on the IPv6 loopback as well 13 years ago
Giel van Schijndel c1ecab818c Add dual IPv4/IPv6 stack support to the RPC server 13 years ago
Giel van Schijndel 914dc01222 Use asynchronous I/O to handle RPC requests 13 years ago
Gavin Andresen 6b8a17119e Lots more Script unit test cases. 13 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 13 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 13 years ago
Gavin Andresen f04017f702 More CScript unit tests. 13 years ago
Jeff Garzik b92095f18c DoS_tests: fix signed/unsigned comparison warnings 13 years ago
Philip Kaufmann bd09334d1a remove dead "using namespace boost::asio;" from rpcdump.cpp 13 years ago
Jeff Garzik 480d44bd0b rpcdump: include cleanup. move JSONRPCError def to bitcoinrpc.h. 13 years ago
Jeff Garzik 429039d45d Refactor: move runCommand() to util.cpp 13 years ago
Jeff Garzik 976c08b68a JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network 13 years ago