Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-22 | Require BerkeleyDB to be installed (for now) if building non-static | Thomas Winget | 1 | -7/+2 | |
2015-04-14 | update lmdb64 | Riccardo Spagni | 22 | -365/+201 | |
2015-04-07 | Only compile BerkeleyDB as an option in non-static | Thomas Winget | 1 | -16/+18 | |
2015-03-17 | Pull blockchain changes into berkeleydb branch | Thomas Winget | 57 | -27/+16065 | |
2015-03-17 | Move db_drivers/ to external/ | Thomas Winget | 57 | -0/+32257 | |
Also change LMDB Cmake variables to CACHE rather than upgrading them through several parent scopes. | |||||
2015-03-17 | Revert "Moved db_drivers/ into external/ for consistency" | Thomas Winget | 29 | -16219/+0 | |
This reverts commit b21335642e75b35d3b178a754f4cdb2314989cd1. | |||||
2015-03-16 | BerkeleyDB Blockchain building, not working yet | Thomas Winget | 1 | -5/+5 | |
Everything except actually *using* BlockchainBDB is wired up, but the db itself is not yet working. Some error about user mem not large enough. I think I know what this error means, but I can't determine the cause. Notes: BerkeleyDB does not allow 0-indexing in its recno type databases, so block numbers *in the database* will be 1-indexed. Modifications to indexing have been made as needed. | |||||
2015-03-16 | CMake wiring, minor cleanup, minor test addition | Thomas Winget | 1 | -1/+23 | |
Make Cmake things aware of BerkeleyDB and BlockchainBDB Make the BlockchainDB unit tests aware of BlockchainBDB | |||||
2015-03-09 | Moved db_drivers/ into external/ for consistency | Thomas Winget | 29 | -0/+16219 | |