aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-01Merge branch 'pwalletmain' - checking pwalletMain for NULL,Jeff Garzik
2013-10-01Support absence of wallet (pwalletMain==NULL) in several locations,Jeff Garzik
2013-10-01Merge pull request #2991 from Diapolo/translation_fixesWladimir J. van der Laan
2013-10-01Merge pull request #2888 from litecoin-project/getnetworkhashpsJeff Garzik
2013-10-01Bitcoin-Qt: translation fixes in sendcoinsPhilip Kaufmann
2013-10-01misc small spelling/indentation fixesPhilip Kaufmann
2013-09-29Merge pull request #3015 from theuni/win32-version-infoPieter Wuille
2013-09-28several small Qt-related fixesPhilip Kaufmann
2013-09-28Merge pull request #3031 from Diapolo/minerWladimir J. van der Laan
2013-09-28Merge pull request #3027 from cozz/cozz2Wladimir J. van der Laan
2013-09-25internal miner: move 2 globals from main to minerPhilip Kaufmann
2013-09-24GUI: fix sendcoinsdialog/sendcoinsentryCozz Lovan
2013-09-24Skip unspendable outputs in consistency checkPieter Wuille
2013-09-23Merge pull request #2791 from sipa/provepruneGavin Andresen
2013-09-23Merge pull request #3016 from sipa/lowsPieter Wuille
2013-09-22Merge pull request #2949 from gmaxwell/fewer_fee_footgunsGavin Andresen
2013-09-20Merge pull request #2995 from Diapolo/GUI_messageWladimir J. van der Laan
2013-09-20fix some printf -> LogPrintf leftoversPhilip Kaufmann
2013-09-20Use 'low S' as malleability breaker rather than 'even S'Pieter Wuille
2013-09-19Bugfix: nHeightLast instead of nHeightFirstPieter Wuille
2013-09-19Fix minor unit test memory leaksPieter Wuille
2013-09-18win32: add version info to bitcoind.exeCory Fields
2013-09-18autotools: fix the Makefile.include to be safely included anywhere.Cory Fields
2013-09-18autotools: fix subdir m4 check, never let it return -ICory Fields
2013-09-18qt: english translation updateWladimir J. van der Laan
2013-09-18Add src/.gitignore: ignore src/test_bitcoinJeff Garzik
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-09-18Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen
2013-09-17Add getnetworkhashps to get the calculated network hashratecoblee
2013-09-16included-tests: generate binary data from test files for inclusion into test ...Cory Fields
2013-09-16Merge pull request #3000 from gmaxwell/more_osx_fsyncJeff Garzik
2013-09-16autotools: fix a parallel build race condition spotted by the pull-testerCory Fields
2013-09-15More fixes for blockchain corruption on OSX.Gregory Maxwell
2013-09-14Merge pull request #2996 from theuni/qt-translationGavin Andresen
2013-09-14autotools: add translate target for qt translationsCory Fields
2013-09-14Bitcoin-Qt: BitcoinGUI::message() updates/fixesPhilip Kaufmann
2013-09-14autotools: rearrange qt sources to make them more flexibleCory Fields
2013-09-12Make validateaddress provide redeemScriptPeter Todd
2013-09-12Add RPC call decodescriptPeter Todd
2013-09-12Move Parse{Hash|Hex} to be usable by all RPC codePeter Todd
2013-09-10Merge pull request #2979 from luke-jr/autoconfGregory Maxwell
2013-09-10Merge pull request #2982 from gmaxwell/20130908_ccoins_corruptGregory Maxwell
2013-09-10Bugfix: Since test_bitcoin is being built and run inside src/test/, try using...Luke Dashjr
2013-09-10configure: Check common include subdirectories for bdb headers, and refuse to...Luke Dashjr
2013-09-10autotools: use an absolute path to test dataCory Fields
2013-09-09fix some cosmetic glitches in the codebasePhilip Kaufmann
2013-09-09Longer term workaround for chainstate corruption from negative versions.Gregory Maxwell
2013-09-08Merge pull request #2968 from TheBlueMatt/masterGavin Andresen
2013-09-06Merge pull request #2943 from theuni/autotools-finalJeff Garzik
2013-09-06Merge pull request #2976 from laanwj/2013_09_txid_detailsWladimir J. van der Laan