| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | BlockchainLMDB: Add batch transaction support to tx_exists() | warptangent | 2015-02-23 | 1 | -6/+9 | |
| | | | * | | | | BlockchainDB, BlockchainLMDB: Add profiling for DB commits | warptangent | 2015-02-23 | 3 | -0/+18 | |
| | | | * | | | | BlockchainDB: Add virtual function declarations for batch transactions | warptangent | 2015-02-23 | 1 | -0/+3 | |
| | | | * | | | | BlockchainLMDB: Add check for open database to two functions | warptangent | 2015-02-23 | 1 | -0/+3 | |
| | | | * | | | | BlockchainLMDB: Add support for batch transactions | warptangent | 2015-02-23 | 2 | -55/+289 | |
| | | | * | | | | Improve block and tx processing efficiency by less repeat hashing | warptangent | 2015-02-23 | 4 | -11/+28 | |
| | | | * | | | | Add profiling to block and tx processing | warptangent | 2015-02-23 | 2 | -0/+48 | |
| | | | * | | | | Move LMDB storage to subfolder | warptangent | 2015-02-23 | 2 | -1/+12 | |
| | | | * | | | | Fix formatting | warptangent | 2015-02-23 | 1 | -6/+5 | |
| | | | * | | | | Fix log statement | warptangent | 2015-02-23 | 1 | -1/+1 | |
| | | | * | | | | Remove unused variable | warptangent | 2015-02-23 | 1 | -1/+0 | |
| | | | * | | | | Add log statement | warptangent | 2015-02-23 | 1 | -0/+1 | |
| | | | * | | | | Add and extend log statements | warptangent | 2015-02-23 | 1 | -6/+10 | |
| | | | * | | | | Blockchain: match original function declaration from blockchain_storage | warptangent | 2015-02-23 | 2 | -2/+2 | |
| | | | * | | | | Update year and formatting in license | warptangent | 2015-02-23 | 1 | -7/+7 | |
| | | |/ / / / | ||||||
| | | * | | | | Merge pull request #31 from warptangent/fix/fix_get_tail_id | Thomas Winget | 2015-02-22 | 2 | -2/+2 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Fix Blockchain::get_tail_id() to set parameter to last block number instead o... | warptangent | 2015-02-22 | 1 | -1/+1 | |
| | | | * | | | | Revert "Bounds error, should fix #27" | warptangent | 2015-02-22 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| | | * | | | | Bounds error, should fix #27 | Thomas Winget | 2015-02-20 | 1 | -1/+1 | |
| | | * | | | | Merge remote-tracking branch 'monero-project/master' into blockchain | Thomas Winget | 2015-02-05 | 3 | -4/+62 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | Merge PR #26 | Thomas Winget | 2015-02-03 | 9 | -4/+77 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Add compile-time support for both db implementations: in-memory and LMDB | warptangent | 2015-02-02 | 9 | -4/+77 | |
| | | |/ / / / / | ||||||
| | | * | | | | | Merge PR 25 into blockchain | Thomas Winget | 2015-02-02 | 1 | -50/+57 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Blockchain: reflect log updates from blockchain_storage | warptangent | 2015-02-01 | 1 | -7/+7 | |
| | | | * | | | | | Blockchain: reflect log and assert updates from blockchain_storage | warptangent | 2015-02-01 | 1 | -37/+38 | |
| | | | * | | | | | Blockchain: reflect log level of blockchain_storage | warptangent | 2015-02-01 | 1 | -8/+8 | |
| | | | * | | | | | Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_... | warptangent | 2015-02-01 | 1 | -0/+2 | |
| | | | * | | | | | Update recently added log statement to fix possible null dereference | warptangent | 2015-02-01 | 1 | -1/+5 | |
| | | |/ / / / / | ||||||
| | | * | | | | | Merge remote-tracking branch 'origin/pr/24' into blockchain | Thomas Winget | 2015-02-01 | 4 | -16/+179 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Merge upstream | warptangent | 2015-01-30 | 4 | -16/+179 | |
| | | |/| | | | | | ||||||
| | | * | | | | | | Merge to keep up with upstream | Thomas Winget | 2015-01-21 | 10 | -25/+208 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | Should fix std::min issues related to size_t | Thomas Winget | 2015-01-19 | 1 | -2/+2 | |
| | | * | | | | | | | Add in-source lmdb to build process | Thomas Winget | 2015-01-18 | 4 | -5/+92 | |
| | | * | | | | | | | Initial import of lmdb source | Thomas Winget | 2015-01-18 | 27 | -0/+16131 | |
| | | * | | | | | | | Merge #22 | Thomas Winget | 2015-01-14 | 2 | -26/+0 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Remove code previously made unused and marked unused | warptangent | 2015-01-14 | 2 | -26/+0 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merge pull request #21 from warptangent/fix_block_reorg | Thomas Winget | 2015-01-12 | 5 | -35/+137 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Fix height assertion in Blockchain::handle_alternative_block() | warptangent | 2015-01-11 | 1 | -1/+1 | |
| | | | * | | | | | | | Fix comparison between main and alternate chain's cumulative | warptangent | 2015-01-11 | 1 | -2/+10 | |
| | | | * | | | | | | | Remove a have_block() check so alternate block can be processed | warptangent | 2015-01-11 | 1 | -7/+27 | |
| | | | * | | | | | | | Complete implementation of transaction removal | warptangent | 2015-01-11 | 4 | -23/+97 | |
| | | | * | | | | | | | Use block index when obtaining block's difficulty for log statement | warptangent | 2015-01-11 | 1 | -2/+2 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merge pull request #20 from warptangent/fix_transfers | Thomas Winget | 2015-01-09 | 4 | -4/+127 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Fix transfers to support mixins | warptangent | 2015-01-09 | 2 | -3/+42 | |
| | | | * | | | | | | | Fix transfers (without mixins) | warptangent | 2015-01-09 | 4 | -1/+85 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | throw inline functions need to keep exception type | Thomas Winget | 2015-01-09 | 1 | -3/+5 | |
| | | * | | | | | | | Fixes segfault in Blockchain::handle_alternative_block | Thomas Winget | 2015-01-09 | 2 | -6/+12 | |
| | | * | | | | | | | add BlockchainDB tests to new cmake | Thomas Winget | 2015-01-07 | 1 | -0/+1 | |
| | | * | | | | | | | Merge pull request #19 from warptangent/fix_tx_output | Thomas Winget | 2015-01-04 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Obtain tx hash and tx output index from amount and output offset | warptangent | 2015-01-04 | 1 | -1/+1 | |
