2547 Commits (883a310904b3d36c9d74b887d47c14a072ebae7d)
 

Author SHA1 Message Date
Jeff Garzik 883a310904 Merge pull request #1435 from TheBlueMatt/mingwbuild 12 years ago
Matt Corallo b065976007 Fix Mingw64 build (missing headers according to M$ documentation) 12 years ago
Pieter Wuille 11f73c728a Merge pull request #1421 from Diapolo/netbase_fix_sign_warnings 12 years ago
Pieter Wuille 0ed0806bb4 Update comment about secure_allocator<> 12 years ago
Pieter Wuille 1b7cd74a49 Merge pull request #1424 from TheBlueMatt/lockcontention 12 years ago
Pieter Wuille afdd59416e Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addr 12 years ago
Matt Corallo 4d009243cb Fix DEBUG_LOCKCONTENTION 12 years ago
Gavin Andresen 45268208ae Merge pull request #1422 from Diapolo/add_used_datadir_debug_log 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
Gavin Andresen 46e06b875d Merge branch 'netopt' of https://github.com/sipa/bitcoin 12 years ago
Gavin Andresen 9f46a3e32a Merge pull request #1411 from TheBlueMatt/debian 12 years ago
Gavin Andresen 371f9616e9 Merge pull request #1415 from dooglus/fix-build-unix.txt 12 years ago
Chris Moore 2976a52222 "USE_UPNP=-" is needed to remove UPnP support. 12 years ago
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