aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | BlockchainLMDB: Add batch transaction support to tx_exists()warptangent2015-02-231-6/+9
| | | * | | | BlockchainDB, BlockchainLMDB: Add profiling for DB commitswarptangent2015-02-233-0/+18
| | | * | | | BlockchainDB: Add virtual function declarations for batch transactionswarptangent2015-02-231-0/+3
| | | * | | | BlockchainLMDB: Add check for open database to two functionswarptangent2015-02-231-0/+3
| | | * | | | BlockchainLMDB: Add support for batch transactionswarptangent2015-02-232-55/+289
| | | * | | | Improve block and tx processing efficiency by less repeat hashingwarptangent2015-02-234-11/+28
| | | * | | | Add profiling to block and tx processingwarptangent2015-02-232-0/+48
| | | * | | | Move LMDB storage to subfolderwarptangent2015-02-232-1/+12
| | | * | | | Fix formattingwarptangent2015-02-231-6/+5
| | | * | | | Fix log statementwarptangent2015-02-231-1/+1
| | | * | | | Remove unused variablewarptangent2015-02-231-1/+0
| | | * | | | Add log statementwarptangent2015-02-231-0/+1
| | | * | | | Add and extend log statementswarptangent2015-02-231-6/+10
| | | * | | | Blockchain: match original function declaration from blockchain_storagewarptangent2015-02-232-2/+2
| | | * | | | Update year and formatting in licensewarptangent2015-02-231-7/+7
| | |/ / / /
| | * | | | Merge pull request #31 from warptangent/fix/fix_get_tail_idThomas Winget2015-02-222-2/+2
| | |\ \ \ \
| | | * | | | Fix Blockchain::get_tail_id() to set parameter to last block number instead o...warptangent2015-02-221-1/+1
| | | * | | | Revert "Bounds error, should fix #27"warptangent2015-02-221-1/+1
| | |/ / / /
| | * | | | Bounds error, should fix #27Thomas Winget2015-02-201-1/+1
| | * | | | Merge remote-tracking branch 'monero-project/master' into blockchainThomas Winget2015-02-053-4/+62
| | |\ \ \ \
| | * \ \ \ \ Merge PR #26Thomas Winget2015-02-039-4/+77
| | |\ \ \ \ \
| | | * | | | | Add compile-time support for both db implementations: in-memory and LMDBwarptangent2015-02-029-4/+77
| | |/ / / / /
| | * | | | | Merge PR 25 into blockchainThomas Winget2015-02-021-50/+57
| | |\ \ \ \ \
| | | * | | | | Blockchain: reflect log updates from blockchain_storagewarptangent2015-02-011-7/+7
| | | * | | | | Blockchain: reflect log and assert updates from blockchain_storagewarptangent2015-02-011-37/+38
| | | * | | | | Blockchain: reflect log level of blockchain_storagewarptangent2015-02-011-8/+8
| | | * | | | | Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_...warptangent2015-02-011-0/+2
| | | * | | | | Update recently added log statement to fix possible null dereferencewarptangent2015-02-011-1/+5
| | |/ / / / /
| | * | | | | Merge remote-tracking branch 'origin/pr/24' into blockchainThomas Winget2015-02-014-16/+179
| | |\ \ \ \ \
| | | * | | | | Merge upstreamwarptangent2015-01-304-16/+179
| | |/| | | | |
| | * | | | | | Merge to keep up with upstreamThomas Winget2015-01-2110-25/+208
| | |\ \ \ \ \ \
| | * | | | | | | Should fix std::min issues related to size_tThomas Winget2015-01-191-2/+2
| | * | | | | | | Add in-source lmdb to build processThomas Winget2015-01-184-5/+92
| | * | | | | | | Initial import of lmdb sourceThomas Winget2015-01-1827-0/+16131
| | * | | | | | | Merge #22Thomas Winget2015-01-142-26/+0
| | |\ \ \ \ \ \ \
| | | * | | | | | | Remove code previously made unused and marked unusedwarptangent2015-01-142-26/+0
| | |/ / / / / / /
| | * | | | | | | Merge pull request #21 from warptangent/fix_block_reorgThomas Winget2015-01-125-35/+137
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix height assertion in Blockchain::handle_alternative_block()warptangent2015-01-111-1/+1
| | | * | | | | | | Fix comparison between main and alternate chain's cumulativewarptangent2015-01-111-2/+10
| | | * | | | | | | Remove a have_block() check so alternate block can be processedwarptangent2015-01-111-7/+27
| | | * | | | | | | Complete implementation of transaction removalwarptangent2015-01-114-23/+97
| | | * | | | | | | Use block index when obtaining block's difficulty for log statementwarptangent2015-01-111-2/+2
| | |/ / / / / / /
| | * | | | | | | Merge pull request #20 from warptangent/fix_transfersThomas Winget2015-01-094-4/+127
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix transfers to support mixinswarptangent2015-01-092-3/+42
| | | * | | | | | | Fix transfers (without mixins)warptangent2015-01-094-1/+85
| | |/ / / / / / /
| | * | | | | | | throw inline functions need to keep exception typeThomas Winget2015-01-091-3/+5
| | * | | | | | | Fixes segfault in Blockchain::handle_alternative_blockThomas Winget2015-01-092-6/+12
| | * | | | | | | add BlockchainDB tests to new cmakeThomas Winget2015-01-071-0/+1
| | * | | | | | | Merge pull request #19 from warptangent/fix_tx_outputThomas Winget2015-01-041-1/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | Obtain tx hash and tx output index from amount and output offsetwarptangent2015-01-041-1/+1