aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
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
2013-08-02Revert "Truncate oversize 'tx' messages before relaying/storing."Gavin 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
2013-07-31Remove #define loop from util.hGavin Andresen
2013-07-23Fix multi-block reorg transaction resurrectionMatt Corallo
2013-07-23Don't use checkpoints and accept nonstd txn on -regtestMatt Corallo
2013-07-22Better warning/"alert" messages for large-work forks.Matt Corallo
2013-07-22Call the -alertnotify script when we see a long or invalid fork.Matt Corallo