aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-08-21Restore OSX 10.5 compatibility (do not use pthread_setname_np)Gavin Andresen
2012-08-21Fix 32-bit build error: include util.h to get int64 typedefGavin Andresen
2012-08-21Merge pull request #1693 from jgarzik/rpcwalletJeff Garzik
2012-08-21RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik
2012-08-21RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik
2012-08-21Merge pull request #1687 from gavinandresen/quietunitPieter Wuille
2012-08-21Merge pull request #1690 from gavinandresen/signrawtx_nullGregory Maxwell
2012-08-21RPC: submitblock returns null on success, string on errorJeff Garzik
2012-08-21RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik
2012-08-21RPC, cosmetic: de-indent getblocktemplate()Jeff Garzik
2012-08-21RPC: split new 'submitblock' out of 'getblocktemplate'Jeff Garzik
2012-08-20Allow signrawtransaction '...' null null 'hashtype'Gavin Andresen
2012-08-20Merge pull request #1689 from gavinandresen/rawtx_singlefixGregory Maxwell
2012-08-20When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outp...Gavin Andresen
2012-08-20Allow setting a different linker than compiler in makefile.unixMatt Corallo
2012-08-20Add data-driven transaction tests.Matt Corallo
2012-08-20Add a few test cases to data-driven script tests.Matt Corallo
2012-08-20Suppress output when running unit tests.Gavin Andresen
2012-08-20Reject block.nVersion<=1 blocks if network has upgraded to version=2Gavin Andresen
2012-08-20Block height in coinbase as a new block ruleGavin Andresen
2012-08-20Set block.nVersion to fix miner unit testGavin Andresen
2012-08-20Merge pull request #1641 from jgarzik/mempoolJeff Garzik
2012-08-18fix a comment in addrman.cppPhilip Kaufmann
2012-08-17Merge pull request #1680 from Diapolo/add_message_on_blockimportWladimir J. van der Laan
2012-08-17Remove useless non-cross-platform tests.Matt Corallo
2012-08-17Merge pull request #1607 from Diapolo/Qt_Win_exe_descWladimir J. van der Laan
2012-08-17Merge pull request #1678 from Diapolo/LoadExternalBlockFile_add_timerJeff Garzik
2012-08-17add splashscreen message when importing blocks via -loadblockPhilip Kaufmann
2012-08-17fix a compiler sign warning in OpenBlockFile()Philip Kaufmann
2012-08-17log how long LoadExternalBlockFile() takes in ms (Benchmark)Philip Kaufmann
2012-08-14Bitcoin-Qt (Windows only): extend Resource FilePhilip Kaufmann
2012-08-13Merge pull request #1649 from Diapolo/optionsdialogWladimir J. van der Laan
2012-08-13Merge pull request #1614 from Diapolo/Qt_Win_enable_DEPWladimir J. van der Laan
2012-08-13Merge pull request #936 from luke-jr/gmp_bipGregory Maxwell
2012-08-12Revert "Make this error message similar to the others"Wladimir J. van der Laan
2012-08-09Merge pull request #1661 from laanwj/2012_08_stringsupdateWladimir J. van der Laan
2012-08-09Merge pull request #1655 from gmaxwell/signrawtransaction_fix_missingGregory Maxwell
2012-08-07Merge pull request #1658 from TheBlueMatt/qttestJeff Garzik
2012-08-08Fix test_bitcoin build in makefile.linux-mingwMatt Corallo
2012-08-07Update English translation stringsWladimir J. van der Laan
2012-08-07Fix Qt test cases by moving address checks to parseBitcoinURIMatt Corallo
2012-08-07Fix Win32 compiling of qt/test/uritests.cppMatt Corallo
2012-08-07Return !0 when qt tests fail.Matt Corallo
2012-08-07Make this error message similar to the othersfanquake
2012-08-06Correctly handle missing inputs in signrawtransaction. Fixes #1654.Gregory Maxwell
2012-08-03Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exePhilip Kaufmann
2012-08-03Merge branch 'gmp_bip_0.6.0' into gmp_bipLuke Dashjr
2012-08-03Minimal BIP 22 (getblocktemplate) supportLuke Dashjr
2012-08-02Merge pull request #1650 from Diapolo/spelling_fixesJeff Garzik
2012-08-02Merge pull request #1644 from Diapolo/update_translationsWladimir J. van der Laan