aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
Commit message (Expand)AuthorAgeFilesLines
...
* | New reject p2p messageGavin Andresen2013-11-111-4/+23
|/
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-39/+44
* Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-44/+8
* Make some globals in main non-public.Pieter Wuille2013-11-011-20/+0
* Do not use the redundant BestInvalidWork record in the block database.Pieter Wuille2013-11-011-1/+0
* Merge pull request #3115 from sipa/walletmainGavin Andresen2013-10-291-9/+18
|\
| * Use boost signals for callbacks from main to walletPieter Wuille2013-10-261-9/+18
* | Fix comparison tool by asking for blocks more aggressivelyMatt Corallo2013-10-271-1/+6
|/
* Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\
| * Bump Year Number to 2013super32013-10-201-1/+1
* | Move CBlockLocator to core.hPieter Wuille2013-10-151-38/+0
* | Reimplement CBlockLocator's chain-related logic in CChain.Pieter Wuille2013-10-151-17/+8
* | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-30/+53
|/
* internal miner: move 2 globals from main to minerPhilip Kaufmann2013-09-251-2/+0
* Merge pull request #2949 from gmaxwell/fewer_fee_footgunsGavin Andresen2013-09-221-1/+1
|\
| * [raw] reject insanely high fees by default in sendrawtransactionGregory Maxwell2013-08-281-1/+1
* | fix some printf -> LogPrintf leftoversPhilip Kaufmann2013-09-201-1/+1
* | Bugfix: nHeightLast instead of nHeightFirstPieter Wuille2013-09-191-1/+1
* | Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-2/+2
* | autotools: switch to autotools buildsystemCory Fields2013-09-051-0/+4
|/
* Mempool consistency checkPieter Wuille2013-08-151-0/+2
* Simplify storage of orphan transactionsGavin Andresen2013-08-021-2/+2
* Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-311-10/+2
* Minor miner fixes (hey hey it's fun to say)Jeff Garzik2013-07-311-1/+1
* Merge pull request #2743 from jgarzik/reject-reasonJeff Garzik2013-07-101-1/+1
|\
| * Log reason for non-standard transaction rejectionJeff Garzik2013-06-231-1/+1
* | Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in...Eric Lombrozo2013-06-241-0/+2
* | Moved CBlock from main.h to core.hEric Lombrozo2013-06-231-122/+0
* | Pulled AcceptBlock out of CBlock.Eric Lombrozo2013-06-231-5/+4
* | Pulled CheckBlock out of CBlock.Eric Lombrozo2013-06-231-3/+3
* | Pulled AddToBlockIndex out of CBlock.Eric Lombrozo2013-06-231-3/+2
* | Pulled ConnectBlock out of CBlock.Eric Lombrozo2013-06-231-3/+4
* | Pulled DisconnectBlock out of CBlock.Eric Lombrozo2013-06-231-6/+10
* | Moved ReadBlockFromDisk implementation to main.cppEric Lombrozo2013-06-231-24/+1
* | Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...Eric Lombrozo2013-06-231-31/+25
* | Moved WriteBlockToDisk implementation from main.h to main.cppEric Lombrozo2013-06-231-25/+1
* | Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk i...Eric Lombrozo2013-06-231-25/+26
* | Merge pull request #2778 from jgarzik/rpc-verifydbJeff Garzik2013-06-221-1/+1
|\ \ | |/ |/|
| * Pass check level, check depth to VerifyDB()Jeff Garzik2013-06-191-1/+1
* | Merge pull request #2660 from TheBlueMatt/gmfrefactorPieter Wuille2013-06-221-2/+3
|\ \
| * | Refactor fee rules to make them actually readable.Matt Corallo2013-06-141-2/+3
* | | Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-4/+2
* | | Move implementation of some CBlockLocator methodsMike Hearn2013-06-191-87/+12
| |/ |/|
* | Remove broken option to skip input checking for wallet txn.Matt Corallo2013-06-131-2/+2
|/
* Removed the main.h include from net.cpp.Eric Lombrozo2013-06-061-2/+0
* Using boost::signals2 to message main from net.cpp.Eric Lombrozo2013-06-051-0/+5
* Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.Eric Lombrozo2013-06-051-63/+3
* Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core.Eric Lombrozo2013-06-051-330/+0
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-342/+64
* Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...Eric Lombrozo2013-06-051-16/+2