summaryrefslogtreecommitdiffstats
path: root/src/daemon/dbserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Ensure default partition on non-removable mediumJo Asplin2012-06-081-26/+20
* Fixed created QJsonDbWatcher with invalid state numberDenis Dzyubenko2012-06-081-5/+44
* Added partition name to debugQuery and object types to performance logJamey Hicks2012-06-071-2/+8
* release notifications when closing dbserverBai Jing2012-06-061-0/+1
* Removed unnecessary qPrintable()Jo Asplin2012-06-041-1/+1
* Don't allow a removable partition to be defaultJo Asplin2012-06-011-5/+23
* Cleaning up JsonDbQueryDenis Dzyubenko2012-05-311-1/+1
* Debug and verbose output refactorAli Akhtarzada2012-05-301-51/+89
* Fix crash when verbose and debug are both trueAli Akhtarzada2012-05-291-1/+1
* Moved jsondb query parser to a separate class.Denis Dzyubenko2012-05-251-23/+44
* Added error checking when parsing partition configuration fileDenis Dzyubenko2012-05-251-41/+91
* Don't allow objects of type Partition in ephemeral partitionJo Asplin2012-05-251-5/+16
* Refactor notificationsKevin Simons2012-05-241-547/+84
* QueryTerm -> JsonDbQueryTermKevin Simons2012-05-241-13/+13
* Just use queryObjects for historical notifications starting from state 0Kevin Simons2012-05-241-42/+8
* Eliminate accidental duplication of object changesJamey Hicks2012-05-221-2/+9
* Removed duplicated code in JsonDbSignals implementation.Denis Dzyubenko2012-05-211-1/+1
* Use SIGUSR1 signal to close indexes and reduce memory footprint.Denis Dzyubenko2012-05-211-2/+8
* Bunch of small fixesAli Akhtarzada2012-05-191-1/+3
* Added partition name to performance log.Jamey Hicks2012-05-181-0/+1
* Check if partition is online when setting a notificationTapani Mikola2012-05-161-0/+4
* Fix watcher type and query matchingJamey Hicks2012-05-101-15/+21
* Enable compile-time specification of jsondb socket name.Jamey Hicks2012-05-091-1/+2
* Add QJsonDbLogRequestKevin Simons2012-05-061-2/+13
* Improve separation between the protocol and the underlying implementationKevin Simons2012-05-061-10/+36
* Changed JsonDbIndex and IndexSpecDenis Dzyubenko2012-05-061-4/+4
* Refactored JsonDbIndex classDenis Dzyubenko2012-05-061-0/+7
* Fix last state number when there are no changes.Jamey Hicks2012-05-041-3/+8
* Make more use of QStringLiteral and QLatin1Char/QLatin1StringDenis Dzyubenko2012-05-031-6/+5
* Support removable partitionsKevin Simons2012-05-031-20/+60
* Remove all quota-related codeKevin Simons2012-05-021-1/+0
* Include pid and process name in performance log.Jamey Hicks2012-04-261-1/+6
* Fixes changes since watcher with "in" queryJamey Hicks2012-04-241-1/+7
* Fixed a corner case in eager view updatesJamey Hicks2012-04-241-17/+28
* Added verboseErrors so daemon logs all errors in client requestsJamey Hicks2012-04-231-51/+64
* Make "Replace" updates workKevin Simons2012-04-231-9/+9
* Send correct notifications also when updating _typeTapani Mikola2012-04-201-0/+2
* Refactor flushKevin Simons2012-04-181-1/+16
* Modify the way search paths for partitions are constructedKevin Simons2012-04-181-10/+12
* fix some fd leakBai Jing2012-04-161-0/+1
* Eliminate duplicate paths in the partition search pathKevin Simons2012-04-121-2/+13
* Fix for performance problem eager view updatesJamey Hicks2012-04-111-2/+2
* Validate notifictions at object creation timeKevin Simons2012-04-111-29/+71
* Fix a bug in clearNotificationsKevin Simons2012-04-111-5/+3
* Split partition handling out into a separate moduleKevin Simons2012-04-101-5/+3
* Switch to a partition-loading system based on filesKevin Simons2012-04-101-64/+156
* Include _indexValue in notifications if query has a sort order.Jamey Hicks2012-04-101-1/+12
* Refine eager view updatingJamey Hicks2012-04-041-42/+144
* fix a createNotification related memory leakBai Jing2012-04-041-1/+19