summaryrefslogtreecommitdiffstats
path: root/src/client/qjsondbconnection_p.h
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Fixes access to private partitions from multiple threads.Denis Dzyubenko2012-06-111-3/+8
* Use QPointer instead of QWeakPointer for tracking QObjects.Stephen Kelly2012-06-041-4/+4
* Implemented Flush request for private partitions.Denis Dzyubenko2012-06-011-0/+1
* Changed behavior of QJsonDbConnection::defaultConnection().Denis Dzyubenko2012-05-291-0/+1
* Fixed destruction of the private partition object in QJsonDbConnection.Denis Dzyubenko2012-05-261-1/+1
* Fix for requests sent to private partitions.Denis Dzyubenko2012-05-251-1/+6
* Fixed includes in private headers.Denis Dzyubenko2012-05-161-3/+5
* Enable compile-time specification of jsondb socket name.Jamey Hicks2012-05-091-8/+1
* Support private partitionsKevin Simons2012-04-181-1/+11
* Add a Q prefix to all the header guardsKevin Simons2012-04-181-3/+3
* Removed duplicate jsonstream class.Denis Dzyubenko2012-03-301-1/+1
* Make default connections thread-localJoão Abecasis2012-03-211-2/+0
* remove some dead code related to auth tokens.Jamey Hicks2012-03-021-1/+0
* remove token authentication code.Jamey Hicks2012-02-291-2/+0
* Added QJsonDbConnection::defaultConnection()Denis Dzyubenko2012-02-271-0/+2
* Fixed connecting to the server with new c++ apiDenis Dzyubenko2012-02-211-1/+7
* Implemented new c++ api for qtjsondb.Denis Dzyubenko2012-02-081-0/+114