aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow setting a different linker than compiler in makefile.unixMatt Corallo2012-08-201-2/+4
* Add data-driven transaction tests.Matt Corallo2012-08-203-0/+216
* Add a few test cases to data-driven script tests.Matt Corallo2012-08-202-2/+195
* Merge pull request #1641 from jgarzik/mempoolJeff Garzik2012-08-203-4/+37
|\
| * Add 'mempool' P2P command, and extend 'getdata' behaviorJeff Garzik2012-07-313-4/+37
* | Merge pull request #1686 from Diapolo/fix_commentJeff Garzik2012-08-181-1/+1
|\ \
| * | fix a comment in addrman.cppPhilip Kaufmann2012-08-181-1/+1
|/ /
* | Merge pull request #1673 from Diapolo/Qt_Win_ASLR_DEP_linker_flagWladimir J. van der Laan2012-08-181-0/+3
|\ \
| * | Bitcoin-Qt (Windows only): add ASLR and DEP linker flagsPhilip Kaufmann2012-08-181-0/+3
* | | Merge pull request #1680 from Diapolo/add_message_on_blockimportWladimir J. van der Laan2012-08-171-0/+1
|\ \ \ | |/ / |/| |
| * | add splashscreen message when importing blocks via -loadblockPhilip Kaufmann2012-08-171-0/+1
* | | Merge pull request #1681 from TheBlueMatt/fixtestsGregory Maxwell2012-08-171-0/+2
|\ \ \
| * | | Remove useless non-cross-platform tests.Matt Corallo2012-08-171-0/+2
|/ / /
* | | Merge pull request #1607 from Diapolo/Qt_Win_exe_descWladimir J. van der Laan2012-08-171-0/+26
|\ \ \
| * | | Bitcoin-Qt (Windows only): extend Resource FilePhilip Kaufmann2012-08-141-0/+26
| |/ /
* | | Merge pull request #1678 from Diapolo/LoadExternalBlockFile_add_timerJeff Garzik2012-08-171-1/+3
|\ \ \
| * | | log how long LoadExternalBlockFile() takes in ms (Benchmark)Philip Kaufmann2012-08-171-1/+3
| |/ /
* | | Merge pull request #1679 from Diapolo/fix_sign_warningPieter Wuille2012-08-171-1/+1
|\ \ \ | |/ / |/| |
| * | fix a compiler sign warning in OpenBlockFile()Philip Kaufmann2012-08-171-1/+1
|/ /
* | Merge pull request #1649 from Diapolo/optionsdialogWladimir J. van der Laan2012-08-133-12/+23
|\ \
| * | small UX update for optionsdialogPhilip Kaufmann2012-08-023-12/+23
* | | Merge pull request #1614 from Diapolo/Qt_Win_enable_DEPWladimir J. van der Laan2012-08-131-2/+14
|\ \ \
| * | | Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exePhilip Kaufmann2012-08-031-2/+14
* | | | Merge pull request #936 from luke-jr/gmp_bipGregory Maxwell2012-08-131-18/+93
|\ \ \ \
| * \ \ \ Merge branch 'gmp_bip_0.6.0' into gmp_bipLuke Dashjr2012-08-031-18/+93
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Minimal BIP 22 (getblocktemplate) supportLuke Dashjr2012-08-031-20/+95
* | | | | Merge pull request #1623 from Diapolo/pro-file-set-targetWladimir J. van der Laan2012-08-121-1/+1
|\ \ \ \ \
| * | | | | set TARGET = bitcoin-qt in project filePhilip Kaufmann2012-07-231-1/+1
* | | | | | Revert "Make this error message similar to the others"Wladimir J. van der Laan2012-08-121-1/+1
* | | | | | Merge pull request #1661 from laanwj/2012_08_stringsupdateWladimir J. van der Laan2012-08-092-110/+151
|\ \ \ \ \ \
| * | | | | | Update English translation stringsWladimir J. van der Laan2012-08-072-110/+151
* | | | | | | Merge pull request #1655 from gmaxwell/signrawtransaction_fix_missingGregory Maxwell2012-08-091-3/+8
|\ \ \ \ \ \ \
| * | | | | | | Correctly handle missing inputs in signrawtransaction. Fixes #1654.Gregory Maxwell2012-08-061-3/+8
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1658 from TheBlueMatt/qttestJeff Garzik2012-08-075-11/+15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix test_bitcoin build in makefile.linux-mingwMatt Corallo2012-08-081-3/+4
| * | | | | | Fix Qt test cases by moving address checks to parseBitcoinURIMatt Corallo2012-08-072-6/+4
| * | | | | | Fix Win32 compiling of qt/test/uritests.cppMatt Corallo2012-08-071-1/+1
| * | | | | | Return !0 when qt tests fail.Matt Corallo2012-08-071-1/+6
| |/ / / / /
* | | | | | Merge pull request #1660 from fanquake/masterWladimir J. van der Laan2012-08-071-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make this error message similar to the othersfanquake2012-08-071-1/+1
|/ / / / /
* | | | | Merge pull request #1650 from Diapolo/spelling_fixesJeff Garzik2012-08-023-5/+5
|\ \ \ \ \
| * | | | | fix further spelling errors / remove a tab in the sourcePhilip Kaufmann2012-08-023-5/+5
* | | | | | Merge pull request #1644 from Diapolo/update_translationsWladimir J. van der Laan2012-08-0234-29676/+33161
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Translations update 2012-08-01 (fetched from Transifex)Philip Kaufmann2012-08-0134-29676/+33161
| | |_|/ / | |/| | |
* | | | | Merge pull request #1646 from Diapolo/only_upd_changed_valsWladimir J. van der Laan2012-08-021-3/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | only update cached values in ClientModel::updateTimer() when they are changedPhilip Kaufmann2012-08-011-3/+5
|/ / / /
* | | | Merge pull request #1612 from luke-jr/opti_getblkhashGregory Maxwell2012-08-013-4/+21
|\ \ \ \
| * | | | Optimize JSON-RPC getblockhashLuke Dashjr2012-08-013-4/+21
* | | | | Merge pull request #1632 from luke-jr/spellingJeff Garzik2012-08-0139-97/+97
|\ \ \ \ \
| * | | | | Bugfix: Correct English grammar regarding "'s"Luke Dashjr2012-08-0112-19/+19