summaryrefslogtreecommitdiffstats
path: root/common/storage_lmdb.cpp
Commit message (Expand)AuthorAge
* Reduce the maximum database size to 200MB until we have fixed the lmdbChristian Mollekopf2018-06-01
* Reduce the maximum database size to 10GB on windows.Christian Mollekopf2018-05-29
* Only call the result handler if reading succeededChristian Mollekopf2018-05-29
* Document why we might be creating a db several times.Christian Mollekopf2018-05-27
* We can't recover from not being able to open the database.Christian Mollekopf2018-05-24
* Get the mapsize from a separate function and check the error whenChristian Mollekopf2018-05-24
* Fixed a bunch of warningsChristian Mollekopf2018-05-24
* Return number of retrieved values.Christian Mollekopf2018-05-24
* Add findAllInRange function in the storage layerRémi Nicole2018-05-24
* We were off by a factor of 10Christian Mollekopf2018-05-24
* Opening dbis may fail in read-only modeChristian Mollekopf2018-05-24
* I think those variables should just be staticChristian Mollekopf2018-05-24
* We need an extern declaration for non-static variables.Christian Mollekopf2018-05-23
* Fixed use of mdb_dbi_openChristian Mollekopf2018-05-23
* Actually close the lmdb environment before removing from disk.Christian Mollekopf2018-05-20
* mdb_env_set_mapsize should be called after create but before openChristian Mollekopf2018-05-15
* Try a bit harder to ensure that env always has a sane value.Christian Mollekopf2018-05-15
* Windows compatChristian Mollekopf2018-04-19
* Make sure we initialize the environment correctly and only set the db version...Christian Mollekopf2018-03-26
* Don't just set the db version, only when we create the db first.Christian Mollekopf2018-03-26
* Optional printing of transaction spanChristian Mollekopf2018-01-30
* Use read-write locks for finer grained control to sDbi and sEnvironmentsChristian Mollekopf2018-01-03
* Trying to open a db that doesn't exist in read-only mode is not an errorChristian Mollekopf2018-01-03
* Print transaction spanChristian Mollekopf2017-11-21
* Storage debugging codeChristian Mollekopf2017-11-21
* Print key/value when put failsChristian Mollekopf2017-11-20
* Simplified codeChristian Mollekopf2017-07-16
* Better error messagesChristian Mollekopf2017-07-16
* initEnvironment with double-checked lockingChristian Mollekopf2017-05-11
* Starting to get rid of the SINK_DEBUG_AREAChristian Mollekopf2017-05-11
* A defined table layoutChristian Mollekopf2017-05-06
* Don't leak transactions when copying them.Christian Mollekopf2017-05-05
* Take sink down if we're not assertingChristian Mollekopf2017-05-04
* CleanupChristian Mollekopf2017-05-04
* Sanity check db namesChristian Mollekopf2017-05-03
* lmdb cleanupChristian Mollekopf2017-03-06
* Ensure we don't try to open db's that are not available to ourChristian Mollekopf2017-03-06
* Less debug outputChristian Mollekopf2017-02-28
* Make opening dbis non-racyChristian Mollekopf2017-02-27
* Attempt to fix the issue of opening the wrong databaseChristian Mollekopf2017-02-26
* Better debug outputChristian Mollekopf2017-02-24
* Bring the application down in a controlled fashion if we experience aChristian Mollekopf2017-02-23
* Fixed index removalsChristian Mollekopf2017-02-13
* Fixed build issues with pedantic enabledChristian Mollekopf2017-01-12
* Copy command and proper moveChristian Mollekopf2016-12-04
* Refactor how the storage is used.Christian Mollekopf2016-10-21
* Replaced commented code with a comment.Christian Mollekopf2016-10-07
* Detect when we try to operate on transactions that point to aChristian Mollekopf2016-10-07
* Support valgrind directly in the buildsystemChristian Mollekopf2016-07-11
* A new debug system.Christian Mollekopf2016-07-07