aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db
Commit message (Expand)AuthorAgeFilesLines
...
| * Move mdb_txn_safe implementation to cpp fileThomas Winget2015-05-152-51/+58
* | Allow BlockchainLMDB to be opened in read-only modewarptangent2015-05-161-2/+6
|/
* Update log statementswarptangent2015-05-081-1/+1
* Only compile BerkeleyDB as an option in non-staticThomas Winget2015-04-071-0/+13
* Steps toward multiple dbs available -- workingThomas Winget2015-03-257-22/+50
* BerkeleyDB implementation of BlockchainDB seems to be working!Thomas Winget2015-03-172-20/+20
* Pull blockchain changes into berkeleydb branchThomas Winget2015-03-173-12/+18
|\
| * Add support for database open with flagswarptangent2015-03-163-4/+3
| * Add mdb_flags variable to LMDB database openwarptangent2015-03-161-1/+2
| * Update and relocate comment that applies class widewarptangent2015-03-151-8/+14
* | BlockchainBDB passes unit testsThomas Winget2015-03-171-1/+4
* | BerkeleyDB Blockchain building, not working yetThomas Winget2015-03-163-183/+194
* | CMake wiring, minor cleanup, minor test additionThomas Winget2015-03-161-0/+3
* | BerkeleyDB BlockchainDB impl copy/paste/modifyThomas Winget2015-03-162-9/+1304
* | Try to not pollute cryptonote namespaceThomas Winget2015-03-162-47/+47
* | Initial commit of BDB BlockchainDB implementationThomas Winget2015-03-162-0/+678
|/
* BlockchainDB implementations have names nowThomas Winget2015-03-133-0/+12
* Moved BlockchainDB into its own src/ subfolderThomas Winget2015-03-065-0/+2849