summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing and polishing of autotests.kvsCarlos Manuel Duclos Vergara2012-04-191-35/+40
* Fixing an almost unnoticeable memory leak.Carlos Manuel Duclos Vergara2012-04-192-2/+8
* Adding a policy for cursor.seekRange.Carlos Manuel Duclos Vergara2012-04-186-39/+278
* Performance optimization.Carlos Manuel Duclos Vergara2012-04-175-71/+67
* Removing Q_ASSERT.Carlos Manuel Duclos Vergara2012-04-131-1/+1
* Adding license headers.Carlos Manuel Duclos Vergara2012-04-131-0/+41
* Adding license headers.Carlos Manuel Duclos Vergara2012-04-133-0/+123
* Adding QKeyValueStore.Denis Dzyubenko2012-04-1337-32/+3801
* Replaced crc32 implementation with the one from zlibDenis Dzyubenko2012-03-295-56/+600
* Merge remote-tracking branch 'gerrit/master' into hbtreeDenis Dzyubenko2012-03-2858-510/+1774
|\
| * Print state information in jsondb-clientKevin Simons2012-03-281-7/+18
| * Fix compilation problem due to QJson changeKevin Simons2012-03-281-3/+5
| * Make the client terminate properly when doing remove by queryKevin Simons2012-03-271-0/+3
| * Default deterministic _uuid for Map views.Jamey Hicks2012-03-275-9/+104
| * Documentation improvementsKevin Simons2012-03-279-78/+290
| * FIx the access to freed memory in client test case.Tapani Mikola2012-03-261-8/+12
| * Fix the "return all historical data" caseKevin Simons2012-03-262-1/+43
| * Updated ReduceJamey Hicks2012-03-266-77/+345
| * Add support for historical notifications to jsondb-clientKevin Simons2012-03-261-7/+20
| * add qmltypes for QtCreator code completionBai Jing2012-03-262-0/+24
| * Move all validation of Map/Reduce definition to object creation timeKevin Simons2012-03-234-26/+43
| * Removes support for deprecated Map definition form.Jamey Hicks2012-03-232-64/+31
| * Only index specified objectTypes.Jamey Hicks2012-03-2311-31/+138
| * QLatin1Literal -> QLatin1String in jsondb-clientKevin Simons2012-03-233-18/+18
| * Handle eager updates with non-view source types with a queued connectionKevin Simons2012-03-232-8/+20
| * Support arbitrary JSON terms in "contains" queriesKevin Simons2012-03-233-3/+91
| * Support the query without partition propertyLiang Qi2012-03-223-9/+54
| * reduce verbosity of unindexable termsJamey Hicks2012-03-221-3/+0
| * Fixed a warning in JsonDbCollator QString from string literalDenis Dzyubenko2012-03-221-1/+1
| * Fixed build of aodbread toolDenis Dzyubenko2012-03-222-69/+25
| * Make sure internal View indexes survive restartKevin Simons2012-03-225-9/+27
| * added JsonDbObject::createUuidFromString()Jamey Hicks2012-03-212-19/+30
| * Check for syntax errors in validateDefinition for views.Jamey Hicks2012-03-215-55/+80
| * Fix "notExists" query on indexed properties.Jamey Hicks2012-03-215-2/+67
| * remove dead code from compileIndexQuery.Jamey Hicks2012-03-211-13/+2
| * Make it an error to create a notification with an empty queryKevin Simons2012-03-211-0/+8
| * Fix chained eager view updatesKevin Simons2012-03-216-2/+34
| * Make default connections thread-localJoão Abecasis2012-03-212-16/+16
| * Remove the "empty query returns everything" bug/featureKevin Simons2012-03-215-5/+21
| * Improve _schemaType, Map & Reduce access controlTapani Mikola2012-03-218-4/+235
| * Include the default partition in mPartitionsKevin Simons2012-03-201-3/+5
| * Revert accidental change to QJsonDbWatcher::error() signal.Jamey Hicks2012-03-202-6/+6
| * Objects which stop matching a watcher query should not have _deleted : trueKevin Simons2012-03-202-1/+4
| * Fixed a memory leak in JsonDbCollatorDenis Dzyubenko2012-03-202-12/+13
* | Fixed previous transactionless cursor patchDenis Dzyubenko2012-03-235-41/+41
* | hbtree moveNode and merge order fixAli Akhtarzada2012-03-232-54/+570
* | Fixed residue bug in hbtree, added stress testsAli Akhtarzada2012-03-222-158/+143
* | Fixed trasnfer of nodes in hbtree rebalanceAli Akhtarzada2012-03-223-67/+158
* | Hbtree bug fixesAli Akhtarzada2012-03-225-280/+450
* | Fixed hbtree cache and got rid of extra sync readAli Akhtarzada2012-03-203-13/+12