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.cpp
Age
Commit message (
Expand
)
Author
2013-10-04
special case DoS value == 0 in ProcessMessage()
Philip Kaufmann
2013-10-03
Merge pull request #2947 from gmaxwell/theyre_maturing_faster_these_days
Gavin Andresen
2013-09-25
internal miner: move 2 globals from main to miner
Philip Kaufmann
2013-09-24
Skip unspendable outputs in consistency check
Pieter Wuille
2013-09-22
Merge pull request #2949 from gmaxwell/fewer_fee_footguns
Gavin Andresen
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-10
Merge pull request #2982 from gmaxwell/20130908_ccoins_corrupt
Gregory Maxwell
2013-09-09
fix some cosmetic glitches in the codebase
Philip Kaufmann
2013-09-09
Longer term workaround for chainstate corruption from negative versions.
Gregory Maxwell
2013-09-03
Don't warn about forks while fIsInitialDownload
Matt Corallo
2013-08-28
[raw] reject insanely high fees by default in sendrawtransaction
Gregory Maxwell
2013-08-28
[wallet] Consider generated coins mature at COINBASE_MATURITY+1
Gregory Maxwell
2013-08-24
Fix out-of-bounds check
Pieter Wuille
2013-08-20
Update the bloom state on the real object, not the temporary one.
Gregory Maxwell
2013-08-20
Performance optimization for bloom filters.
Gregory Maxwell
2013-08-15
Mempool consistency check
Pieter Wuille
2013-08-15
Fix non-standard disconnected transactions causing mempool orphans
Pieter Wuille
2013-08-12
Merge pull request #2658 from TheBlueMatt/forkalert
Gavin Andresen
2013-08-10
do not call BuildMerkleTree() unnecessarily twice
Cozz Lovan
2013-08-06
Merge pull request #2871 from gavinandresen/simplify_maporphan
Gavin Andresen
2013-08-05
Merge pull request #2851 from TheBlueMatt/master
Gavin Andresen
2013-08-02
Simplify storage of orphan transactions
Gavin Andresen
2013-08-02
Revert "Truncate oversize 'tx' messages before relaying/storing."
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-31
Remove #define loop from util.h
Gavin Andresen
2013-07-23
Fix multi-block reorg transaction resurrection
Matt Corallo
2013-07-23
Don't use checkpoints and accept nonstd txn on -regtest
Matt Corallo
2013-07-22
Better warning/"alert" messages for large-work forks.
Matt Corallo
2013-07-22
Call the -alertnotify script when we see a long or invalid fork.
Matt Corallo
2013-07-22
Detect any sufficiently long fork and add a warning.
Matt Corallo
2013-07-10
Merge pull request #2743 from jgarzik/reject-reason
Jeff Garzik
2013-06-25
Merge pull request #2209 from CodeShark/WalletRegistrationLocks
Pieter Wuille
2013-06-25
Merge pull request #2792 from sipa/coreimpl
Jeff Garzik
2013-06-25
Truncate oversize 'tx' messages before relaying/storing.
Peter Todd
2013-06-25
Move core implementations to core.cpp
Pieter Wuille
2013-06-24
Added locks on the setpwalletRegistered functions in main.cpp and added an Un...
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
2013-06-23
Moved WriteBlockToDisk implementation from main.h to main.cpp
Eric Lombrozo
2013-06-23
Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk i...
Eric Lombrozo
2013-06-22
Merge pull request #2778 from jgarzik/rpc-verifydb
Jeff Garzik
2013-06-23
Log reason for non-standard transaction rejection
Jeff Garzik
2013-06-22
Merge pull request #2660 from TheBlueMatt/gmfrefactor
Pieter Wuille
2013-06-19
RPC: add 'verifychain', to verify chain database at runtime
Jeff Garzik
[next]