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
...
*
|
Replace GetLow64 with GetCheapHash
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
|
/
*
MOVEONLY: CBlockUndo from main.h to undo.h
jtimon
2014-12-27
1
-16
/
+0
*
Decouple CBlockUndo from CDiskBlockPos
jtimon
2014-12-27
1
-3
/
+0
*
Decouple miner.o and txmempool.o from CTxUndo
jtimon
2014-12-27
1
-1
/
+1
*
remove max orphan blocks config parameter since it is no longer functional
Jameson Lopp
2014-12-21
1
-2
/
+0
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Merge pull request #5181
Wladimir J. van der Laan
2014-12-05
1
-138
/
+0
|
\
|
*
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo
2014-12-05
1
-138
/
+0
*
|
Merge pull request #5394
Wladimir J. van der Laan
2014-12-04
1
-3
/
+9
|
\
\
|
|
/
|
/
|
|
*
Report script evaluation failures in log and reject messages
Pieter Wuille
2014-12-02
1
-3
/
+9
*
|
Merge pull request #5306
Wladimir J. van der Laan
2014-12-03
1
-2
/
+2
|
\
\
|
*
|
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-2
/
+2
|
|
/
*
/
Make comments in main an init doxygen compatible
Michael Ford
2014-12-02
1
-85
/
+99
|
/
*
Merge pull request #5316
Wladimir J. van der Laan
2014-11-28
1
-0
/
+6
|
\
|
*
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
Pieter Wuille
2014-11-26
1
-0
/
+6
*
|
Remove -printblock, -printblocktree, and -printblockindex
Pieter Wuille
2014-11-27
1
-2
/
+0
|
/
*
Improve chainstate/blockindex disk writing policy
Pieter Wuille
2014-11-24
1
-0
/
+4
*
TestBlockValidity function for CBlock proposals (used by CreateNewBlock)
Luke Dashjr
2014-11-18
1
-1
/
+4
*
Abstract context-dependent block checking from acceptance
Luke Dashjr
2014-11-18
1
-0
/
+4
*
Merge pull request #5186
Wladimir J. van der Laan
2014-11-03
1
-9
/
+7
|
\
|
*
minor cleanup: include orders, end comments etc.
Philip Kaufmann
2014-10-31
1
-9
/
+7
*
|
Merge pull request #5106
Wladimir J. van der Laan
2014-11-03
1
-2
/
+11
|
\
\
|
|
/
|
/
|
|
*
Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...
Luke Dashjr
2014-10-28
1
-2
/
+10
|
*
Add CValidationInterface::BlockChecked notification
Luke Dashjr
2014-10-21
1
-0
/
+1
*
|
MOVEONLY: core.o -> core/block.o
jtimon
2014-10-27
1
-1
/
+1
*
|
MOVEONLY: separate CTxUndo out of core
jtimon
2014-10-27
1
-1
/
+1
*
|
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-0
/
+1
*
|
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-27
1
-0
/
+1
*
|
Merge pull request #4981
Wladimir J. van der Laan
2014-10-22
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
1
-0
/
+1
*
|
Rename CWalletInterface to CValidationInterface
Pieter Wuille
2014-10-20
1
-14
/
+14
*
|
RPC additions after headers-first
Pieter Wuille
2014-10-14
1
-0
/
+5
*
|
Headers-first synchronization
Pieter Wuille
2014-10-14
1
-9
/
+12
|
/
*
Merge pull request #5036
Wladimir J. van der Laan
2014-10-06
1
-1
/
+1
|
\
|
*
Don't translate state.Abort() messages
Wladimir J. van der Laan
2014-10-02
1
-1
/
+1
*
|
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-10-02
1
-6
/
+7
*
|
Make signature cache optional
Pieter Wuille
2014-10-02
1
-0
/
+1
|
/
*
Merge pull request #4234
Wladimir J. van der Laan
2014-10-01
1
-3
/
+3
|
\
|
*
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-3
/
+3
*
|
Merge pull request #4796
Pieter Wuille
2014-09-29
1
-382
/
+3
|
\
\
|
|
/
|
/
|
|
*
Move CBlockIndex, CChain and related code out of main
jtimon
2014-09-08
1
-380
/
+1
|
*
Decouple CChain from mapBlockIndex
jtimon
2014-09-08
1
-3
/
+3
*
|
Merge pull request #4555
Wladimir J. van der Laan
2014-09-17
1
-7
/
+3
|
\
\
|
*
|
Remove CScriptCheck::nHashType (was always 0)
jtimon
2014-09-12
1
-5
/
+3
|
*
|
Remove unused function main:VerifySignature
jtimon
2014-09-12
1
-2
/
+0
*
|
|
Merge pull request #4875
Pieter Wuille
2014-09-16
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
When reindexing check for file before trying to open (refactored)
Suhas Daftuar
2014-09-10
1
-0
/
+2
*
|
|
Store fewer orphan tx by default, add -maxorphantx option
Gavin Andresen
2014-09-10
1
-2
/
+2
|
|
/
|
/
|
*
|
Separate script/standard
jtimon
2014-09-08
1
-1
/
+2
*
|
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-1
/
+1
|
/
[prev]
[next]