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
...
|
*
|
Merge branch 'checknewblock_0.6.0' into checknewblock
Luke Dashjr
2012-07-11
1
-12
/
+31
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
CreateNewBlock: Check that the produced CBlock is acceptable (except for proo...
Luke Dashjr
2012-05-27
1
-12
/
+31
*
|
|
Let the comment in GetBlockValue() reflect the uncertainty about the time int...
Rune K. Svendsen
2012-07-18
1
-1
/
+1
*
|
|
Fix thread names after review
Giel van Schijndel
2012-07-17
1
-1
/
+1
*
|
|
Give threads a recognisable name to aid in debugging
Giel van Schijndel
2012-07-17
1
-0
/
+3
|
/
/
*
|
Warn if blockchain majority doesn't match CBlock::CURRENT_VERSION
Gavin Andresen
2012-07-06
1
-0
/
+18
*
|
Treat non-version-1 transactions as non-standard
Gavin Andresen
2012-07-06
1
-0
/
+3
*
|
Merge pull request #1304 from rebroad/ShowBlockTimestamp
Jeff Garzik
2012-07-05
1
-3
/
+10
|
\
\
|
*
|
Show the timestamp for the block.
R E Broadley
2012-05-29
1
-3
/
+10
*
|
|
CTxMemPool: eliminate redundant lock, GetHash() call
Jeff Garzik
2012-07-04
1
-4
/
+2
*
|
|
Remove duplicate GetHash() in ConnectBlock
Matt Corallo
2012-07-04
1
-14
/
+14
*
|
|
Merge pull request #1511 from jgarzik/quieten2
Jeff Garzik
2012-06-27
1
-1
/
+5
|
\
\
\
|
*
|
|
Quieten 'getdata' P2P message output
Jeff Garzik
2012-06-23
1
-1
/
+5
*
|
|
|
Merge pull request #1347 from rebroad/FixAlreadyAskedFor
Pieter Wuille
2012-06-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Should only be mapped when the getdata is done.
R E Broadley
2012-05-17
1
-1
/
+1
*
|
|
|
|
Stop processing messages on full send buffer and dont disconnect.
Matt Corallo
2012-06-27
1
-8
/
+8
*
|
|
|
|
Merge pull request #1174 from sipa/torhs
Gregory Maxwell
2012-06-23
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Debug version messages
Pieter Wuille
2012-06-23
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #1503 from gmaxwell/testnet_tweaks
Gregory Maxwell
2012-06-23
1
-4
/
+3
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Remove some rule differences which aren't needed with testnet3.
Gregory Maxwell
2012-06-22
1
-4
/
+3
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1458 from jgarzik/tracenet
Jeff Garzik
2012-06-22
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Introduce -debugnet option, thereby quieting some redundant debug messages
Jeff Garzik
2012-06-22
1
-1
/
+2
*
|
|
|
|
|
RPC: add 'getrawmempool', listing all transaction ids in memory pool
Jeff Garzik
2012-06-22
1
-0
/
+8
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
print large orphan warning BEFORE deleting pvMsg
Gavin Andresen
2012-06-19
1
-1
/
+1
*
|
|
|
|
Merge branch 'signbugs' of https://github.com/wizeman/bitcoin
Gavin Andresen
2012-06-18
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Make CNetAddr::GetHash() return an unsigned val.
Ricardo M. Correia
2012-05-13
1
-1
/
+1
*
|
|
|
|
|
Use a 64-bit nonce in ping
Pieter Wuille
2012-06-14
1
-1
/
+2
*
|
|
|
|
|
introduce a new StartShutdown() function, which starts a thread with Shutdown...
Philip Kaufmann
2012-06-12
1
-1
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Rework network config settings
Pieter Wuille
2012-05-31
1
-2
/
+2
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1392 from gavinandresen/testnet_reset
Gregory Maxwell
2012-05-27
1
-7
/
+5
|
\
\
\
\
|
*
|
|
|
Fix issue#1082, testnet difficulty unsigned integer underflow
Gavin Andresen
2012-05-25
1
-3
/
+3
|
*
|
|
|
Testnet, Mark III
Gavin Andresen
2012-05-25
1
-4
/
+2
*
|
|
|
|
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #1383 from jgarzik/rawtx
Jeff Garzik
2012-05-24
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network
Jeff Garzik
2012-05-23
1
-1
/
+1
*
|
|
|
|
Refactor: move runCommand() to util.cpp
Jeff Garzik
2012-05-23
1
-8
/
+0
|
/
/
/
/
*
|
|
|
Merge branch 'dbenv' into tmp
Jeff Garzik
2012-05-22
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
Reorganize(): remove spurious TxnAbort()
Jeff Garzik
2012-05-19
1
-1
/
+0
*
|
|
|
|
Merge pull request #1381 from jgarzik/check-deser
Jeff Garzik
2012-05-22
1
-2
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Prevent crashes due to missing or corrupted blk????.dat records
Jeff Garzik
2012-05-22
1
-2
/
+3
*
|
|
|
|
|
ProcessMessage(): remove duplicate orphan tx debug message
Jeff Garzik
2012-05-22
1
-3
/
+0
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'master' of github.com:bitcoin/bitcoin
Gavin Andresen
2012-05-22
1
-7
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
Correct debug.log output to show correct function the debug is coming from.
R E Broadley
2012-05-22
1
-7
/
+7
*
|
|
|
|
|
Merge branch 'optimize'
Gavin Andresen
2012-05-22
1
-27
/
+61
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Further DoS prevention: Verify signatures last
Gavin Andresen
2012-05-18
1
-5
/
+16
|
*
|
|
|
|
Remove invalid dependent orphans from memory
Gavin Andresen
2012-05-18
1
-2
/
+12
|
*
|
|
|
|
Optimize orphan transaction handling
Gavin Andresen
2012-05-18
1
-16
/
+30
|
*
|
|
|
|
Refactor: GetRandHash() method for util
Gavin Andresen
2012-05-17
1
-5
/
+3
*
|
|
|
|
|
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
1
-1
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+2
[prev]
[next]