summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* Daemon: Use qInstallMessageHandlerKai Koehne2012-10-161-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-249-216/+216
* .pro file clean upsTapani Mikola2012-06-121-1/+1
* 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-072-3/+9
* Removed unnecessary LIBS from autotestsDenis Dzyubenko2012-06-071-2/+0
* Added error checks for -config-path jsondb argumentDenis Dzyubenko2012-06-071-6/+9
* 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-254-35/+57
* Added error checking when parsing partition configuration fileDenis Dzyubenko2012-05-252-43/+94
* Don't allow objects of type Partition in ephemeral partitionJo Asplin2012-05-251-5/+16
* Refactor notificationsKevin Simons2012-05-247-594/+417
* QueryTerm -> JsonDbQueryTermKevin Simons2012-05-241-13/+13
* Just use queryObjects for historical notifications starting from state 0Kevin Simons2012-05-242-43/+9
* Don't print "Ready" until the database has started.Denis Dzyubenko2012-05-241-2/+2
* Eliminate accidental duplication of object changesJamey Hicks2012-05-221-2/+9
* Removed duplicated code in JsonDbSignals implementation.Denis Dzyubenko2012-05-215-53/+28
* Use SIGUSR1 signal to close indexes and reduce memory footprint.Denis Dzyubenko2012-05-215-29/+66
* 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-092-2/+5
* Add QJsonDbLogRequestKevin Simons2012-05-062-2/+14
* Improve separation between the protocol and the underlying implementationKevin Simons2012-05-062-21/+50
* Fixed up jsondb -help outputDenis Dzyubenko2012-05-061-2/+1
* Changed JsonDbIndex and IndexSpecDenis Dzyubenko2012-05-061-4/+4
* Refactored JsonDbIndex classDenis Dzyubenko2012-05-062-0/+8
* 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-033-14/+13
* Support removable partitionsKevin Simons2012-05-032-20/+61
* Remove all quota-related codeKevin Simons2012-05-021-1/+0
* Remove out of date TODO fileKevin Simons2012-05-021-70/+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-244-20/+31
* Added verboseErrors so daemon logs all errors in client requestsJamey Hicks2012-04-233-53/+79
* Make "Replace" updates workKevin Simons2012-04-234-12/+12
* Added string format check to schema validatorPascal Dietz2012-04-231-0/+5
* 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-182-14/+21
* do not close the file if it is not openedBai Jing2012-04-181-2/+5
* fix some fd leakBai Jing2012-04-162-1/+5