summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/master' into hbtreehbtreeDenis Dzyubenko2012-04-1153-11773/+486
|\
| * Split partition handling out into a separate moduleKevin Simons2012-04-1055-12038/+24
| * Switch to a partition-loading system based on filesKevin Simons2012-04-105-84/+176
| * Include _indexValue in notifications if query has a sort order.Jamey Hicks2012-04-102-2/+13
| * Includes the values of a named index in query results.Jamey Hicks2012-04-043-60/+70
| * Added console methods info, warn, and error.Jamey Hicks2012-04-042-3/+19
| * Refine eager view updatingJamey Hicks2012-04-0413-139/+260
| * fix a createNotification related memory leakBai Jing2012-04-042-1/+21
| * adjust JsonDbIndex verbosityJamey Hicks2012-04-041-2/+2
| * Revert "Forbid changing _type of an existing object"Kevin Simons2012-04-031-5/+0
| * Only validate index against old object if it was an IndexJamey Hicks2012-04-031-1/+1
| * changesSince refactorJamey Hicks2012-04-039-176/+131
| * add missing member initialization in JsonDbNotificationBai Jing2012-04-031-0/+2
| * support _type change in updateBuiltInTypesJamey Hicks2012-04-031-12/+12
| * Do not create a reduced value if it is undefinedJamey Hicks2012-04-031-1/+3
| * Fixes stateNumber on historical notificationsJamey Hicks2012-04-025-50/+201
| * errorString() is a new addition to QJsonParseError.Jamey Hicks2012-04-021-2/+2
| * fix a mem leak concerning indexQueryBai Jing2012-04-021-5/+5
| * Forbid changing _type of an existing objectDenis Dzyubenko2012-04-021-0/+5
| * fix query parsing problemBai Jing2012-04-022-64/+29
| * Removed qjson parser.Denis Dzyubenko2012-04-024-24/+20
| * Removed obsolete QSONCONVERSION var from pro filesDenis Dzyubenko2012-04-021-3/+0
| * Access control to Index objectsTapani Mikola2012-03-312-1/+49
| * Fix memory leak in JsonDbOwner.Tapani Mikola2012-03-311-1/+13
| * Remove support for non-object [= ] query form.Jamey Hicks2012-03-314-64/+27
| * fix JsonDbQuery::parse related mem leakBai Jing2012-03-302-4/+6
| * Removed duplicate jsonstream class.Denis Dzyubenko2012-03-303-2/+7
| * Use a single QJSEngine for all Map, Reduce, and Index instances.Jamey Hicks2012-03-3011-126/+284
| * Remove unused JsonDbResponse classKevin Simons2012-03-304-188/+0
| * Harmonize error codesKevin Simons2012-03-291-1/+1
| * Add support for query bindings in =~ regexp matches.Jamey Hicks2012-03-281-8/+15
* | Fix transactions some moreAli Akhtarzada2012-04-024-14/+16
* | Merge remote-tracking branch 'gerrit/master' into hbtreeDenis Dzyubenko2012-03-2820-242/+591
|\|
| * Default deterministic _uuid for Map views.Jamey Hicks2012-03-272-9/+31
| * Fix the "return all historical data" caseKevin Simons2012-03-261-1/+11
| * Updated ReduceJamey Hicks2012-03-262-76/+93
| * 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-231-61/+28
| * Only index specified objectTypes.Jamey Hicks2012-03-238-27/+66
| * 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-231-0/+53
| * reduce verbosity of unindexable termsJamey Hicks2012-03-221-3/+0
| * 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-214-33/+77
| * Fix "notExists" query on indexed properties.Jamey Hicks2012-03-213-2/+33
| * 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
| * Remove the "empty query returns everything" bug/featureKevin Simons2012-03-213-4/+13