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
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-31
Limit the number of orphan blocks
Pieter Wuille
2014-01-30
Merge pull request #3592
Wladimir J. van der Laan
2014-01-29
Support for error messages and a few more rejection reasons
Luke Dashjr
2014-01-27
Prepare block connection logic for headers-first.
Pieter Wuille
2014-01-06
better std::exception logging for block/undo files
Philip Kaufmann
2013-12-13
Move `nTransactionFee` from main.cpp to wallet.cpp
Wladimir J. van der Laan
2013-12-13
Merge pull request #3326
Wladimir J. van der Laan
2013-12-08
Add main-specific node state
Pieter Wuille
2013-11-30
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-30
Increase default -blockmaxsize/prioritysize to 750K/50K
Gavin Andresen
2013-11-25
Fix uninitialized variable added in b33b9a6fe
theuni
2013-11-14
pass nBytes as parameter to GetMinFee(..)
Cozz Lovan
2013-11-10
Merge pull request #3199 from sipa/mempoolmove
Gavin Andresen
2013-11-11
New reject p2p message
Gavin Andresen
2013-11-10
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
Make CCoinsView use block hashes instead of indices
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-11-01
Make some globals in main non-public.
Pieter Wuille
2013-11-01
Do not use the redundant BestInvalidWork record in the block database.
Pieter Wuille
2013-10-29
Merge pull request #3115 from sipa/walletmain
Gavin Andresen
2013-10-27
Fix comparison tool by asking for blocks more aggressively
Matt Corallo
2013-10-26
Use boost signals for callbacks from main to wallet
Pieter Wuille
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-15
Move CBlockLocator to core.h
Pieter Wuille
2013-10-15
Reimplement CBlockLocator's chain-related logic in CChain.
Pieter Wuille
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-09-25
internal miner: move 2 globals from main to miner
Philip Kaufmann
2013-09-22
Merge pull request #2949 from gmaxwell/fewer_fee_footguns
Gavin Andresen
2013-09-20
fix some printf -> LogPrintf leftovers
Philip Kaufmann
2013-09-19
Bugfix: nHeightLast instead of nHeightFirst
Pieter Wuille
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields
2013-08-28
[raw] reject insanely high fees by default in sendrawtransaction
Gregory Maxwell
2013-08-15
Mempool consistency check
Pieter Wuille
2013-08-02
Simplify storage of orphan transactions
Gavin Andresen
2013-07-31
Move internal miner/block creation to separate miner.cpp module.
Jeff Garzik
2013-07-31
Minor miner fixes (hey hey it's fun to say)
Jeff Garzik
2013-07-10
Merge pull request #2743 from jgarzik/reject-reason
Jeff Garzik
2013-06-24
Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in...
Eric Lombrozo
2013-06-23
Moved CBlock from main.h to core.h
Eric Lombrozo
2013-06-23
Pulled AcceptBlock out of CBlock.
Eric Lombrozo
2013-06-23
Pulled CheckBlock out of CBlock.
Eric Lombrozo
2013-06-23
Pulled AddToBlockIndex out of CBlock.
Eric Lombrozo
2013-06-23
Pulled ConnectBlock out of CBlock.
Eric Lombrozo
2013-06-23
Pulled DisconnectBlock out of CBlock.
Eric Lombrozo
2013-06-23
Moved ReadBlockFromDisk implementation to main.cpp
Eric Lombrozo
2013-06-23
Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...
Eric Lombrozo
[next]