aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2014-04-30use standard __func__ instead of __PRETTY_FUNCTION__Philip Kaufmann
2014-03-27add constant for shared (GUI/core) -par settingsPhilip Kaufmann
2014-03-11minor style cleanupsPhilip Kaufmann
2014-03-10Make mining fee policy match relay fee policy.Mike Hearn
2014-03-10Merge pull request #3514Wladimir J. van der Laan
2014-03-08Minor code cleanup: remove indentationMark Friedenbach
2014-02-16remove orphan fHaveGUI from main.hPhilip Kaufmann
2014-02-16Merge pull request #3646Wladimir J. van der Laan
2014-02-14Handle "conflicted" transactions properlyGavin Andresen
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-02-08Per-peer block download tracking and stalled download detection.Pieter Wuille
2014-01-31Limit the number of orphan blocksPieter Wuille
2014-01-30Merge pull request #3592Wladimir J. van der Laan
2014-01-29Support for error messages and a few more rejection reasonsLuke Dashjr
2014-01-27Prepare block connection logic for headers-first.Pieter Wuille
2014-01-06better std::exception logging for block/undo filesPhilip Kaufmann
2013-12-13Move `nTransactionFee` from main.cpp to wallet.cppWladimir J. van der Laan
2013-12-13Merge pull request #3326Wladimir J. van der Laan
2013-12-08Add main-specific node statePieter Wuille
2013-11-30Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen
2013-11-30Increase default -blockmaxsize/prioritysize to 750K/50KGavin Andresen
2013-11-25Fix uninitialized variable added in b33b9a6fetheuni
2013-11-14pass nBytes as parameter to GetMinFee(..)Cozz Lovan
2013-11-10Merge pull request #3199 from sipa/mempoolmoveGavin Andresen
2013-11-11New reject p2p messageGavin Andresen
2013-11-10Move CCoins-related logic to coins.{cpp.h}Pieter Wuille
2013-11-10Make CCoinsView use block hashes instead of indicesPieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen
2013-11-01Make some globals in main non-public.Pieter Wuille
2013-11-01Do not use the redundant BestInvalidWork record in the block database.Pieter Wuille
2013-10-29Merge pull request #3115 from sipa/walletmainGavin Andresen
2013-10-27Fix comparison tool by asking for blocks more aggressivelyMatt Corallo
2013-10-26Use boost signals for callbacks from main to walletPieter Wuille
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-15Move CBlockLocator to core.hPieter Wuille
2013-10-15Reimplement CBlockLocator's chain-related logic in CChain.Pieter Wuille
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-09-25internal miner: move 2 globals from main to minerPhilip Kaufmann
2013-09-22Merge pull request #2949 from gmaxwell/fewer_fee_footgunsGavin Andresen
2013-09-20fix some printf -> LogPrintf leftoversPhilip Kaufmann
2013-09-19Bugfix: nHeightLast instead of nHeightFirstPieter Wuille
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-08-28[raw] reject insanely high fees by default in sendrawtransactionGregory Maxwell
2013-08-15Mempool consistency checkPieter Wuille
2013-08-02Simplify storage of orphan transactionsGavin Andresen
2013-07-31Move internal miner/block creation to separate miner.cpp module.Jeff Garzik
2013-07-31Minor miner fixes (hey hey it's fun to say)Jeff Garzik