2118 Commits (2e2fca4439b4651e28c13237999ab84e06481c9d)

Author SHA1 Message Date
Matt Corallo 38fe2e6a68 Add missing calls to ranlib in Windows makefiles 12 years ago
Matt Corallo f53b125507 Fix linux-mingw makefile's leveldb build by setting CXX. 12 years ago
Matt Corallo 3b4f8ad71d Use && instead of ; in leveldb calls to makefile. 12 years ago
Gavin Andresen 34226be7a8 New createmultisig rpc command 12 years ago
Gavin Andresen 03346a61b1 Add redeemScript to listunspent output and signrawtransaction input 12 years ago
Gavin Andresen 2d43f88e1f Tests for raw transactions argument checking 12 years ago
Gavin Andresen c4d884e20e No need for test fixture now that multisig is enabled on main network. 12 years ago
Pieter Wuille 28982cc9dc Remove P2SH transition code: P2SH violations may cause DoS trigger 12 years ago
Pieter Wuille 0b297a614f Bugfix: don't crash by trying to write unchanged best block 12 years ago
Philip Kaufmann 6b3783a9c9 fix some double-spaces in strings 12 years ago
Pieter Wuille bb790aa24d First flush block tree, then coin set 12 years ago
tucenaber 3026baaa7c Added checks for null pointers in Shutdown 12 years ago
Philip Kaufmann 847593228d fix some thread related log messages 12 years ago
Philip Kaufmann 83a3fb81f3 ensure AskPassphraseDialog::eventFilter forwards events 12 years ago
Wladimir J. van der Laan 62e21fb5d0 Show warning when using prerelease version 12 years ago
Gregory Maxwell 3beac9837f Don't force getblocktemplate to have a parameter. 12 years ago
Wladimir J. van der Laan 4fbad9124e Fix out-of-bounds read noticed by Ricardo Correia 12 years ago
Gregory Maxwell faff50d129 Fixes a race condition in CreateNewBlock and a future null deref on testnet. 12 years ago
Pieter Wuille 4afc0b5411 Bugfix: actually use CCoinsViewMemPool 12 years ago
Pieter Wuille c2ed184f98 Added some comments 12 years ago
Pieter Wuille 1e64c2d585 Bugfix: off-by-one in priority calculation 12 years ago
Pieter Wuille 9e957fb3b1 Bugfix: add missing fee check 12 years ago
Pieter Wuille 56424040a4 Bugfix: off-by-one error in coinbase maturity check 12 years ago
Alex 39ad0aa692 Fixed 100% CPU utilization problem on FreeBSD 9 12 years ago
Alex 17bfb1f437 Fixed compile error on FreeBSD 9. 12 years ago
Philip Kaufmann 729b180686 change blockchain -> block chain (spelling) 12 years ago
Philip Kaufmann 039bcbf12d remove init messages from ThreadImport() 12 years ago
Pieter Wuille 80fe60959d Tab instead of 4 spaces in makefile.mingw 12 years ago
Pieter Wuille ddba582377 Bugfix: do not mark all future coins spent 12 years ago
Pieter Wuille fcfa7a588e Update version numbers to 0.7.99 12 years ago
Pieter Wuille 4ca60bba5c Remove BDB block database support 12 years ago
Pieter Wuille beeb57610c Add gettxout and gettxoutsetinfo RPCs 12 years ago
Pieter Wuille e1bfbab802 Add LevelDB MemEnv support 12 years ago
Pieter Wuille 2d8a48292b LevelDB block and coin databases 12 years ago
Pieter Wuille 44d40f26dc Flush and sync block data 12 years ago
Pieter Wuille d979e6e36a Use singleton block tree database instance 12 years ago
Pieter Wuille 857c61df0b Prepare database format for multi-stage block processing 12 years ago
Pieter Wuille 4fea06db25 Automatically reorganize at startup to best known block 12 years ago
Pieter Wuille 13c51f20f6 Direct CCoins references 12 years ago
Pieter Wuille 64dd46fd05 Transaction hash caching 12 years ago
Pieter Wuille ae8bfd12da Batch block connection during IBD 12 years ago
Pieter Wuille 450cbb0944 Ultraprune 12 years ago
Pieter Wuille bba89aa82a Pre-allocate block and undo files in chunks 12 years ago
Pieter Wuille 5382bcf8cd Multiple blocks per file 12 years ago
Pieter Wuille 8adf48dc9b Preliminary undo file creation 12 years ago
Pieter Wuille 630fd8dcb6 One file per block 12 years ago
Pieter Wuille 44ac1c0fe3 Add CTxUndo: transaction undo information 12 years ago
Pieter Wuille 10fd8604d7 Add CCoins: pruned list of transaction outputs 12 years ago
Pieter Wuille 0fa593d0fb Compact serialization for amounts 12 years ago
Pieter Wuille 69fc8047a9 Compact serialization for scripts 12 years ago