aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
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-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
2013-09-10Merge pull request #2982 from gmaxwell/20130908_ccoins_corruptGregory Maxwell
2013-09-09fix some cosmetic glitches in the codebasePhilip Kaufmann
2013-09-09Longer term workaround for chainstate corruption from negative versions.Gregory Maxwell
2013-09-03Don't warn about forks while fIsInitialDownloadMatt Corallo
2013-08-28[raw] reject insanely high fees by default in sendrawtransactionGregory Maxwell
2013-08-28[wallet] Consider generated coins mature at COINBASE_MATURITY+1Gregory Maxwell
2013-08-24Fix out-of-bounds checkPieter Wuille
2013-08-20Update the bloom state on the real object, not the temporary one.Gregory Maxwell
2013-08-20Performance optimization for bloom filters.Gregory Maxwell
2013-08-15Mempool consistency checkPieter Wuille
2013-08-15Fix non-standard disconnected transactions causing mempool orphansPieter Wuille
2013-08-12Merge pull request #2658 from TheBlueMatt/forkalertGavin Andresen
2013-08-10do not call BuildMerkleTree() unnecessarily twiceCozz Lovan
2013-08-09Reject non-canonically-encoded sizesGavin Andresen
2013-08-06Merge pull request #2871 from gavinandresen/simplify_maporphanGavin Andresen
2013-08-05Merge pull request #2851 from TheBlueMatt/masterGavin Andresen
2013-08-02Simplify storage of orphan transactionsGavin Andresen