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
2012-08-20
Reject block.nVersion<=1 blocks if network has upgraded to version=2
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-17
Merge pull request #1678 from Diapolo/LoadExternalBlockFile_add_timer
Jeff Garzik
2012-08-17
fix a compiler sign warning in OpenBlockFile()
Philip Kaufmann
2012-08-17
log how long LoadExternalBlockFile() takes in ms (Benchmark)
Philip Kaufmann
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
Merge pull request #1632 from luke-jr/spelling
Jeff Garzik
2012-08-01
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
Update Warning-strings to use a standard-format
Philip Kaufmann
2012-07-31
Add 'mempool' P2P command, and extend 'getdata' behavior
Jeff Garzik
2012-07-26
Switch testnet3's message bytes to avoid connecting to old nodes.
Gregory Maxwell
2012-07-26
Handle should-never-happen case of orphan in mempool
Gavin Andresen
2012-07-26
When creating new blocks, sort 'paid' area by fee-per-kb
Gavin Andresen
2012-07-26
Merge branch 'checknewblock' of git://github.com/luke-jr/bitcoin
Gavin Andresen
2012-07-18
Let the comment in GetBlockValue() reflect the uncertainty about the time int...
Rune K. Svendsen
2012-07-17
Fix thread names after review
Giel van Schijndel
2012-07-17
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-12
Tests for CreateNewBlock
Luke Dashjr
2012-07-11
Merge branch 'checknewblock_0.6.0' into checknewblock
Luke Dashjr
2012-07-06
Warn if blockchain majority doesn't match CBlock::CURRENT_VERSION
Gavin Andresen
2012-07-06
Treat non-version-1 transactions as non-standard
Gavin Andresen
2012-07-05
Merge pull request #1304 from rebroad/ShowBlockTimestamp
Jeff Garzik
2012-07-04
CTxMemPool: eliminate redundant lock, GetHash() call
Jeff Garzik
2012-07-04
Remove duplicate GetHash() in ConnectBlock
Matt Corallo
2012-06-27
Merge pull request #1511 from jgarzik/quieten2
Jeff Garzik
2012-06-27
Merge pull request #1347 from rebroad/FixAlreadyAskedFor
Pieter Wuille
2012-06-27
Stop processing messages on full send buffer and dont disconnect.
Matt Corallo
2012-06-23
Merge pull request #1174 from sipa/torhs
Gregory Maxwell
2012-06-23
Merge pull request #1503 from gmaxwell/testnet_tweaks
Gregory Maxwell
2012-06-23
Quieten 'getdata' P2P message output
Jeff Garzik
2012-06-23
Debug version messages
Pieter Wuille
2012-06-22
Merge pull request #1458 from jgarzik/tracenet
Jeff Garzik
2012-06-22
Introduce -debugnet option, thereby quieting some redundant debug messages
Jeff Garzik
2012-06-22
Remove some rule differences which aren't needed with testnet3.
Gregory Maxwell
2012-06-22
RPC: add 'getrawmempool', listing all transaction ids in memory pool
Jeff Garzik
2012-06-19
print large orphan warning BEFORE deleting pvMsg
Gavin Andresen
2012-06-18
Merge branch 'signbugs' of https://github.com/wizeman/bitcoin
Gavin Andresen
2012-06-14
Use a 64-bit nonce in ping
Pieter Wuille
2012-06-12
introduce a new StartShutdown() function, which starts a thread with Shutdown...
Philip Kaufmann
2012-05-31
Rework network config settings
Pieter Wuille
2012-05-29
Show the timestamp for the block.
R E Broadley
2012-05-27
Merge pull request #1392 from gavinandresen/testnet_reset
Gregory Maxwell
2012-05-27
CreateNewBlock: Check that the produced CBlock is acceptable (except for proo...
Luke Dashjr
2012-05-25
Fix issue#1082, testnet difficulty unsigned integer underflow
Gavin Andresen
2012-05-25
Testnet, Mark III
Gavin Andresen
2012-05-24
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
Merge pull request #1383 from jgarzik/rawtx
Jeff Garzik
[next]