summaryrefslogtreecommitdiffstats
path: root/src/partition/jsondbobjecttable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove append-only btreeJamey Hicks2012-10-111-3/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Close indexes with object tablesAli Akhtarzada2012-06-111-0/+1
* Do not open index right after closing just to get filenameAli Akhtarzada2012-06-061-3/+2
* Changed HBtree to take advisory lock on each open of the db file.Denis Dzyubenko2012-06-041-3/+1
* Fixed syncing to disk.Denis Dzyubenko2012-06-011-4/+3
* Removed objectkey from indexObject() function.Denis Dzyubenko2012-06-011-13/+10
* Deal with failure to open up indexAli Akhtarzada2012-05-301-1/+6
* Get rid of dead codeAli Akhtarzada2012-05-301-6/+0
* Debug and verbose output refactorAli Akhtarzada2012-05-301-9/+11
* Refactor notificationsKevin Simons2012-05-241-4/+4
* Moved index functions to JsonDbIndexPrivate classDenis Dzyubenko2012-05-211-5/+6
* Close indexes after they are added and after syncing.Jamey Hicks2012-05-181-1/+5
* Discard old versions from changesSince cache.Jamey Hicks2012-05-161-48/+61
* PIMPL the JsonDbPartition classKevin Simons2012-05-101-0/+1
* Fix bug when combining changesJamey Hicks2012-05-101-7/+11
* Renamed JsonDbObject::propertyLookup to valueByPath()Denis Dzyubenko2012-05-091-1/+1
* Do not reindex empty object tables.Jamey Hicks2012-05-071-2/+2
* Changed JsonDbIndex and IndexSpecDenis Dzyubenko2012-05-061-127/+78
* Refactored JsonDbIndex classDenis Dzyubenko2012-05-061-16/+18
* Make more use of QStringLiteral and QLatin1Char/QLatin1StringDenis Dzyubenko2012-05-031-1/+1
* Allow indexes of any size to be createdAli Akhtarzada2012-04-301-2/+4
* Fixed changesSince to stop walking object table when last state reachedDenis Dzyubenko2012-04-301-0/+5
* Only sync state numbers of indexes on close.Jamey Hicks2012-04-181-1/+1
* Refactor flushKevin Simons2012-04-181-4/+10
* Added cache to changesSinceJamey Hicks2012-04-171-76/+95
* get rid of unused variable warningsAli Akhtarzada2012-04-161-2/+2
* Merge remote-tracking branch 'gerrit/hbtree'Denis Dzyubenko2012-04-121-55/+50
|\
| * Merge remote-tracking branch 'gerrit/master' into hbtreehbtreeDenis Dzyubenko2012-04-111-55/+50
* | Fix QString-related warningsKevin Simons2012-04-111-1/+1
|/
* Split partition handling out into a separate moduleKevin Simons2012-04-101-0/+712