aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Restore OSX 10.5 compatibility (do not use pthread_setname_np)Gavin Andresen2012-08-211-2/+5
* | | | | | Fix 32-bit build error: include util.h to get int64 typedefGavin Andresen2012-08-211-0/+2
|/ / / / /
* | | | | Merge pull request #1693 from jgarzik/rpcwalletJeff Garzik2012-08-2110-1634/+1702
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik2012-08-2110-197/+214
| * | | | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik2012-08-217-1437/+1488
* | | | | Merge pull request #1687 from gavinandresen/quietunitPieter Wuille2012-08-212-2/+2
|\ \ \ \ \
| * | | | | Suppress output when running unit tests.Gavin Andresen2012-08-202-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #1690 from gavinandresen/signrawtx_nullGregory Maxwell2012-08-213-22/+28
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow signrawtransaction '...' null null 'hashtype'Gavin Andresen2012-08-203-22/+28
* | | | | RPC: submitblock returns null on success, string on errorJeff Garzik2012-08-211-2/+2
| |_|/ / |/| | |
* | | | RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik2012-08-216-365/+393
* | | | RPC, cosmetic: de-indent getblocktemplate()Jeff Garzik2012-08-211-95/+93
* | | | RPC: split new 'submitblock' out of 'getblocktemplate'Jeff Garzik2012-08-211-20/+32
|/ / /
* | | Merge pull request #1689 from gavinandresen/rawtx_singlefixGregory Maxwell2012-08-201-1/+5
|\ \ \
| * | | When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outp...Gavin Andresen2012-08-201-1/+5
| |/ /
* | | Reject block.nVersion<=1 blocks if network has upgraded to version=2Gavin Andresen2012-08-201-1/+10
* | | Block height in coinbase as a new block ruleGavin Andresen2012-08-202-2/+34
* | | Set block.nVersion to fix miner unit testGavin Andresen2012-08-201-0/+1
|/ /
* | 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
* | | fix a comment in addrman.cppPhilip Kaufmann2012-08-181-1/+1
* | | 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
* | | | 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
| |/ / /
* / / / 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
* | | | | | 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
| |/ / / / /
* / / / / / 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
|\ \ \ \ \ \ | |/ / / / / |/| | | | |