aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | GUI: fix sendcoinsdialog/sendcoinsentryCozz Lovan2013-09-241-1/+1
* | | | | | | | | | | Merge pull request #3026 from sipa/checkunspendPieter Wuille2013-09-252-5/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Skip unspendable outputs in consistency checkPieter Wuille2013-09-242-5/+10
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2791 from sipa/provepruneGavin Andresen2013-09-232-1/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Prune provably-unspendable outputsPieter Wuille2013-07-102-1/+14
* | | | | | | | | | | Merge pull request #3016 from sipa/lowsPieter Wuille2013-09-231-9/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use 'low S' as malleability breaker rather than 'even S'Pieter Wuille2013-09-201-9/+11
* | | | | | | | | | | | Merge pull request #3023 from Michagogo/pgpGavin Andresen2013-09-233-0/+35
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Adjust weight for michagogo in gitian download scriptsMicha2013-09-222-2/+2
| * | | | | | | | | | | | Add michagogo to gitian download scriptsMicha2013-09-213-0/+35
* | | | | | | | | | | | | Merge pull request #2949 from gmaxwell/fewer_fee_footgunsGavin Andresen2013-09-224-5/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [raw] reject insanely high fees by default in sendrawtransactionGregory Maxwell2013-08-284-5/+15
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2995 from Diapolo/GUI_messageWladimir J. van der Laan2013-09-201-14/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Bitcoin-Qt: BitcoinGUI::message() updates/fixesPhilip Kaufmann2013-09-141-14/+21
* | | | | | | | | | | | | | Merge pull request #3020 from Diapolo/LogPrint_fixesPieter Wuille2013-09-203-14/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | fix some printf -> LogPrintf leftoversPhilip Kaufmann2013-09-203-14/+6
* | | | | | | | | | | | | | Tweaks to the top-level pull-tester scriptGavin Andresen2013-09-201-4/+11
* | | | | | | | | | | | | | Rename BitcoinjBitcoindComparisonTool just BitcoindComparisonToolGavin Andresen2013-09-201-1/+2
* | | | | | | | | | | | | | Master pull-tester-driver python scriptGavin Andresen2013-09-201-0/+174
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #3021 from Diapolo/fix_extract_strings_qtWladimir J. van der Laan2013-09-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix extract_strings_qt.pyPhilip Kaufmann2013-09-191-1/+1
* | | | | | | | | | | | | | 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