Age | Commit message (Expand) | Author | Files | Lines |
2015-05-16 | LMDB should now dynamically resize the mapsize | Thomas Winget | 2 | -60/+187 |
2015-05-16 | Allow BlockchainLMDB to be opened in read-only mode | warptangent | 1 | -2/+6 |
2015-05-15 | Move mdb_txn_safe implementation to cpp file | Thomas Winget | 2 | -51/+58 |
2015-05-08 | Update log statements | warptangent | 1 | -1/+1 |
2015-04-07 | Only compile BerkeleyDB as an option in non-static | Thomas Winget | 1 | -0/+13 |
2015-03-25 | Steps toward multiple dbs available -- working | Thomas Winget | 7 | -22/+50 |
2015-03-17 | BerkeleyDB implementation of BlockchainDB seems to be working! | Thomas Winget | 2 | -20/+20 |
2015-03-17 | Pull blockchain changes into berkeleydb branch | Thomas Winget | 3 | -12/+18 |
2015-03-17 | BlockchainBDB passes unit tests | Thomas Winget | 1 | -1/+4 |
2015-03-16 | BerkeleyDB Blockchain building, not working yet | Thomas Winget | 3 | -189/+200 |
2015-03-16 | CMake wiring, minor cleanup, minor test addition | Thomas Winget | 1 | -0/+3 |
2015-03-16 | BerkeleyDB BlockchainDB impl copy/paste/modify | Thomas Winget | 2 | -9/+1304 |
2015-03-16 | Try to not pollute cryptonote namespace | Thomas Winget | 2 | -47/+47 |
2015-03-16 | Initial commit of BDB BlockchainDB implementation | Thomas Winget | 2 | -0/+678 |
2015-03-16 | Add support for database open with flags | warptangent | 3 | -4/+3 |
2015-03-16 | Add mdb_flags variable to LMDB database open | warptangent | 1 | -1/+2 |
2015-03-15 | Update and relocate comment that applies class wide | warptangent | 1 | -8/+14 |
2015-03-13 | BlockchainDB implementations have names now | Thomas Winget | 3 | -0/+12 |
2015-03-06 | Moved BlockchainDB into its own src/ subfolder | Thomas Winget | 5 | -0/+2849 |