summaryrefslogtreecommitdiffstats
path: root/src/client/qjsondbprivatepartition.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Implemented Flush request for private partitions.Denis Dzyubenko2012-06-011-3/+16
* Cleaning up JsonDbQueryDenis Dzyubenko2012-05-311-7/+5
* Fixed destruction of the private partition object in QJsonDbConnection.Denis Dzyubenko2012-05-261-2/+2
* Added a test that reads from multiple private partitions.Denis Dzyubenko2012-05-251-20/+12
* Changed the way we find path to private partitions.Denis Dzyubenko2012-05-251-7/+14
* Moved jsondb query parser to a separate class.Denis Dzyubenko2012-05-251-26/+33
* Added error checking when parsing partition configuration fileDenis Dzyubenko2012-05-251-2/+8
* Fix for requests sent to private partitions.Denis Dzyubenko2012-05-251-22/+11
* Improve separation between the protocol and the underlying implementationKevin Simons2012-05-061-6/+4
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-031-1/+1
* Make "Replace" updates workKevin Simons2012-04-231-2/+2
* Support private partitionsKevin Simons2012-04-181-0/+206