aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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
2013-09-06qt: add vout index to transaction id in transactions details dialogWladimir J. van der Laan
2013-09-06Bitcoin-Qt: Use qDebug() for printing to debug.logPhilip Kaufmann
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-09-05Make settxfee clear that units are btc/kb.Gregory Maxwell
2013-09-03Merge pull request #2944 from gavinandresen/acceptheaderGavin Andresen
2013-09-03Don't warn about forks while fIsInitialDownloadMatt Corallo
2013-09-02Merge pull request #2948 from jgarzik/changeaddrGregory Maxwell
2013-09-02Merge pull request #2958 from laanwj/2013_08_txfee2Wladimir J. van der Laan
2013-09-02Fix typo in a comment: it's base58, not base48.Timothy Stranex
2013-09-02Merge pull request #2951 from laanwj/2013_08_addressbook_purposeWladimir J. van der Laan
2013-08-31Bitcoin-Qt: allow to differentiate Qt log entries from corePhilip Kaufmann