aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-08Merge pull request #1424 from TheBlueMatt/lockcontentionPieter Wuille
2012-06-07Move NOINLINE definition to test where it's used.Ricardo M. Correia
2012-06-07Don't overflow integer on 32-bit machines.Ricardo M. Correia
2012-06-05Merge pull request #1418 from Diapolo/GUI_fix_default_proxy_addrPieter Wuille
2012-06-05Fix DEBUG_LOCKCONTENTIONMatt Corallo
2012-06-05Merge pull request #1422 from Diapolo/add_used_datadir_debug_logGavin Andresen
2012-06-05add used datadir to debug.logPhilip Kaufmann
2012-06-05fix two signed/unsigned comparison warnings in netbase.cppPhilip Kaufmann
2012-06-04fix default Proxy address in Qt options (no hostname allowed currently)Philip Kaufmann
2012-06-04Merge branch 'netopt' of https://github.com/sipa/bitcoinGavin Andresen
2012-06-04Fix coin selection to only include change when it's necessary.Chris Moore
2012-06-04Preserve the shuffled order of coins with equal value to give more randomized...Chris Moore
2012-06-04Test that the coin selection code is suitably random, and add tests re. sub-c...Chris Moore
2012-06-04Move the random_shuffle call back into SelectCoinsMinConf() so we can unit te...Chris Moore
2012-06-04Refactor SelectCoinsMinConf() and add unit tests.Chris Moore
2012-06-04Merge pull request #1411 from TheBlueMatt/debianGavin Andresen
2012-06-04Merge pull request #1415 from dooglus/fix-build-unix.txtGavin Andresen
2012-06-03"USE_UPNP=-" is needed to remove UPnP support.Chris Moore
2012-06-02Update contrib/debian.Matt Corallo
2012-06-02Merge pull request #837 from sje397/ShowImmatureBalanceWladimir J. van der Laan
2012-06-02Merge pull request #1368 from Diapolo/verifymessagepageWladimir J. van der Laan
2012-06-02Merge pull request #1364 from Diapolo/move_HelpMessage_GUIUtil_add_RPCCon_ButtonWladimir J. van der Laan
2012-06-01move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann
2012-06-01change verifymessagepage behaviour to match RPC-call "verifymessage" (input a...Philip Kaufmann
2012-05-31Use ConvertTo to simplify sendmany/addmultisigaddress argument handlingGavin Andresen
2012-05-31Make sendrawtx return txid to be consistent with other send methods.Gavin Andresen
2012-05-31Use C++-style numeric limits instead of C-style.Ricardo M. Correia
2012-05-31Fix noinline definition so that it works for more compilers.Ricardo M. Correia
2012-05-31Rework network config settingsPieter Wuille
2012-05-31Merge pull request #1403 from Diapolo/translation_master_fileNils Schneider
2012-05-31sync english translation master file with current master branchPhilip Kaufmann
2012-05-30Update bitcoinstrings.cppPieter Wuille
2012-05-29Show the timestamp for the block.R E Broadley
2012-05-28Merge pull request #1394 from grimd34th/patch-1Gregory Maxwell
2012-05-28incorrect openssl when compared to makefilegrimd34th
2012-05-27Merge pull request #1392 from gavinandresen/testnet_resetGregory Maxwell
2012-05-27CreateNewBlock: Check that the produced CBlock is acceptable (except for proo...Luke Dashjr
2012-05-26Merge pull request #1357 from sipa/keyidPieter Wuille
2012-05-26Merge pull request #1370 from Diapolo/add_startuptime_to_logPieter Wuille
2012-05-25Add a testnet checkpoint at block 546Gavin Andresen
2012-05-25Fix issue#1082, testnet difficulty unsigned integer underflowGavin Andresen
2012-05-25Testnet, Mark IIIGavin Andresen
2012-05-25Remove newlines from JSON stringsGavin Andresen
2012-05-25Merge pull request #1366 from roques/completionGavin Andresen
2012-05-25Unit tests for transaction size limitsGavin Andresen
2012-05-25Added 'immature balance' for miners. Only displayed if the balance is greater...sje397
2012-05-25Use the QueueShutdown signal to stop accepting new RPC connectionsGiel van Schijndel
2012-05-25Allow all addresses on the loopback subnet (127.0.0.0/8) not just 127.0.0.1Giel van Schijndel
2012-05-25Generalise RPC connection handling code to allow more listening socketsGiel van Schijndel
2012-05-25Allow clients on the IPv6 loopback as wellGiel van Schijndel