aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | Merge pull request #3019 from sipa/fugbixPieter Wuille2013-09-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Bugfix: nHeightLast instead of nHeightFirstPieter Wuille2013-09-191-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Fix gitian: bitcoin-deps is at version 0.0.7Gavin Andresen2013-09-192-4/+6
* | | | | | | | | | | | | | | | Merge pull request #3014 from theuni/gitian-fixupsGavin Andresen2013-09-183-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | gitian: remove obsolete --disable-debug flagCory Fields2013-09-182-4/+4
| * | | | | | | | | | | | | | | | gitian: fix win32 build after configure bdb changesCory Fields2013-09-182-4/+4
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #3017 from sipa/unitleaksGavin Andresen2013-09-182-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix minor unit test memory leaksPieter Wuille2013-09-192-0/+5
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | configure.ac: remove unneeded OSX flagsJeff Garzik2013-09-181-3/+0
* | | | | | | | | | | | | | | Merge pull request #3011 from jgarzik/autoconfJeff Garzik2013-09-181-22/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | configure.ac: remove debug/release concept, prefer autotools default CXXFLAGSJeff Garzik2013-09-181-22/+3
* | | | | | | | | | | | | | | | qt: english translation updateWladimir J. van der Laan2013-09-181-53/+144
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Add src/.gitignore: ignore src/test_bitcoinJeff Garzik2013-09-181-0/+3
* | | | | | | | | | | | | | | Merge pull request #3009 from gavinandresen/LogPrintJeff Garzik2013-09-1829-399/+389
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-1829-392/+374
| * | | | | | | | | | | | | | Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen2013-09-185-8/+16
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #2985 from theuni/included-testsGavin Andresen2013-09-1613-70/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | included-tests: generate binary data from test files for inclusion into test ...Cory Fields2013-09-1611-70/+74
| * | | | | | | | | | | | | | included-tests: update gitian descriptors for hexdump dependencyCory Fields2013-09-162-0/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #3000 from gmaxwell/more_osx_fsyncJeff Garzik2013-09-161-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | More fixes for blockchain corruption on OSX.Gregory Maxwell2013-09-151-0/+2
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #3001 from theuni/fix-make-raceGavin Andresen2013-09-151-6/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | autotools: fix a parallel build race condition spotted by the pull-testerCory Fields2013-09-161-6/+5
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #2996 from theuni/qt-translationGavin Andresen2013-09-145-23/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | autotools: update translation docsCory Fields2013-09-141-6/+5
| * | | | | | | | | | | | autotools: check for lupdate/xgettextCory Fields2013-09-141-0/+9
| * | | | | | | | | | | | autotools: add translate target for qt translationsCory Fields2013-09-142-0/+12
| * | | | | | | | | | | | autotools: teach extract_strings_qt.py to respect the XGETTEXT env variableCory Fields2013-09-141-1/+3
| * | | | | | | | | | | | autotools: rearrange qt sources to make them more flexibleCory Fields2013-09-141-16/+20
* | | | | | | | | | | | | Merge pull request #2830 from petertodd/p2sh-rpcGregory Maxwell2013-09-125-38/+69
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Make validateaddress provide redeemScriptPeter Todd2013-09-121-0/+1
| * | | | | | | | | | | | Add RPC call decodescriptPeter Todd2013-09-124-5/+31
| * | | | | | | | | | | | Move Parse{Hash|Hex} to be usable by all RPC codePeter Todd2013-09-123-33/+37
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2979 from luke-jr/autoconfGregory Maxwell2013-09-1010-27/+98
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Bugfix: Since test_bitcoin is being built and run inside src/test/, try using...Luke Dashjr2013-09-103-3/+6
| * | | | | | | | | | | | configure: Prefer specific known-good versions of Qt metacompiler toolsLuke Dashjr2013-09-101-4/+4
| * | | | | | | | | | | | build-unix.md: Remove now-redundant and unnecessary Gentoo instructionsLuke Dashjr2013-09-101-16/+0
| * | | | | | | | | | | | configure: Check common include subdirectories for bdb headers, and refuse to...Luke Dashjr2013-09-105-2/+86
| * | | | | | | | | | | | autotools: use an absolute path to test dataCory Fields2013-09-101-2/+2
* | | | | | | | | | | | | Merge pull request #2982 from gmaxwell/20130908_ccoins_corruptGregory Maxwell2013-09-101-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Longer term workaround for chainstate corruption from negative versions.Gregory Maxwell2013-09-091-1/+6
* | | | | | | | | | | | | Merge pull request #2961 from Diapolo/cosmeticWladimir J. van der Laan2013-09-0911-37/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | fix some cosmetic glitches in the codebasePhilip Kaufmann2013-09-0911-37/+33
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2968 from TheBlueMatt/masterGavin Andresen2013-09-081-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Don't warn about forks while fIsInitialDownloadMatt Corallo2013-09-031-0/+5
* | | | | | | | | | | | | Merge pull request #2977 from laanwj/2013_09_release_process_protobufGavin Andresen2013-09-082-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Qt 4.8.3 r2 in gitian and release processWladimir J. van der Laan2013-09-052-1/+2
| * | | | | | | | | | | | Add protobuf 2.5.0 download to gitian release processWladimir J. van der Laan2013-09-051-0/+3
* | | | | | | | | | | | | configure.ac: remove superfluous bracketJeff Garzik2013-09-071-1/+1
* | | | | | | | | | | | | Merge pull request #2943 from theuni/autotools-finalJeff Garzik2013-09-0659-1508/+3527
|\ \ \ \ \ \ \ \ \ \ \ \ \