Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Uid index + query using that index. | Christian Mollekopf | 2015-01-24 |
| | | | | ...and a couple of other fixes. | ||
* | An index implementation. | Christian Mollekopf | 2015-01-21 |
| | |||
* | Fixed sync, detect errors during sync, wait until sync items are processed ↵ | Christian Mollekopf | 2015-01-19 |
| | | | | until signalling completion. | ||
* | Use jobs in queries, sync works again. | Christian Mollekopf | 2015-01-18 |
| | |||
* | Messagequeuetest | Christian Mollekopf | 2015-01-16 |
| | |||
* | Fixed storage removal. | Christian Mollekopf | 2015-01-16 |
| | | | | We have to remove any open environments as well. | ||
* | Async message queue processing. | Christian Mollekopf | 2015-01-15 |
| | | | | The Job/Future in Pipeline::newEntity for some reason crashes with async pipeline processing. | ||
* | storagetest | Christian Mollekopf | 2015-01-15 |
| | |||
* | Writing from facade. | Christian Mollekopf | 2015-01-15 |
| | |||
* | Finally working multithreaded reads from lmdb? | Christian Mollekopf | 2015-01-11 |
| | |||
* | Error handling for remove. | Christian Mollekopf | 2015-01-11 |
| | |||
* | A messagequeue. | Christian Mollekopf | 2015-01-11 |
| | |||
* | Made the domain adaptor actually work. We can read stuff now. | Christian Mollekopf | 2015-01-07 |
| | |||
* | More descriptive testname. | Christian Mollekopf | 2014-12-29 |
| | |||
* | Removed dummyresourcefacadetest | Christian Mollekopf | 2014-12-29 |
| | | | | dummyresourcetest tests the facade as well and writes the proper storage format. | ||
* | Buffers wrapped into entity buffer, async command progress tracking. | Christian Mollekopf | 2014-12-28 |
| | |||
* | Write-Read loop from clientside. | Christian Mollekopf | 2014-12-21 |
| | | | | | | | | | It's a huge hack but starts to show results. Most urgently we need: * reliable command results * the 3 buffers instead of the 1 * A way to implement storage as preprocessor (or a place to impelement it after the preprocessors). | ||
* | make libgit actually optionally | Aaron Seigo | 2014-12-18 |
| | |||
* | LGPL the library classes | Aaron Seigo | 2014-12-15 |
| | |||
* | set a good trend for akonadi2 library name: akonadi2_resource_<name> | Aaron Seigo | 2014-12-15 |
| | | | | also, correct Qt library usage | ||
* | namespace everything in libs with Akonadi2 | Aaron Seigo | 2014-12-15 |
| | |||
* | Make lmdb work with threads. | Christian Mollekopf | 2014-12-15 |
| | |||
* | make libhawd a shared lib | Aaron Seigo | 2014-12-15 |
| | |||
* | restore the test to its former glory | Aaron Seigo | 2014-12-14 |
| | |||
* | compile ixes, make akonadi2common an actual shared lib | Aaron Seigo | 2014-12-14 |
| | |||
* | remove readAll in favor of using scan | Aaron Seigo | 2014-12-14 |
| | |||
* | Missing includes | Dan Vrátil | 2014-12-12 |
| | |||
* | shhh | Aaron Seigo | 2014-12-11 |
| | |||
* | build | Aaron Seigo | 2014-12-11 |
| | |||
* | reenable the full test | Aaron Seigo | 2014-12-11 |
| | |||
* | commit hashes! | Aaron Seigo | 2014-12-11 |
| | |||
* | print command | Aaron Seigo | 2014-12-11 |
| | |||
* | add printing features and stub in hashes | Aaron Seigo | 2014-12-11 |
| | |||
* | start to document this thing | Aaron Seigo | 2014-12-11 |
| | |||
* | include annotations in binary serialization | Aaron Seigo | 2014-12-11 |
| | |||
* | more accurate descriptions | Aaron Seigo | 2014-12-11 |
| | |||
* | add a checkall | Aaron Seigo | 2014-12-11 |
| | |||
* | don't bother with out put here | Aaron Seigo | 2014-12-11 |
| | |||
* | add a * to check all | Aaron Seigo | 2014-12-11 |
| | |||
* | add a description | Aaron Seigo | 2014-12-11 |
| | |||
* | add a checker module: hawd check <module names> | Aaron Seigo | 2014-12-11 |
| | |||
* | store and allow fetching of parse / file missing errors | Aaron Seigo | 2014-12-11 |
| | |||
* | store benchmark data for storage read/write | Aaron Seigo | 2014-12-11 |
| | |||
* | store benchmark results for buffer tests | Aaron Seigo | 2014-12-11 |
| | |||
* | DataSet, and create a small lib to be used by tests | Aaron Seigo | 2014-12-11 |
| | |||
* | timestamp all entries | Aaron Seigo | 2014-12-11 |
| | |||
* | How Are We Doing (hawd) framework | Aaron Seigo | 2014-12-11 |
| | |||
* | Dummyresourcefacade test. | Christian Mollekopf | 2014-12-11 |
| | | | | Huzaa, we can read a value! | ||
* | Benchmark scan vs. direct lookup. | Christian Mollekopf | 2014-12-10 |
| | | | | The scan is always worst-case since it goes through all values. | ||
* | Storage: implemented scan | Christian Mollekopf | 2014-12-10 |
| | | | | | | This can replace all our read calls. Note that we need a different API for databases where the value needs to be loaded first, so we can do a key scan before loading values. With this we can do key + value scans in one though. |