aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2012-08-26Alert system DoS preventionGavin Andresen
2012-08-20Block height in coinbase as a new block ruleGavin Andresen
2012-08-20Merge pull request #1641 from jgarzik/mempoolJeff Garzik
2012-08-01Merge pull request #1612 from luke-jr/opti_getblkhashGregory Maxwell
2012-08-01Optimize JSON-RPC getblockhashLuke Dashjr
2012-08-01Bugfix: Use standard BTC unit in commentsLuke Dashjr
2012-07-31Add 'mempool' P2P command, and extend 'getdata' behaviorJeff Garzik
2012-07-12Tests for CreateNewBlockLuke Dashjr
2012-07-11Merge branch 'checknewblock_0.6.0' into checknewblockLuke Dashjr
2012-07-06Treat non-version-1 transactions as non-standardGavin Andresen
2012-07-04CTxMemPool: eliminate redundant lock, GetHash() callJeff Garzik
2012-06-22RPC: add 'getrawmempool', listing all transaction ids in memory poolJeff Garzik
2012-05-27CreateNewBlock: Check that the produced CBlock is acceptable (except for proo...Luke Dashjr
2012-05-23JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to networkJeff Garzik
2012-05-22Prevent crashes due to missing or corrupted blk????.dat recordsJeff Garzik
2012-05-20Merge pull request #1354 from fanquake/masterPieter Wuille
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-19Merge pull request #1296 from Diapolo/CheckDiskSpaceGavin Andresen
2012-05-18Update License in File HeadersFordy
2012-05-17fix RenameOver() and FileCommit() functions, to not generate compilation errorsPhilip Kaufmann
2012-05-17Merge pull request #1316 from jgarzik/dead-codeJeff Garzik
2012-05-16Add new utility functions FileCommit(), RenameOver()Jeff Garzik
2012-05-15Remove dead code: CTxDB::EraseBlockIndex(), CBlockIndex::EraseBlockFromDisk()Jeff Garzik
2012-05-14make CheckDiskSpace() use a global static const uint64 for checking required ...Philip Kaufmann
2012-05-11Split synchronization mechanisms from util.{h,cpp}Pieter Wuille
2012-05-09Clean up warningsPieter Wuille
2012-05-08Merge pull request #1180 from jgarzik/sign-compareJeff Garzik
2012-05-08Merge pull request #841 from sipa/getalltransactionsGregory Maxwell
2012-05-08Merge pull request #883 from sipa/loadblockGregory Maxwell
2012-05-01CDiskTxPos, CInPoint, COutPoint: cast null value (-1) to unsigned intJeff Garzik
2012-04-23CBlock::WriteToDisk() properly checks ftell(3) for error returnJeff Garzik
2012-04-23Add casts for unavoidable signed/unsigned comparisonsJeff Garzik
2012-04-23SigOp and orphan-tx constants and counts are always unsigned.Jeff Garzik
2012-04-22-loadblock to load from an external blk000?.dat filePieter Wuille
2012-04-21change type of various bare chars to bool that are only used as bool (and nev...Wladimir J. van der Laan
2012-04-18gettransaction RPC for non-wallet transactionsPieter Wuille
2012-04-17Merge remote-tracking branch 'jgarzik/mempool'Pieter Wuille
2012-04-17Further reduce header dependenciesPieter Wuille
2012-04-17Move CWalletDB code to new walletdb module.Jeff Garzik
2012-04-17Remove headers.hPieter Wuille
2012-04-15Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-15CTxMemPool: add helper methods, to reduce global mempool.mapTx accessesJeff Garzik
2012-04-15CTxMemPool: encapsulate AcceptToMemoryPoolJeff Garzik
2012-04-15CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(),Jeff Garzik
2012-04-15New class CTxMemPool, encapsulating TX memory pool data membersJeff Garzik
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-13Database micro-optimization for "tx" network messageJeff Garzik
2012-04-10Build identification stringsPieter Wuille
2012-04-03VC2010 compile fixesWladimir J. van der Laan
2012-04-02Bump version to 0.6.0.99 for 0.6.1 merge windowGavin Andresen