3229 Commits (4ca60bba5c3b8394c252715c71e8758d63c316ee)
 

Author SHA1 Message Date
xanatos 331544bc37 Spaces in strings 12 years ago
xanatos b765385a3e Removed useless assignment 12 years ago
Wladimir J. van der Laan 0b886ad1bd Make CCrypter use LockedPageManager to manage locked pages 12 years ago
Wladimir J. van der Laan e95568b78d Handle locked pages more robustly (Fixes issue #1462) 12 years ago
Wladimir J. van der Laan fedd060d81 Merge pull request #1700 from laanwj/2012_08_testsotherfiles 12 years ago
Gregory Maxwell a159d6caf0 Merge pull request #1694 from sipa/fix_netloops 12 years ago
Wladimir J. van der Laan 4942b21203 bitcoin-qt.pro: Add test sources to OTHER_FILES so that they can be edited easier in Qt creator 12 years ago
Wladimir J. van der Laan ba1cdb6883 Merge pull request #1701 from laanwj/2012_08_pull_transifex 12 years ago
Wladimir J. van der Laan d9725378b0 Update translations from transifex 12 years ago
Pieter Wuille f161a2c211 Fix infinite loops in connection logic 12 years ago
Pieter Wuille 1a3dcca8f4 Merge pull request #1695 from sipa/noloadorphan 12 years ago
Gavin Andresen 80cfc3a485 Checkpoint at block 193,000 12 years ago
Gavin Andresen f39ab4c8d0 Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoin 12 years ago
Pieter Wuille 5c88e3c108 Do not accept orphan blocks in -loadblock mode 12 years ago
Jeff Garzik 1954d40691 Merge pull request #1493 from jgarzik/unlocked-rpc 12 years ago
Jeff Garzik 0e1d3551da RPC: add facility to enable RPCs to run outside cs_main, wallet locks 12 years ago
Gavin Andresen cd58f05894 Restore OSX 10.5 compatibility (do not use pthread_setname_np) 12 years ago
Gavin Andresen b4b7ed1915 Fix 32-bit build error: include util.h to get int64 typedef 12 years ago
Jeff Garzik 5f2b41d54d Merge pull request #1693 from jgarzik/rpcwallet 12 years ago
Jeff Garzik c625ae04d2 RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module 12 years ago
Jeff Garzik e3bc569865 RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module 12 years ago
Pieter Wuille 143acc7672 Merge pull request #1687 from gavinandresen/quietunit 12 years ago
Gregory Maxwell 4a4a0c1196 Merge pull request #1690 from gavinandresen/signrawtx_null 12 years ago
Jeff Garzik a483c27704 Merge pull request #1691 from jgarzik/submitwork 12 years ago
Jeff Garzik a2168d94c0 RPC: submitblock returns null on success, string on error 12 years ago
Jeff Garzik 7600e7fc39 RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code 12 years ago
Jeff Garzik ddd1ffb4f1 RPC, cosmetic: de-indent getblocktemplate() 12 years ago
Jeff Garzik 79f2525ab6 RPC: split new 'submitblock' out of 'getblocktemplate' 12 years ago
Gavin Andresen cc6dfd1f4b Allow signrawtransaction '...' null null 'hashtype' 12 years ago
Gregory Maxwell b86da2abe8 Merge pull request #1689 from gavinandresen/rawtx_singlefix 12 years ago
Jeff Garzik af3b5ea569 Merge pull request #1526 from gavinandresen/heightincoinbase 12 years ago
Gavin Andresen d5e7b61173 When using SIGHASH_SINGLE, do not sign inputs that have no corresponding outputs. 12 years ago
Matt Corallo da9e86c3b6 Allow setting a different linker than compiler in makefile.unix 12 years ago
Matt Corallo fc4743faa8 Add data-driven transaction tests. 12 years ago
Matt Corallo 336a0abbbb Add a few test cases to data-driven script tests. 12 years ago
Gavin Andresen 4d51be1cf3 Suppress output when running unit tests. 12 years ago
Gavin Andresen d18f2fd9d6 Reject block.nVersion<=1 blocks if network has upgraded to version=2 12 years ago
Gavin Andresen de237cbfa4 Block height in coinbase as a new block rule 12 years ago
Gavin Andresen 3fcec0d4a0 Set block.nVersion to fix miner unit test 12 years ago
Jeff Garzik b3a570d158 Merge pull request #1641 from jgarzik/mempool 12 years ago
Jeff Garzik 89a7bd644f Merge pull request #1686 from Diapolo/fix_comment 12 years ago
Philip Kaufmann 30c8a40847 fix a comment in addrman.cpp 12 years ago
Wladimir J. van der Laan 221497c61b Merge pull request #1673 from Diapolo/Qt_Win_ASLR_DEP_linker_flag 12 years ago
Philip Kaufmann 8e2ebc0106 Bitcoin-Qt (Windows only): add ASLR and DEP linker flags 12 years ago
Wladimir J. van der Laan 8765d20b1e Merge pull request #1680 from Diapolo/add_message_on_blockimport 12 years ago
Gregory Maxwell 10ffb45667 Merge pull request #1681 from TheBlueMatt/fixtests 12 years ago
Matt Corallo 8555a3e3cc Remove useless non-cross-platform tests. 12 years ago
Wladimir J. van der Laan a108d3defb Merge pull request #1607 from Diapolo/Qt_Win_exe_desc 12 years ago
Jeff Garzik dabb95b892 Merge pull request #1678 from Diapolo/LoadExternalBlockFile_add_timer 12 years ago
Pieter Wuille 63046fcf62 Merge pull request #1679 from Diapolo/fix_sign_warning 12 years ago