Age | Commit message (Expand) | Author |
2012-09-12 | fix signed/unsigned in strprintf and CNetAddr::GetByte() | Philip Kaufmann |
2012-09-09 | Cosmetic: move CTransaction::GetMinFee out of header file | Jeff Garzik |
2012-09-05 | Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git | Gavin Andresen |
2012-08-28 | Refactor: move alert code from main to alert.cpp/h | Gavin Andresen |
2012-08-28 | Changed nprev->pprev | xanatos |
2012-08-26 | Alert system DoS prevention | Gavin Andresen |
2012-08-20 | Block height in coinbase as a new block rule | Gavin Andresen |
2012-08-20 | Merge pull request #1641 from jgarzik/mempool | Jeff Garzik |
2012-08-01 | Merge pull request #1612 from luke-jr/opti_getblkhash | Gregory Maxwell |
2012-08-01 | Optimize JSON-RPC getblockhash | Luke Dashjr |
2012-08-01 | Bugfix: Use standard BTC unit in comments | Luke Dashjr |
2012-07-31 | Add 'mempool' P2P command, and extend 'getdata' behavior | Jeff Garzik |
2012-07-12 | Tests for CreateNewBlock | Luke Dashjr |
2012-07-11 | Merge branch 'checknewblock_0.6.0' into checknewblock | Luke Dashjr |
2012-07-06 | Treat non-version-1 transactions as non-standard | Gavin Andresen |
2012-07-04 | CTxMemPool: eliminate redundant lock, GetHash() call | Jeff Garzik |
2012-06-22 | RPC: add 'getrawmempool', listing all transaction ids in memory pool | Jeff Garzik |
2012-05-27 | CreateNewBlock: Check that the produced CBlock is acceptable (except for proo... | Luke Dashjr |
2012-05-23 | JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network | Jeff Garzik |
2012-05-22 | Prevent crashes due to missing or corrupted blk????.dat records | Jeff Garzik |
2012-05-20 | Merge pull request #1354 from fanquake/master | Pieter Wuille |
2012-05-20 | Fine-grained UI updates | Wladimir J. van der Laan |
2012-05-19 | Merge pull request #1296 from Diapolo/CheckDiskSpace | Gavin Andresen |
2012-05-18 | Update License in File Headers | Fordy |
2012-05-17 | fix RenameOver() and FileCommit() functions, to not generate compilation errors | Philip Kaufmann |
2012-05-17 | Merge pull request #1316 from jgarzik/dead-code | Jeff Garzik |
2012-05-16 | Add new utility functions FileCommit(), RenameOver() | Jeff Garzik |
2012-05-15 | Remove dead code: CTxDB::EraseBlockIndex(), CBlockIndex::EraseBlockFromDisk() | Jeff Garzik |
2012-05-14 | make CheckDiskSpace() use a global static const uint64 for checking required ... | Philip Kaufmann |
2012-05-11 | Split synchronization mechanisms from util.{h,cpp} | Pieter Wuille |
2012-05-09 | Clean up warnings | Pieter Wuille |
2012-05-08 | Merge pull request #1180 from jgarzik/sign-compare | Jeff Garzik |
2012-05-08 | Merge pull request #841 from sipa/getalltransactions | Gregory Maxwell |
2012-05-08 | Merge pull request #883 from sipa/loadblock | Gregory Maxwell |
2012-05-01 | CDiskTxPos, CInPoint, COutPoint: cast null value (-1) to unsigned int | Jeff Garzik |
2012-04-23 | CBlock::WriteToDisk() properly checks ftell(3) for error return | Jeff Garzik |
2012-04-23 | Add casts for unavoidable signed/unsigned comparisons | Jeff Garzik |
2012-04-23 | SigOp and orphan-tx constants and counts are always unsigned. | Jeff Garzik |
2012-04-22 | -loadblock to load from an external blk000?.dat file | Pieter Wuille |
2012-04-21 | change type of various bare chars to bool that are only used as bool (and nev... | Wladimir J. van der Laan |
2012-04-18 | gettransaction RPC for non-wallet transactions | Pieter Wuille |
2012-04-17 | Merge remote-tracking branch 'jgarzik/mempool' | Pieter Wuille |
2012-04-17 | Further reduce header dependencies | Pieter Wuille |
2012-04-17 | Move CWalletDB code to new walletdb module. | Jeff Garzik |
2012-04-17 | Remove headers.h | Pieter Wuille |
2012-04-15 | Fix loop index var types, fixing many minor sign comparison warnings | Jeff Garzik |
2012-04-15 | CTxMemPool: add helper methods, to reduce global mempool.mapTx accesses | Jeff Garzik |
2012-04-15 | CTxMemPool: encapsulate AcceptToMemoryPool | Jeff Garzik |
2012-04-15 | CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(), | Jeff Garzik |
2012-04-15 | New class CTxMemPool, encapsulating TX memory pool data members | Jeff Garzik |