Age | Commit message (Expand) | Author |
2013-08-15 | Mempool consistency check | Pieter Wuille |
2013-08-02 | Simplify storage of orphan transactions | Gavin Andresen |
2013-07-31 | Move internal miner/block creation to separate miner.cpp module. | Jeff Garzik |
2013-07-31 | Minor miner fixes (hey hey it's fun to say) | Jeff Garzik |
2013-07-10 | Merge pull request #2743 from jgarzik/reject-reason | Jeff Garzik |
2013-06-24 | Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in... | Eric Lombrozo |
2013-06-23 | Moved CBlock from main.h to core.h | Eric Lombrozo |
2013-06-23 | Pulled AcceptBlock out of CBlock. | Eric Lombrozo |
2013-06-23 | Pulled CheckBlock out of CBlock. | Eric Lombrozo |
2013-06-23 | Pulled AddToBlockIndex out of CBlock. | Eric Lombrozo |
2013-06-23 | Pulled ConnectBlock out of CBlock. | Eric Lombrozo |
2013-06-23 | Pulled DisconnectBlock out of CBlock. | Eric Lombrozo |
2013-06-23 | Moved ReadBlockFromDisk implementation to main.cpp | Eric Lombrozo |
2013-06-23 | Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma... | Eric Lombrozo |
2013-06-23 | Moved WriteBlockToDisk implementation from main.h to main.cpp | Eric Lombrozo |
2013-06-23 | Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk i... | Eric Lombrozo |
2013-06-22 | Merge pull request #2778 from jgarzik/rpc-verifydb | Jeff Garzik |
2013-06-23 | Log reason for non-standard transaction rejection | Jeff Garzik |
2013-06-22 | Merge pull request #2660 from TheBlueMatt/gmfrefactor | Pieter Wuille |
2013-06-19 | Pass check level, check depth to VerifyDB() | Jeff Garzik |
2013-06-19 | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn |
2013-06-19 | Move implementation of some CBlockLocator methods | Mike Hearn |
2013-06-14 | Refactor fee rules to make them actually readable. | Matt Corallo |
2013-06-13 | Remove broken option to skip input checking for wallet txn. | Matt Corallo |
2013-06-06 | Removed the main.h include from net.cpp. | Eric Lombrozo |
2013-06-05 | Using boost::signals2 to message main from net.cpp. | Eric Lombrozo |
2013-06-05 | Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. | Eric Lombrozo |
2013-06-05 | Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core. | Eric Lombrozo |
2013-06-05 | Removed AcceptToMemoryPool method from CTransaction. This method belongs to t... | Eric Lombrozo |
2013-06-05 | Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg... | Eric Lombrozo |
2013-06-05 | Created core.h/core.cpp, added to makefiles. Started moving core structures f... | Eric Lombrozo |
2013-06-05 | Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL... | Eric Lombrozo |
2013-06-04 | build: add global var for whether or not the gui is enabled | Cory Fields |
2013-05-30 | Merge pull request #2644 from sipa/constfindblock | Jeff Garzik |
2013-05-21 | CreateNewBlock performance improvements | Pieter Wuille |
2013-05-12 | Make FindBlockByHeight constant-time. | Pieter Wuille |
2013-05-04 | Merge pull request #2577 from gavinandresen/fee_bandaid | Gavin Andresen |
2013-05-03 | Un-hardcode TX_FEE constants | Gavin Andresen |
2013-05-03 | Define dust transaction outputs, and make them non-standard | Gavin Andresen |
2013-05-01 | Improve gettxoutsetinfo command | Pieter Wuille |
2013-04-12 | Use a uint256 for bnChainWork | Pieter Wuille |
2013-04-09 | Merge pull request #2478 from sipa/fullhash | Gavin Andresen |
2013-04-08 | Merge pull request #2403 from gmaxwell/minfee-to-relayfee | Pieter Wuille |
2013-04-07 | Always print full hashes (tx, block, inv) | Pieter Wuille |
2013-04-03 | Port Thread* methods to boost::thread_group | Gavin Andresen |
2013-03-22 | Make MIN_TX_FEE match MIN_RELAY_TX_FEE. | Gregory Maxwell |
2013-02-23 | Merge pull request #2186 from Diapolo/misc_stuff | Wladimir J. van der Laan |
2013-02-22 | Merge pull request #2221 from sipa/perfo | Gavin Andresen |
2013-02-20 | small changes in init, main, checkpoints.h and bitcoin-qt.pro | Philip Kaufmann |
2013-02-17 | Improve block database load error reporting | Pieter Wuille |