index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.h
Age
Commit message (
Expand
)
Author
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
2012-04-15
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-13
Database micro-optimization for "tx" network message
Jeff Garzik
2012-04-10
Build identification strings
Pieter Wuille
2012-04-03
VC2010 compile fixes
Wladimir J. van der Laan
2012-04-02
Bump version to 0.6.0.99 for 0.6.1 merge window
Gavin Andresen
2012-03-29
Bump version to 0.6.0rc6
Gavin Andresen
2012-03-26
Update version to 60005 (0.6.0rc5)
v0.6.0rc5
Gavin Andresen
2012-03-26
Begin doxygen-compatible comments
Pieter Wuille
2012-03-16
Bump CLIENT_VERSION for rc4 release
v0.6.0rc4
Gregory Maxwell
2012-03-13
Bump CLIENT_VERSION for rc3 release
v0.6.0rc3
Gavin Andresen
2012-03-12
Limit the impact of reorganisations on the database
Pieter Wuille
2012-02-29
DoS fix for mapOrphanTransactions
v0.6.0rc2
Gavin Andresen
2012-02-26
bitcoind changes to stop storing settings in wallet.dat.
Gavin Andresen
2012-02-16
Fix issue #848 : broken mining on testnet
Gavin Andresen
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-02-07
Increase client version to 0.6
Gavin Andresen
2012-02-06
-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...
Gavin Andresen
2012-01-27
Bitcoin-Qt signmessage GUI (pull request #582)
Luke Dashjr
2012-01-25
Merge pull request #773 from gavinandresen/p2shSigOpCount
Gavin Andresen
2012-01-23
Only store transactions with missing inputs in the orphan pool.
Gavin Andresen
2012-01-20
Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...
Gavin Andresen
2012-01-14
Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return it
Forrest Voight
2012-01-13
Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...
Gavin Andresen
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-12
collect more info on tx pooling and block finding for getmininginfo
Luke Dashjr
2011-12-23
New RPC commands: getblockhash and getblock
Gavin Andresen
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
Merge pull request #677 from luke-jr/minfee_modes
Gavin Andresen
2011-12-20
Merge branch 'op_eval'
Gavin Andresen
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
[next]