summaryrefslogtreecommitdiffstats
path: root/tests/storagetest.cpp
Commit message (Expand)AuthorAge
* Fixed storagetestChristian Mollekopf2018-07-27
* New Key API in storage layerRémi Nicole2018-07-27
* CleanupChristian Mollekopf2018-07-12
* Fixed the case when a dbi would leak through to a transaction where itChristian Mollekopf2018-07-12
* Add findAllInRange function in the storage layerRémi Nicole2018-05-24
* Fixed use of mdb_dbi_openChristian Mollekopf2018-05-23
* Fixed more warnings and then disabled themChristian Mollekopf2018-03-25
* Fixed getUids by type filtering.Christian Mollekopf2017-09-07
* Somewhat useless stress test...Christian Mollekopf2017-05-07
* Don't leak transactions when copying them.Christian Mollekopf2017-05-05
* Make opening dbis non-racyChristian Mollekopf2017-02-27
* Refactor how the storage is used.Christian Mollekopf2016-10-21
* Fixed new diagnostics errorsChristian Mollekopf2016-07-13
* Skip internal keys by default while scanning.Christian Mollekopf2016-06-05
* Fixed revision sortingChristian Mollekopf2016-05-31
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
* Get substring matches to work with sorted duplicates in storeChristian Mollekopf2016-02-20
* Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibilityChristian Mollekopf2016-02-17
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
* Optimize findLastChristian Mollekopf2015-11-25
* Documentation on what tests are supposed to test.Christian Mollekopf2015-10-24
* Change replayChristian Mollekopf2015-10-10
* Storage: substring search and findLatestChristian Mollekopf2015-09-11
* Removed convenience APIChristian Mollekopf2015-08-23
* Storage cleanupChristian Mollekopf2015-08-23
* Store indexes as named databases in the same db.Christian Mollekopf2015-08-23
* Less noise and better error handling.Christian Mollekopf2015-08-23
* Use named databases in storage.Christian Mollekopf2015-08-22
* Support for nested transactionsChristian Mollekopf2015-08-12
* Transaction class for storageChristian Mollekopf2015-08-09
* Made storagetest quicker.Christian Mollekopf2015-07-30
* Storage: API cleanup/use QByteArray instead of std::stringChristian Mollekopf2015-03-31
* Fixed storage removal.Christian Mollekopf2015-01-16
* storagetestChristian Mollekopf2015-01-15
* Finally working multithreaded reads from lmdb?Christian Mollekopf2015-01-11
* Error handling for remove.Christian Mollekopf2015-01-11
* namespace everything in libs with Akonadi2Aaron Seigo2014-12-15
* Make lmdb work with threads.Christian Mollekopf2014-12-15
* Storage: implemented scanChristian Mollekopf2014-12-10
* read takes an error handler rather than returns a boolAaron Seigo2014-12-06
* make tests declare ReadWrite when writingAaron Seigo2014-12-05
* buildAaron Seigo2014-12-05
* make read return a bool on successAaron Seigo2014-12-05
* mv storagetest.cpp to the right locationAaron Seigo2014-12-05