aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2013-11-11misc small changes to polish after include cleanupPhilip Kaufmann
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-08Merge pull request #3155 from wtogami/split_proto_varWladimir J. van der Laan
2013-11-04No more fHaveGUIWladimir J. van der Laan
2013-11-03process received messages one at a time without sleeping between messagesPatrick Strateman
2013-11-04Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen
2013-11-02Merge pull request #3087Pieter Wuille
2013-11-01Merge pull request #3114Pieter Wuille
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-30re-work -debug switch handlingPhilip Kaufmann
2013-10-29Merge pull request #3115 from sipa/walletmainGavin Andresen
2013-10-28Generalize the remove-outputs check for fully-prunable transactions.Pieter Wuille
2013-10-27Fix comparison tool by asking for blocks more aggressivelyMatt Corallo
2013-10-26Break dependency of init on wallet.Pieter Wuille
2013-10-26Use boost signals for callbacks from main to walletPieter Wuille
2013-10-26Remove broken PrintWallet functionalityPieter Wuille
2013-10-26Do not treat fFromMe transaction differently when broadcastingPieter Wuille
2013-10-26Give peer time-adjustment data an own lockPieter Wuille
2013-10-25Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSIONWarren Togami
2013-10-26Send multiple inv messages if mempool.size > MAX_INV_SZGavin Andresen
2013-10-21Merge pull request #2738 from jgarzik/op_returnGavin Andresen
2013-10-20Merge pull request #2840 from sipa/nosendlockGavin Andresen
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-19Merge pull request #2884 from gavinandresen/canonicalsizes2Gavin Andresen
2013-10-19Merge pull request #3008 from gavinandresen/CENTruleGavin Andresen
2013-10-15Merge pull request #3083 from sipa/chainlocatorGavin Andresen
2013-10-15Push down cs_main locking in ProcessMessagePieter Wuille
2013-10-15Allow SendMessages to run partially without cs_mainPieter Wuille
2013-10-15replace %zu with %"PRIszu" macro to prevent compiler warningsPhilip Kaufmann
2013-10-15Reimplement CBlockLocator's chain-related logic in CChain.Pieter Wuille
2013-10-14Merge pull request #3077 from sipa/chainGavin Andresen
2013-10-13Merge pull request #2937Pieter Wuille
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-10-07style-police: fixed badly readable code in ProcessMessage()Philip Kaufmann
2013-10-04Lower maximum size for free transaction creationGavin Andresen
2013-10-04Remove CENT-output free transaction rule when relayingGavin Andresen
2013-10-04Added ping time measurement.Josh Lehan
2013-10-04special case DoS value == 0 in ProcessMessage()Philip Kaufmann
2013-10-03Merge pull request #2947 from gmaxwell/theyre_maturing_faster_these_daysGavin Andresen
2013-10-02Relay OP_RETURN data TxOut as standard transaction typeJeff Garzik
2013-09-25internal miner: move 2 globals from main to minerPhilip Kaufmann
2013-09-24Skip unspendable outputs in consistency checkPieter Wuille
2013-09-22Merge pull request #2949 from gmaxwell/fewer_fee_footgunsGavin Andresen
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen