summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/test-jsondb-client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* don't take addresses of temporary arraysOswald Buddenhagen2012-08-061-3/+5
* Added a test that reads from multiple private partitions.Denis Dzyubenko2012-05-251-10/+1
* Change client test to use new APIAli Akhtarzada2012-05-091-1020/+788
* Removing incorrect use of shadowTapani Mikola2012-05-041-10/+2
* Remove all quota-related codeKevin Simons2012-05-021-100/+0
* Make all autotests pass with -reject-stale-updates enabledKevin Simons2012-04-191-0/+18
* Fix access control in client auto testsKevin Simons2012-04-111-7/+1
* Rename daemon autotest to partitionKevin Simons2012-04-101-1/+1
* Switch to a partition-loading system based on filesKevin Simons2012-04-101-21/+4
* increase isolation of client auto testsJamey Hicks2012-04-021-1/+15
* Removed qjson parser.Denis Dzyubenko2012-04-021-37/+5
* Fix hard coded error codes in tst_clientTapani Mikola2012-03-301-4/+4
* FIx the access to freed memory in client test case.Tapani Mikola2012-03-261-8/+12
* Only index specified objectTypes.Jamey Hicks2012-03-231-2/+61
* Improve _schemaType, Map & Reduce access controlTapani Mikola2012-03-211-1/+1
* Objects which stop matching a watcher query should not have _deleted : trueKevin Simons2012-03-201-0/+2
* Make autotests pass again.Tapani Mikola2012-03-201-3/+32
* Temporarily reinstate "delete by query"Kevin Simons2012-03-191-9/+2
* Fix crash related to notifications on the ephemeral partition.Kevin Simons2012-03-191-5/+15
* Refactoring: remove JsonDb classKevin Simons2012-03-151-21/+97
* Test change in notification query match as create or remove on update().Jamey Hicks2012-03-141-0/+49
* Security fixTapani Mikola2012-03-141-6/+87
* Fixed change duplication in changesSince.Jamey Hicks2012-03-021-13/+30
* Refactoring: make class names and file names more consistentKevin Simons2012-02-241-4/+4
* Naming clean up.Tapani Mikola2012-02-211-17/+20
* Verify that indexing nested objects works.Jamey Hicks2012-02-181-2/+42
* Added -sigstop option to jsondb for upstart.Jamey Hicks2012-02-171-0/+24
* Further enhancements to write access control supportTapani Mikola2012-02-171-2/+21
* Changes to access controlTapani Mikola2012-02-171-29/+74
* Add partition support to access control system.Tapani Mikola2012-02-101-11/+30
* Initial commit to add autotests for new authentication systemTapani Mikola2012-02-101-45/+177
* Authentication by socket peer credentials.Tapani Mikola2012-02-081-272/+7
* put .json files into resource to avoid searching problemsBai Jing2012-02-011-1/+1
* Do not emit response/error for the token responseKevin Simons2012-01-311-56/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-271-1/+1
* Removed Qson binary format from qtjsondbJamey Hicks2012-01-271-4/+2
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Remove obsolete second parameter in QSKIP calls.Jason McDonald2012-01-181-1/+1
* stop using deprecated methods in test-jsondb-clientJamey Hicks2012-01-171-28/+21
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Renamed public macros.Denis Dzyubenko2012-01-041-1/+1
* Added api for generating uuid.Denis Dzyubenko2011-12-301-0/+70
* Fixed QtJsonDb namespace compilation.Toby Tomkins2011-12-281-1/+1
* Test for bug 2303: registering notifications via create notification object.Jamey Hicks2011-12-221-2/+60
* Changed JsonDbClient::notified signalDenis Dzyubenko2011-12-161-14/+14
* Added documentation for JsonDbQuery and JsonDbChangesSinceDenis Dzyubenko2011-12-151-5/+6
* Changes the return value of JsonDbQuery::takeResultsDenis Dzyubenko2011-12-151-1/+1
* Fixed JsonDbQueryDenis Dzyubenko2011-12-121-1/+5
* Added new client api for creating notification objectsDenis Dzyubenko2011-12-081-0/+50