aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-19fix extract_strings_qt.pyPhilip Kaufmann
2013-09-19Fix gitian: bitcoin-deps is at version 0.0.7Gavin Andresen
2013-09-18Merge pull request #3014 from theuni/gitian-fixupsGavin Andresen
2013-09-18Merge pull request #3017 from sipa/unitleaksGavin Andresen
2013-09-19Fix minor unit test memory leaksPieter Wuille
2013-09-18gitian: remove obsolete --disable-debug flagCory Fields
2013-09-18gitian: fix win32 build after configure bdb changesCory Fields
2013-09-18configure.ac: remove unneeded OSX flagsJeff Garzik
2013-09-18Merge pull request #3011 from jgarzik/autoconfJeff Garzik
2013-09-18configure.ac: remove debug/release concept, prefer autotools default CXXFLAGSJeff Garzik
2013-09-18qt: english translation updateWladimir J. van der Laan
2013-09-18Add src/.gitignore: ignore src/test_bitcoinJeff Garzik
2013-09-18Merge pull request #3009 from gavinandresen/LogPrintJeff Garzik
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-09-18Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen
2013-09-16Merge pull request #2985 from theuni/included-testsGavin Andresen
2013-09-16included-tests: generate binary data from test files for inclusion into test ...Cory Fields
2013-09-16included-tests: update gitian descriptors for hexdump dependencyCory Fields
2013-09-16Merge pull request #3000 from gmaxwell/more_osx_fsyncJeff Garzik
2013-09-15Merge pull request #3001 from theuni/fix-make-raceGavin Andresen
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: update translation docsCory Fields
2013-09-14autotools: check for lupdate/xgettextCory Fields
2013-09-14autotools: add translate target for qt translationsCory Fields
2013-09-14autotools: teach extract_strings_qt.py to respect the XGETTEXT env variableCory Fields
2013-09-14autotools: rearrange qt sources to make them more flexibleCory Fields
2013-09-12Merge pull request #2830 from petertodd/p2sh-rpcGregory Maxwell
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: Prefer specific known-good versions of Qt metacompiler toolsLuke Dashjr
2013-09-10build-unix.md: Remove now-redundant and unnecessary Gentoo instructionsLuke 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-09Merge pull request #2961 from Diapolo/cosmeticWladimir J. van der Laan
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-08Merge pull request #2977 from laanwj/2013_09_release_process_protobufGavin Andresen
2013-09-07configure.ac: remove superfluous bracketJeff Garzik
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-06Merge pull request #2973 from Diapolo/qDebugWladimir 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