index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be more conservative: check all transactions in blocks after last checkpoint.
Luke Dashjr
2011-12-25
1
-5
/
+4
*
Merge branch '0.4.x' into 0.5.0.x
Luke Dashjr
2011-12-23
1
-1
/
+1
|
\
|
*
Bugfix: fForRelay should be false when deciding required fee to include in bl...
Luke Dashjr
2011-12-20
1
-1
/
+1
|
*
Orphan block fill-up-memory attack prevention
Gavin Andresen
2011-12-01
1
-3
/
+44
|
*
Moved checkpoints out of main, to prep for using them to help prevent DoS att...
Gavin Andresen
2011-12-01
1
-26
/
+4
*
|
Orphan block fill-up-memory attack prevention
Gavin Andresen
2011-12-01
1
-3
/
+46
*
|
Moved checkpoints out of main, to prep for using them to help prevent DoS att...
Gavin Andresen
2011-12-01
1
-27
/
+5
*
|
Some extra comments
Pieter Wuille
2011-11-07
1
-0
/
+12
*
|
Merge pull request #564 from luke-jr/optimize_remove_CheckWork_delay
Gavin Andresen
2011-10-06
1
-1
/
+0
|
\
\
|
*
|
Remove 2 second sleep from CheckWork
David Joel Schwartz
2011-10-04
1
-1
/
+0
|
|
/
*
|
Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin
Gavin Andresen
2011-10-05
1
-6
/
+15
|
\
\
|
*
|
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-30
1
-6
/
+15
*
|
|
Added RPC call 'getmemorypool' that provides everything needed to construct a...
Forrest Voight
2011-10-01
1
-1
/
+1
|
/
/
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-28
1
-31
/
+55
|
\
\
|
*
|
Remove DoS penalty for SigOpCount or immature transactions
Gavin Andresen
2011-09-27
1
-2
/
+2
|
*
|
Skip verifying transaction signatures during initial block-chain download
Gavin Andresen
2011-09-26
1
-3
/
+10
|
*
|
Merge pull request #517 from gavinandresen/DoSprevention
Gavin Andresen
2011-09-26
1
-29
/
+46
|
|
\
\
|
|
*
|
More denial-of-service misbehavior detection: version/addr/inv/getdata messages
Gavin Andresen
2011-09-21
1
-0
/
+13
|
|
*
|
Transaction/Block denial-of-service detection/response
Gavin Andresen
2011-09-21
1
-29
/
+33
|
|
|
/
|
*
|
Merge pull request #521 from laanwj/qt
Gavin Andresen
2011-09-26
1
-0
/
+11
|
|
\
\
|
|
|
/
|
|
/
|
*
|
|
use median filter for peer-reported reported number of blocks
Wladimir J. van der Laan
2011-09-28
1
-11
/
+5
*
|
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-23
1
-3
/
+5
|
\
|
|
|
|
/
|
/
|
|
*
log low-level network messages only when fDebug is set
Nils Schneider
2011-09-17
1
-3
/
+5
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-16
1
-8
/
+8
|
\
|
|
*
Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...
Gavin Andresen
2011-09-07
1
-8
/
+8
|
|
\
|
|
*
Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...
Luke Dashjr
2011-09-06
1
-4
/
+3
|
|
*
Merge branch 'getwork_dedupe' into unique_coinbase
Luke Dashjr
2011-09-06
1
-4
/
+5
*
|
|
clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b...
Wladimir J. van der Laan
2011-09-11
1
-5
/
+5
*
|
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-07
1
-12
/
+12
|
\
|
|
|
*
|
Optimize database writes for transactions with lots of TxIns.
Gavin Andresen
2011-09-05
1
-12
/
+12
*
|
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-03
1
-1
/
+3
|
\
|
|
|
*
|
Versions 0.3.20 THROUGH 0.3.23 have trouble with blockchain downloads; avoid ...
Gavin Andresen
2011-09-02
1
-1
/
+3
|
*
|
Do not try to download blockchain from 0.3.23 nodes
Gavin Andresen
2011-09-02
1
-1
/
+1
*
|
|
update to work with new lock system, add protocol.* to build system
Wladimir J. van der Laan
2011-09-02
1
-2
/
+9
*
|
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-02
1
-11
/
+13
|
\
|
|
|
*
|
Merge pull request #467 from gavinandresen/keypoolzero
Gavin Andresen
2011-09-01
1
-1
/
+1
|
|
\
\
|
|
*
|
Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...
Gavin Andresen
2011-09-01
1
-1
/
+1
|
*
|
|
Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin
Gavin Andresen
2011-09-01
1
-2
/
+2
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Make some global variables less-global (static)
Giel van Schijndel
2011-08-19
1
-2
/
+2
|
|
|
/
|
*
|
Merge pull request #470 from fabianhjr/master
Gavin Andresen
2011-09-01
1
-7
/
+9
|
|
\
\
|
|
*
|
Updated checkpoints, maybe Tx fee should be reduced to 0.0001 from 0.0005 and...
Fabian H jr.
2011-08-15
1
-7
/
+9
|
*
|
|
Fix rpc-hanging deadlocks
Gavin Andresen
2011-08-31
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-22
1
-41
/
+0
|
\
|
|
|
*
|
Remove unused ScanMessageStart function
Gavin Andresen
2011-08-16
1
-41
/
+0
|
|
/
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-16
1
-0
/
+1
|
\
|
|
*
Merge pull request #458 from TheBlueMatt/copyright
Gavin Andresen
2011-08-11
1
-0
/
+1
|
|
\
|
|
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-0
/
+1
*
|
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-11
1
-1
/
+10
|
\
|
|
|
*
|
Merge pull request #459 from jgarzik/char-msgstart
Gavin Andresen
2011-08-10
1
-1
/
+1
|
|
\
\
|
|
*
|
Use 'unsigned char' rather than 'char' for pchMessageStart.
Venkatesh Srinivas
2011-08-10
1
-1
/
+1
|
|
|
/
[next]