aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Replace GetLow64 with GetCheapHashWladimir J. van der Laan2015-01-051-1/+1
|/
* MOVEONLY: CBlockUndo from main.h to undo.hjtimon2014-12-271-16/+0
* Decouple CBlockUndo from CDiskBlockPosjtimon2014-12-271-3/+0
* Decouple miner.o and txmempool.o from CTxUndojtimon2014-12-271-1/+1
* remove max orphan blocks config parameter since it is no longer functionalJameson Lopp2014-12-211-2/+0
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Merge pull request #5181Wladimir J. van der Laan2014-12-051-138/+0
|\
| * Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo2014-12-051-138/+0
* | Merge pull request #5394Wladimir J. van der Laan2014-12-041-3/+9
|\ \ | |/ |/|
| * Report script evaluation failures in log and reject messagesPieter Wuille2014-12-021-3/+9
* | Merge pull request #5306Wladimir J. van der Laan2014-12-031-2/+2
|\ \
| * | MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-2/+2
| |/
* / Make comments in main an init doxygen compatibleMichael Ford2014-12-021-85/+99
|/
* Merge pull request #5316Wladimir J. van der Laan2014-11-281-0/+6
|\
| * Add 'invalidateblock' and 'reconsiderblock' RPC commands.Pieter Wuille2014-11-261-0/+6
* | Remove -printblock, -printblocktree, and -printblockindexPieter Wuille2014-11-271-2/+0
|/
* Improve chainstate/blockindex disk writing policyPieter Wuille2014-11-241-0/+4
* TestBlockValidity function for CBlock proposals (used by CreateNewBlock)Luke Dashjr2014-11-181-1/+4
* Abstract context-dependent block checking from acceptanceLuke Dashjr2014-11-181-0/+4
* Merge pull request #5186Wladimir J. van der Laan2014-11-031-9/+7
|\
| * minor cleanup: include orders, end comments etc.Philip Kaufmann2014-10-311-9/+7
* | Merge pull request #5106Wladimir J. van der Laan2014-11-031-2/+11
|\ \ | |/ |/|
| * Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d...Luke Dashjr2014-10-281-2/+10
| * Add CValidationInterface::BlockChecked notificationLuke Dashjr2014-10-211-0/+1
* | MOVEONLY: core.o -> core/block.ojtimon2014-10-271-1/+1
* | MOVEONLY: separate CTxUndo out of corejtimon2014-10-271-1/+1
* | MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-0/+1
* | MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+1
* | Merge pull request #4981Wladimir J. van der Laan2014-10-221-0/+1
|\ \ | |/ |/|
| * script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+1
* | Rename CWalletInterface to CValidationInterfacePieter Wuille2014-10-201-14/+14
* | RPC additions after headers-firstPieter Wuille2014-10-141-0/+5
* | Headers-first synchronizationPieter Wuille2014-10-141-9/+12
|/
* Merge pull request #5036Wladimir J. van der Laan2014-10-061-1/+1
|\
| * Don't translate state.Abort() messagesWladimir J. van der Laan2014-10-021-1/+1
* | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-6/+7
* | Make signature cache optionalPieter Wuille2014-10-021-0/+1
|/
* Merge pull request #4234Wladimir J. van der Laan2014-10-011-3/+3
|\
| * Use a typedef for monetary valuesMark Friedenbach2014-09-261-3/+3
* | Merge pull request #4796Pieter Wuille2014-09-291-382/+3
|\ \ | |/ |/|
| * Move CBlockIndex, CChain and related code out of mainjtimon2014-09-081-380/+1
| * Decouple CChain from mapBlockIndexjtimon2014-09-081-3/+3
* | Merge pull request #4555Wladimir J. van der Laan2014-09-171-7/+3
|\ \
| * | Remove CScriptCheck::nHashType (was always 0)jtimon2014-09-121-5/+3
| * | Remove unused function main:VerifySignaturejtimon2014-09-121-2/+0
* | | Merge pull request #4875Pieter Wuille2014-09-161-0/+2
|\ \ \ | |/ / |/| |
| * | When reindexing check for file before trying to open (refactored)Suhas Daftuar2014-09-101-0/+2
* | | Store fewer orphan tx by default, add -maxorphantx optionGavin Andresen2014-09-101-2/+2
| |/ |/|
* | Separate script/standardjtimon2014-09-081-1/+2
* | Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
|/