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
2013-06-05
Created core.h/core.cpp, added to makefiles. Started moving core structures f...
Eric Lombrozo
2013-06-05
Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL...
Eric Lombrozo
2013-06-04
build: add global var for whether or not the gui is enabled
Cory Fields
2013-05-30
Merge pull request #2644 from sipa/constfindblock
Jeff Garzik
2013-05-21
CreateNewBlock performance improvements
Pieter Wuille
2013-05-12
Make FindBlockByHeight constant-time.
Pieter Wuille
2013-05-04
Merge pull request #2577 from gavinandresen/fee_bandaid
Gavin Andresen
2013-05-03
Un-hardcode TX_FEE constants
Gavin Andresen
2013-05-03
Define dust transaction outputs, and make them non-standard
Gavin Andresen
2013-05-01
Improve gettxoutsetinfo command
Pieter Wuille
2013-04-12
Use a uint256 for bnChainWork
Pieter Wuille
2013-04-09
Merge pull request #2478 from sipa/fullhash
Gavin Andresen
2013-04-08
Merge pull request #2403 from gmaxwell/minfee-to-relayfee
Pieter Wuille
2013-04-07
Always print full hashes (tx, block, inv)
Pieter Wuille
2013-04-03
Port Thread* methods to boost::thread_group
Gavin Andresen
2013-03-22
Make MIN_TX_FEE match MIN_RELAY_TX_FEE.
Gregory Maxwell
2013-02-23
Merge pull request #2186 from Diapolo/misc_stuff
Wladimir J. van der Laan
2013-02-22
Merge pull request #2221 from sipa/perfo
Gavin Andresen
2013-02-20
small changes in init, main, checkpoints.h and bitcoin-qt.pro
Philip Kaufmann
2013-02-17
Improve block database load error reporting
Pieter Wuille
2013-02-05
Merge branch 'reindexgen' of git://github.com/sipa/bitcoin
Gavin Andresen
2013-02-05
Make transactions larger than 100K non-standard
Gavin Andresen
2013-02-01
Make sure the genesis block is present after reindex
Pieter Wuille
2013-01-29
Merge pull request #2224 from sipa/valstate
Gavin Andresen
2013-01-29
Fix two clang3.3 warnings
Gavin Andresen
2013-01-30
Improve dealing with abort conditions
Pieter Wuille
2013-01-30
CValidationState framework
Pieter Wuille
2013-01-28
Remove support for pre-checksum undo files
Pieter Wuille
2013-01-26
Merge pull request #2182 from gavinandresen/addressoracle
Gavin Andresen
2013-01-26
Various performance tweaks to CCoinsView
Pieter Wuille
2013-01-18
Add optional transaction index to databases
Pieter Wuille
2013-01-17
Merge pull request #2060 from sipa/parallel
Gavin Andresen
2013-01-16
Use CPartialMerkleTree for CMerkleBlock transactions.
Matt Corallo
2013-01-16
Add CPartialMerkleTree
Pieter Wuille
2013-01-16
Add a CMerkleBlock to store merkle branches of filtered txes.
Matt Corallo
2013-01-16
Add a CBlock.GetBlockHeader
Matt Corallo
2013-01-15
Remove IsFromMe() check in CTxMemPool::accept()
Gavin Andresen
2013-01-11
small main.h cleanup (no code changes)
Philip Kaufmann
2013-01-11
Merge pull request #2145 from sipa/checkcoins
Gregory Maxwell
2013-01-08
Parallelize script verification
Pieter Wuille
2013-01-08
Remove CheckSig_mode and move logic out of CheckInputs()
Pieter Wuille
2013-01-08
Add CScriptCheck: a closure representing a script check
Pieter Wuille
2013-01-08
Move VerifySignature to main
Pieter Wuille
2013-01-04
New database check routine
Pieter Wuille
2013-01-03
Add checksums to undo data
Pieter Wuille
2013-01-03
Make DisconnectBlock fault-tolerant
Pieter Wuille
2012-12-19
changed CreateNewBlock to return a CBlockTemplate object, which includes per-...
Forrest Voight
2012-12-17
Fix two typos in main.h
fanquake
2012-12-05
Add -benchmark for reporting block processing times
Pieter Wuille
2012-12-03
add 2 constructors in CDiskBlockPos to simplify class usage
Philip Kaufmann
[next]