aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2013-02-23Merge pull request #2186 from Diapolo/misc_stuffWladimir J. van der Laan
2013-02-22Merge pull request #2221 from sipa/perfoGavin Andresen
2013-02-22Merge pull request #2229 from sipa/preallocGavin Andresen
2013-02-20small changes in init, main, checkpoints.h and bitcoin-qt.proPhilip Kaufmann
2013-02-17Improve block database load error reportingPieter Wuille
2013-02-06Merge pull request #2279 from sipa/cvrbip30Gavin Andresen
2013-02-06Bugfix CValidationResult for BIP30 + add DoSPieter Wuille
2013-02-05Do not call ResendWalletTransactions when reindexing, importing or on IBDRubén Darío Ponticelli
2013-02-05Merge branch 'reindexgen' of git://github.com/sipa/bitcoinGavin Andresen
2013-02-05Merge pull request #2273 from gavinandresen/txsizeGavin Andresen
2013-02-05Make transactions larger than 100K non-standardGavin Andresen
2013-02-01Make sure the genesis block is present after reindexPieter Wuille
2013-01-31Bugfix: Enable ConnectBestBlock to properly report back validation problems, ...Luke Dashjr
2013-01-30Drop padding in blk* when finalizing filePieter Wuille
2013-01-29Merge pull request #2224 from sipa/valstateGavin Andresen
2013-01-30Deal with LevelDB errorsPieter Wuille
2013-01-29Fix two clang3.3 warningsGavin Andresen
2013-01-30Improve dealing with abort conditionsPieter Wuille
2013-01-30Add disk space checks before flushing CCoins cachePieter Wuille
2013-01-30Treat coinbase value violation as DoSPieter Wuille
2013-01-30CValidationState frameworkPieter Wuille
2013-01-28Merge pull request #2223 from gavinandresen/nonfinalnonstandardGavin Andresen
2013-01-26Treat non-final transactions as non-standardGavin Andresen
2013-01-26Merge pull request #2182 from gavinandresen/addressoracleGavin Andresen
2013-01-26Check only 288 blocks at startup by defaultPieter Wuille
2013-01-26Various performance tweaks to CCoinsViewPieter Wuille
2013-01-25Merge pull request #2168 from sipa/txindexGavin Andresen
2013-01-23Let limitfreerelay=0 reject ALL free transactionsGavin Andresen
2013-01-23Merge pull request #2187 from CodeShark/SyncWithWalletsFixGavin Andresen
2013-01-23Merge pull request #2192 from mikehearn/notfoundmsgGavin Andresen
2013-01-23Merge pull request #2188 from TheBlueMatt/bloomGavin Andresen
2013-01-19Add a notfound message to getdata that is sent if any transactions that aren'...Mike Hearn
2013-01-19Bugfix + simplify special case for genesisPieter Wuille
2013-01-18Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZEMatt Corallo
2013-01-18Send transactions after a CMerkleBlock when asked for it in an inv.Matt Corallo
2013-01-18Moved SyncWithWallets out of ProcessMessage and into CTxMemPool::accept() so ...Eric Lombrozo
2013-01-18Add optional transaction index to databasesPieter Wuille
2013-01-17Merge pull request #2060 from sipa/parallelGavin Andresen
2013-01-16Filter mempool commandMatt Corallo
2013-01-16Use CPartialMerkleTree for CMerkleBlock transactions.Matt Corallo
2013-01-16Add CPartialMerkleTreePieter Wuille
2013-01-16Let a node opt out of tx invs before we get a their bloom filterMatt Corallo
2013-01-16Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCKMatt Corallo
2013-01-16Add a CMerkleBlock to store merkle branches of filtered txes.Matt Corallo
2013-01-16Replace RelayMessage with RelayTransaction.Matt Corallo
2013-01-16Add a filter field in CNode, add filterload+filteradd+filterclearMatt Corallo
2013-01-15Remove IsFromMe() check in CTxMemPool::accept()Gavin Andresen
2013-01-14Merge pull request #2161 from sipa/noclientGavin Andresen
2013-01-11Merge pull request #2145 from sipa/checkcoinsGregory Maxwell
2013-01-10Merge pull request #2115 from forrestv/getblocktemplate_allfeesPieter Wuille