aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1641 from jgarzik/mempoolJeff Garzik2012-08-201-0/+1
|\
| * Add 'mempool' P2P command, and extend 'getdata' behaviorJeff Garzik2012-07-311-0/+1
* | Merge pull request #1612 from luke-jr/opti_getblkhashGregory Maxwell2012-08-011-0/+1
|\ \
| * | Optimize JSON-RPC getblockhashLuke Dashjr2012-08-011-0/+1
* | | Bugfix: Use standard BTC unit in commentsLuke Dashjr2012-08-011-1/+1
| |/ |/|
* | Tests for CreateNewBlockLuke Dashjr2012-07-121-0/+1
* | Merge branch 'checknewblock_0.6.0' into checknewblockLuke Dashjr2012-07-111-2/+2
|\ \ | |/ |/|
| * CreateNewBlock: Check that the produced CBlock is acceptable (except for proo...Luke Dashjr2012-05-271-2/+2
* | Treat non-version-1 transactions as non-standardGavin Andresen2012-07-061-2/+4
* | CTxMemPool: eliminate redundant lock, GetHash() callJeff Garzik2012-07-041-1/+1
* | RPC: add 'getrawmempool', listing all transaction ids in memory poolJeff Garzik2012-06-221-0/+1
* | JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to networkJeff Garzik2012-05-231-0/+1
* | Prevent crashes due to missing or corrupted blk????.dat recordsJeff Garzik2012-05-221-2/+13
* | Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\ \
| * | Update License in File HeadersFordy2012-05-181-1/+1
* | | Fine-grained UI updatesWladimir J. van der Laan2012-05-201-0/+5
* | | Merge pull request #1296 from Diapolo/CheckDiskSpaceGavin Andresen2012-05-191-2/+2
|\ \ \ | |/ / |/| |
| * | make CheckDiskSpace() use a global static const uint64 for checking required ...Philip Kaufmann2012-05-141-2/+2
* | | fix RenameOver() and FileCommit() functions, to not generate compilation errorsPhilip Kaufmann2012-05-171-4/+0
* | | Merge pull request #1316 from jgarzik/dead-codeJeff Garzik2012-05-171-15/+0
|\ \ \
| * | | Remove dead code: CTxDB::EraseBlockIndex(), CBlockIndex::EraseBlockFromDisk()Jeff Garzik2012-05-151-15/+0
| |/ /
* / / Add new utility functions FileCommit(), RenameOver()Jeff Garzik2012-05-161-7/+1
|/ /
* | Split synchronization mechanisms from util.{h,cpp}Pieter Wuille2012-05-111-0/+1
* | Clean up warningsPieter Wuille2012-05-091-1/+1
* | Merge pull request #1180 from jgarzik/sign-compareJeff Garzik2012-05-081-6/+6
|\ \
| * | CDiskTxPos, CInPoint, COutPoint: cast null value (-1) to unsigned intJeff Garzik2012-05-011-6/+6
* | | Merge pull request #841 from sipa/getalltransactionsGregory Maxwell2012-05-081-1/+1
|\ \ \
| * | | gettransaction RPC for non-wallet transactionsPieter Wuille2012-04-181-1/+1
* | | | Merge pull request #883 from sipa/loadblockGregory Maxwell2012-05-081-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | -loadblock to load from an external blk000?.dat filePieter Wuille2012-04-221-0/+2
* | | | CBlock::WriteToDisk() properly checks ftell(3) for error returnJeff Garzik2012-04-231-2/+3
* | | | Add casts for unavoidable signed/unsigned comparisonsJeff Garzik2012-04-231-1/+1
* | | | SigOp and orphan-tx constants and counts are always unsigned.Jeff Garzik2012-04-231-4/+4
|/ / /
* / / change type of various bare chars to bool that are only used as bool (and nev...Wladimir J. van der Laan2012-04-211-1/+1
|/ /
* | Merge remote-tracking branch 'jgarzik/mempool'Pieter Wuille2012-04-171-4/+31
|\ \
| * | CTxMemPool: add helper methods, to reduce global mempool.mapTx accessesJeff Garzik2012-04-151-0/+10
| * | CTxMemPool: encapsulate AcceptToMemoryPoolJeff Garzik2012-04-151-0/+2
| * | CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(),Jeff Garzik2012-04-151-4/+11
| * | New class CTxMemPool, encapsulating TX memory pool data membersJeff Garzik2012-04-151-0/+8
* | | Further reduce header dependenciesPieter Wuille2012-04-171-8/+6
* | | Move CWalletDB code to new walletdb module.Jeff Garzik2012-04-171-3/+1
* | | Remove headers.hPieter Wuille2012-04-171-3/+0
* | | Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-151-6/+6
|/ /
* | fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan2012-04-151-0/+2
* | Database micro-optimization for "tx" network messageJeff Garzik2012-04-131-1/+0
* | Build identification stringsPieter Wuille2012-04-101-4/+1
* | VC2010 compile fixesWladimir J. van der Laan2012-04-031-2/+6
* | Bump version to 0.6.0.99 for 0.6.1 merge windowGavin Andresen2012-04-021-1/+1
|/
* Bump version to 0.6.0rc6Gavin Andresen2012-03-291-1/+1
* Update version to 60005 (0.6.0rc5)v0.6.0rc5Gavin Andresen2012-03-261-1/+1