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-07-22
Let the comment in GetBlockValue() reflect the uncertainty about the time int...
Rune K. Svendsen
2012-06-20
print large orphan warning BEFORE deleting pvMsg
Gavin Andresen
2012-06-20
Remove invalid dependent orphans from memory
Gavin Andresen
2012-06-20
Further DoS prevention: Verify signatures last
Gavin Andresen
2012-06-20
Optimize orphan transaction handling
Gavin Andresen
2012-06-14
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2012-05-22
Correct debug.log output to show correct function the debug is coming from.
R E Broadley
2012-05-20
Update License in File Headers
Fordy
2012-05-20
remove 2 ugly spaces from a message string
Philip Kaufmann
2012-05-18
Always check return values of TxnBegin() and TxnCommit()
Jeff Garzik
2012-05-17
Hopefully final fix for the stuck blockchain issue
Pieter Wuille
2012-05-07
Prevent stuck download: correct solution
Pieter Wuille
2012-05-07
Prevent stuck block download in large reorganisations
Pieter Wuille
2012-05-06
Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12...
Luke Dashjr
2012-05-04
Check earlier for blocks with duplicate transactions. Fixes #1167
Gavin Andresen
2012-04-17
Fix potential deadlock
Pieter Wuille
2012-04-17
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-17
AlreadyHave(): only hold lock during mapTransactions access
Jeff Garzik
2012-04-17
Locking fix for AlreadyHave()
Jeff Garzik
2012-04-15
fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
Wladimir J. van der Laan
2012-04-04
Do not invoke anti-DoS system for invalid BIP16 transactions
Pieter Wuille
2012-03-22
More debug output for failed reorganizations
Pieter Wuille
2012-03-22
Report number of (dis)connected blocks in reorganization
Pieter Wuille
2012-03-22
Use last checkpoint instead of hard-coded 140,700. Fixes #913.
Gavin Andresen
2012-03-21
Merge branch 'bip16_0.4.x' into 0.4.x
Luke Dashjr
2012-03-20
Minimal support for validating BIP16 pay-to-script-hash transactions
Luke Dashjr
2012-03-16
Fix issue #848 : broken mining on testnet
Gavin Andresen
2012-03-13
Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e...
Gavin Andresen
2012-03-03
Merge remote branch 'sipa/nooverwritetx_v0.4.0' into 0.4.x
Luke Dashjr
2012-03-03
Do not allow overwriting unspent transactions (BIP 30)
Pieter Wuille
2012-03-02
DoS fix for mapOrphanTransactions
Gavin Andresen
2012-02-07
Update copyrights to 2012 for files modified this year
Luke Dashjr
2012-02-02
Only store transactions with missing inputs in the orphan pool.
Gavin Andresen
2012-02-02
Testnet difficulty calculation changes, to take effect Feb 15 2012
Gavin Andresen
2011-12-20
Bugfix: fForRelay should be false when deciding required fee to include in bl...
Luke Dashjr
2011-12-01
Orphan block fill-up-memory attack prevention
Gavin Andresen
2011-12-01
Moved checkpoints out of main, to prep for using them to help prevent DoS att...
Gavin Andresen
2011-09-17
log low-level network messages only when fDebug is set
Nils Schneider
2011-09-07
Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...
Gavin Andresen
2011-09-06
Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...
Luke Dashjr
2011-09-06
Merge branch 'getwork_dedupe' into unique_coinbase
Luke Dashjr
2011-09-05
Optimize database writes for transactions with lots of TxIns.
Gavin Andresen
2011-09-02
Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid ...
Gavin Andresen
2011-09-02
Do not try to download blockchain from 0.3.23 nodes
Gavin Andresen
2011-09-01
Merge pull request #467 from gavinandresen/keypoolzero
Gavin Andresen
2011-09-01
Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin
Gavin Andresen
2011-09-01
Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...
Gavin Andresen
2011-09-01
Merge pull request #470 from fabianhjr/master
Gavin Andresen
2011-08-31
Fix rpc-hanging deadlocks
Gavin Andresen
2011-08-19
Make some global variables less-global (static)
Giel van Schijndel
[next]