aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2013-06-25Merge pull request #2209 from CodeShark/WalletRegistrationLocksPieter Wuille
2013-06-25Merge pull request #2792 from sipa/coreimplJeff Garzik
2013-06-25Truncate oversize 'tx' messages before relaying/storing.Peter Todd
2013-06-25Move core implementations to core.cppPieter Wuille
2013-06-24Added locks on the setpwalletRegistered functions in main.cpp and added an Un...Eric Lombrozo
2013-06-23Pulled AcceptBlock out of CBlock.Eric Lombrozo
2013-06-23Pulled CheckBlock out of CBlock.Eric Lombrozo
2013-06-23Pulled AddToBlockIndex out of CBlock.Eric Lombrozo
2013-06-23Pulled ConnectBlock out of CBlock.Eric Lombrozo
2013-06-23Pulled DisconnectBlock out of CBlock.Eric Lombrozo
2013-06-23Moved ReadBlockFromDisk implementation to main.cppEric Lombrozo
2013-06-23Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...Eric Lombrozo
2013-06-23Moved WriteBlockToDisk implementation from main.h to main.cppEric Lombrozo
2013-06-23Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk i...Eric Lombrozo
2013-06-22Merge pull request #2778 from jgarzik/rpc-verifydbJeff Garzik
2013-06-22Merge pull request #2660 from TheBlueMatt/gmfrefactorPieter Wuille
2013-06-19RPC: add 'verifychain', to verify chain database at runtimeJeff Garzik
2013-06-19Pass check level, check depth to VerifyDB()Jeff Garzik
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-06-19Move implementation of some CBlockLocator methodsMike Hearn
2013-06-14Refactor fee rules to make them actually readable.Matt Corallo
2013-06-13Remove broken option to skip input checking for wallet txn.Matt Corallo
2013-06-05Using boost::signals2 to message main from net.cpp.Eric Lombrozo
2013-06-05Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.Eric Lombrozo
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-06-05Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...Eric Lombrozo
2013-06-05Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL...Eric Lombrozo
2013-06-04build: add global var for whether or not the gui is enabledCory Fields
2013-06-01remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann
2013-05-30Merge pull request #2644 from sipa/constfindblockJeff Garzik
2013-05-30Merge pull request #2657 from gmaxwell/its_after_may15_foreverJeff Garzik
2013-05-22More bestblock records in walletsPieter Wuille
2013-05-21CreateNewBlock performance improvementsPieter Wuille
2013-05-16It's after 2013-05-15 forever now, so remove the code for the May 15 fork.Gregory Maxwell
2013-05-12Make FindBlockByHeight constant-time.Pieter Wuille
2013-05-04Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen
2013-05-03Un-hardcode TX_FEE constantsGavin Andresen
2013-05-03Define dust transaction outputs, and make them non-standardGavin Andresen
2013-04-25Allow the default key to be unavailablePieter Wuille
2013-04-18Do not invoke DoS for non-canonical sigsPieter Wuille
2013-04-14Require strictly-standard encodings in mempoolPieter Wuille
2013-04-12Use a uint256 for bnChainWorkPieter Wuille
2013-04-09Merge pull request #2478 from sipa/fullhashGavin Andresen
2013-04-07Make sure we always have a node to do IBD fromPieter Wuille
2013-04-07Always print full hashes (tx, block, inv)Pieter Wuille
2013-04-06small indentation, space, formatting fixes (no code changes)Philip Kaufmann
2013-04-03Merge pull request #2423 from TheBlueMatt/limitedmapalreadyaskedforGavin Andresen
2013-04-03Merge pull request #2357 from gavinandresen/shutdowncleanupGavin Andresen
2013-04-03Merge pull request #2453 from sipa/txstatsGavin Andresen
2013-04-04Update transaction statisticsPieter Wuille