| Commit message (Expand) | Author | Age |
* | Make it build with Qt 5.5 | Dan Vrátil | 2015-05-11 |
* | Fixed lifetime management of resultSet. | Christian Mollekopf | 2015-04-27 |
* | Keep thread alive until the end of the query, and cleanup the resultSet. | Christian Mollekopf | 2015-04-24 |
* | Moved client and dummyresource to examples/ | Christian Mollekopf | 2015-04-19 |
* | Moved clientapitest to tests | Christian Mollekopf | 2015-04-15 |
* | Use a queryrunner to execute queries. | Christian Mollekopf | 2015-04-15 |
* | Merge remote-tracking branch 'origin/develop' into develop | Christian Mollekopf | 2015-04-12 |
|\ |
|
| * | Fix build (flatbuffers API changed) | Dan Vrátil | 2015-04-10 |
* | | More generic domainadpator code. | Christian Mollekopf | 2015-04-12 |
* | | checkpoint | Christian Mollekopf | 2015-04-10 |
* | | Automatic tests. | Christian Mollekopf | 2015-04-09 |
* | | Only measure appending, not creating the buffer. | Christian Mollekopf | 2015-04-09 |
* | | Renamed Akonadi::Domain to Akonadi::ApplicationDomain | Christian Mollekopf | 2015-04-09 |
* | | Use QByteArray instead of QString | Christian Mollekopf | 2015-04-09 |
* | | Use memcpy to copy tables into vectors. | Christian Mollekopf | 2015-04-07 |
* | | Benchmark for in-process writing. | Christian Mollekopf | 2015-04-06 |
|/ |
|
* | Cleanup and debug messages. | Christian Mollekopf | 2015-04-02 |
* | Storage: API cleanup/use QByteArray instead of std::string | Christian Mollekopf | 2015-03-31 |
* | CMake: fix Qt5 lookup, use KDE_INSTALL_TARGETS_DEFAULT_ARGS | Dan Vrátil | 2015-02-21 |
* | Shutdown command for synchronizers, used by the dummyresourcetest. | Christian Mollekopf | 2015-01-30 |
* | DummyResourceBenchmark | Christian Mollekopf | 2015-01-27 |
* | debug output, fixed dummyresourcetest | Christian Mollekopf | 2015-01-25 |
* | A way to ensure all messages have been processed. | Christian Mollekopf | 2015-01-25 |
* | Uid index + query using that index. | Christian Mollekopf | 2015-01-24 |
* | An index implementation. | Christian Mollekopf | 2015-01-21 |
* | Fixed sync, detect errors during sync, wait until sync items are processed un... | Christian Mollekopf | 2015-01-19 |
* | 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 |
* | Async message queue processing. | Christian Mollekopf | 2015-01-15 |
* | 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 |
* | Buffers wrapped into entity buffer, async command progress tracking. | Christian Mollekopf | 2014-12-28 |
* | Write-Read loop from clientside. | Christian Mollekopf | 2014-12-21 |
* | 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 |
* | 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 |