aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-09-05Merge pull request #2978 from gmaxwell/rpc_settxfee_docGavin Andresen
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-09-05Make settxfee clear that units are btc/kb.Gregory Maxwell
2013-09-05Qt 4.8.3 r2 in gitian and release processWladimir J. van der Laan
2013-09-05Add protobuf 2.5.0 download to gitian release processWladimir J. van der Laan
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-02Merge pull request #2967 from tstranex/masterPieter Wuille
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-09-02Merge pull request #2963 from Diapolo/log-qtWladimir J. van der Laan