summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * move the headers from partition/schema-validation/ to their parent dirOswald Buddenhagen2012-06-276-5/+5
| * Remove private header include from public headerKalle Juhani Lehtonen2012-06-271-1/+0
|/
* Added "\brief statements"Nico Vertriest2012-06-196-0/+6
* Use consistent naming of partitions in testJo Asplin2012-06-131-4/+4
* Fixed doc for QJsonDbReadObject requestDenis Dzyubenko2012-06-131-3/+1
* Make sure invalid partition function calls work propertlyAli Akhtarzada2012-06-132-4/+48
* Remove objects in batches for reduces and mapsAli Akhtarzada2012-06-132-10/+6
* Don't close and open if hbtree already openAli Akhtarzada2012-06-131-4/+5
* Fix warnings in declarative examplesTapani Mikola2012-06-124-24/+34
* .pro file clean upsTapani Mikola2012-06-123-3/+3
* Close indexes with object tablesAli Akhtarzada2012-06-111-0/+1
* Fixes access to private partitions from multiple threads.Denis Dzyubenko2012-06-114-18/+205
* Fix a crash in query modelTapani Mikola2012-06-113-3/+95
* Fixed subscription to a notification without explicitly specifying _typeDenis Dzyubenko2012-06-112-1/+35
* Speed up [?_uuid="undefined"] queriesJamey Hicks2012-06-082-0/+6
* Added a signal QJsonDbReadObjectRequest::objectUnavailable()Denis Dzyubenko2012-06-083-2/+56
* Removed some redundant codeJo Asplin2012-06-081-2/+2
* Ensure default partition on non-removable mediumJo Asplin2012-06-085-147/+241
* cleanup popRequestBai Jing2012-06-082-12/+22
* Fixed created QJsonDbWatcher with invalid state numberDenis Dzyubenko2012-06-084-7/+104
* Improve offset - limit query performanceTapani Mikola2012-06-088-15/+243
* Added partition name to debugQuery and object types to performance logJamey Hicks2012-06-072-3/+9
* Added JsonDbSettings::debugIndexes()Jamey Hicks2012-06-073-4/+10
* Add a benchmark that mimics the way how list model uses jsondbTapani Mikola2012-06-071-0/+33
* Use correct include for message handlerKai Koehne2012-06-071-1/+1
* Removed unnecessary LIBS from autotestsDenis Dzyubenko2012-06-075-10/+0
* Removed unused function that used to create indexes defined by schemasDenis Dzyubenko2012-06-072-15/+0
* Added error checks for -config-path jsondb argumentDenis Dzyubenko2012-06-071-6/+9
* fix jsondb-client doesn't quit properlyBai Jing2012-06-071-2/+2
* release notifications when closing dbserverBai Jing2012-06-061-0/+1
* Add doc/html & doc/ditaxml into .gitignoreTapani Mikola2012-06-061-1/+2
* Get rid of make docs warnings with jsondatabase.hTapani Mikola2012-06-061-6/+5
* ListModel and QueryModel documentation clean upTapani Mikola2012-06-062-46/+26
* Add missing Q_ENUMSTapani Mikola2012-06-061-0/+1
* Enable JS injection in Json DbGuenter Schwann2012-06-066-1/+132
* Update all the eager views that depend on a source object changeJamey Hicks2012-06-063-1/+102
* Do not open index right after closing just to get filenameAli Akhtarzada2012-06-061-3/+2
* Use JsonDbCachingListModel to provide also JsonDbListModelTapani Mikola2012-06-0510-2153/+467
* Allow custom properties to be injected to items in the modelPrasanth Ullattil2012-06-058-20/+209
* Fixed documentation for Index objectsDenis Dzyubenko2012-06-051-11/+4
* Try to make jsondb build again in CITapani Mikola2012-06-052-2/+2
* Get rid of debug clutter in parition auto testsAli Akhtarzada2012-06-051-10/+19
* Get rid of unnecessary semicolonAli Akhtarzada2012-06-051-1/+1
* Remove unnecessary contains call in validateIndexAli Akhtarzada2012-06-051-5/+6
* Changed HBtree to take advisory lock on each open of the db file.Denis Dzyubenko2012-06-044-16/+26
* Use QPointer instead of QWeakPointer for tracking QObjects.Stephen Kelly2012-06-044-20/+20
* Don't mess up JSONDB_SOCKET environment variableJo Asplin2012-06-041-3/+15
* Autotest for storage system.Carlos Manuel Duclos Vergara2012-06-043-1/+279
* Add new private QJsonDbQueryModel class to client.Cristiano di Flora2012-06-0420-1744/+2343
* Removed unnecessary qPrintable()Jo Asplin2012-06-041-1/+1