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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Created core.h/core.cpp, added to makefiles. Started moving core structures f...
Eric Lombrozo
2013-06-05
1
-41
/
+1
*
Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL...
Eric Lombrozo
2013-06-05
1
-0
/
+3
*
build: add global var for whether or not the gui is enabled
Cory Fields
2013-06-04
1
-0
/
+1
*
Merge pull request #2644 from sipa/constfindblock
Jeff Garzik
2013-05-30
1
-13
/
+11
|
\
|
*
Make FindBlockByHeight constant-time.
Pieter Wuille
2013-05-12
1
-13
/
+11
*
|
CreateNewBlock performance improvements
Pieter Wuille
2013-05-21
1
-1
/
+1
|
/
*
Merge pull request #2577 from gavinandresen/fee_bandaid
Gavin Andresen
2013-05-04
1
-4
/
+4
|
\
|
*
Un-hardcode TX_FEE constants
Gavin Andresen
2013-05-03
1
-21
/
+3
|
*
Define dust transaction outputs, and make them non-standard
Gavin Andresen
2013-05-03
1
-0
/
+18
*
|
Improve gettxoutsetinfo command
Pieter Wuille
2013-05-01
1
-1
/
+4
|
/
*
Use a uint256 for bnChainWork
Pieter Wuille
2013-04-12
1
-7
/
+7
*
Merge pull request #2478 from sipa/fullhash
Gavin Andresen
2013-04-09
1
-14
/
+9
|
\
|
*
Always print full hashes (tx, block, inv)
Pieter Wuille
2013-04-07
1
-14
/
+9
*
|
Merge pull request #2403 from gmaxwell/minfee-to-relayfee
Pieter Wuille
2013-04-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make MIN_TX_FEE match MIN_RELAY_TX_FEE.
Gregory Maxwell
2013-03-22
1
-1
/
+1
*
|
Port Thread* methods to boost::thread_group
Gavin Andresen
2013-04-03
1
-5
/
+1
|
/
*
Merge pull request #2186 from Diapolo/misc_stuff
Wladimir J. van der Laan
2013-02-23
1
-3
/
+2
|
\
|
*
small changes in init, main, checkpoints.h and bitcoin-qt.pro
Philip Kaufmann
2013-02-20
1
-3
/
+2
*
|
Merge pull request #2221 from sipa/perfo
Gavin Andresen
2013-02-22
1
-13
/
+22
|
\
\
|
|
/
|
/
|
|
*
Various performance tweaks to CCoinsView
Pieter Wuille
2013-01-26
1
-13
/
+22
*
|
Improve block database load error reporting
Pieter Wuille
2013-02-17
1
-0
/
+2
*
|
Merge branch 'reindexgen' of git://github.com/sipa/bitcoin
Gavin Andresen
2013-02-05
1
-0
/
+2
|
\
\
|
*
|
Make sure the genesis block is present after reindex
Pieter Wuille
2013-02-01
1
-0
/
+2
*
|
|
Make transactions larger than 100K non-standard
Gavin Andresen
2013-02-05
1
-0
/
+2
|
/
/
*
|
Merge pull request #2224 from sipa/valstate
Gavin Andresen
2013-01-29
1
-27
/
+63
|
\
\
|
*
|
Improve dealing with abort conditions
Pieter Wuille
2013-01-30
1
-2
/
+8
|
*
|
CValidationState framework
Pieter Wuille
2013-01-30
1
-27
/
+57
*
|
|
Fix two clang3.3 warnings
Gavin Andresen
2013-01-29
1
-1
/
+1
|
/
/
*
|
Remove support for pre-checksum undo files
Pieter Wuille
2013-01-28
1
-11
/
+1
*
|
Merge pull request #2182 from gavinandresen/addressoracle
Gavin Andresen
2013-01-26
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Remove IsFromMe() check in CTxMemPool::accept()
Gavin Andresen
2013-01-15
1
-3
/
+3
*
|
Add optional transaction index to databases
Pieter Wuille
2013-01-18
1
-2
/
+22
*
|
Merge pull request #2060 from sipa/parallel
Gavin Andresen
2013-01-17
1
-10
/
+41
|
\
\
|
*
|
Parallelize script verification
Pieter Wuille
2013-01-08
1
-2
/
+13
|
*
|
Remove CheckSig_mode and move logic out of CheckInputs()
Pieter Wuille
2013-01-08
1
-8
/
+1
|
*
|
Add CScriptCheck: a closure representing a script check
Pieter Wuille
2013-01-08
1
-1
/
+26
|
*
|
Move VerifySignature to main
Pieter Wuille
2013-01-08
1
-0
/
+2
*
|
|
Use CPartialMerkleTree for CMerkleBlock transactions.
Matt Corallo
2013-01-16
1
-5
/
+7
*
|
|
Add CPartialMerkleTree
Pieter Wuille
2013-01-16
1
-0
/
+90
*
|
|
Add a CMerkleBlock to store merkle branches of filtered txes.
Matt Corallo
2013-01-16
1
-0
/
+30
*
|
|
Add a CBlock.GetBlockHeader
Matt Corallo
2013-01-16
1
-0
/
+12
|
|
/
|
/
|
*
|
small main.h cleanup (no code changes)
Philip Kaufmann
2013-01-11
1
-8
/
+2
*
|
Merge pull request #2145 from sipa/checkcoins
Gregory Maxwell
2013-01-11
1
-3
/
+52
|
\
\
|
*
|
New database check routine
Pieter Wuille
2013-01-04
1
-0
/
+2
|
*
|
Add checksums to undo data
Pieter Wuille
2013-01-03
1
-1
/
+45
|
*
|
Make DisconnectBlock fault-tolerant
Pieter Wuille
2013-01-03
1
-2
/
+5
|
|
/
*
/
changed CreateNewBlock to return a CBlockTemplate object, which includes per-...
Forrest Voight
2012-12-19
1
-1
/
+10
|
/
*
Fix two typos in main.h
fanquake
2012-12-17
1
-1
/
+1
*
Add -benchmark for reporting block processing times
Pieter Wuille
2012-12-05
1
-0
/
+1
*
add 2 constructors in CDiskBlockPos to simplify class usage
Philip Kaufmann
2012-12-03
1
-4
/
+11
[prev]
[next]