index
:
qt/qtjsondb.git
hbtree
kvs
master
*** Orphaned Project ***
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
partition
/
jsondbobjecttable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove append-only btree
Jamey Hicks
2012-10-11
1
-3
/
+0
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-24
1
-24
/
+24
*
Close indexes with object tables
Ali Akhtarzada
2012-06-11
1
-0
/
+1
*
Do not open index right after closing just to get filename
Ali Akhtarzada
2012-06-06
1
-3
/
+2
*
Changed HBtree to take advisory lock on each open of the db file.
Denis Dzyubenko
2012-06-04
1
-3
/
+1
*
Fixed syncing to disk.
Denis Dzyubenko
2012-06-01
1
-4
/
+3
*
Removed objectkey from indexObject() function.
Denis Dzyubenko
2012-06-01
1
-13
/
+10
*
Deal with failure to open up index
Ali Akhtarzada
2012-05-30
1
-1
/
+6
*
Get rid of dead code
Ali Akhtarzada
2012-05-30
1
-6
/
+0
*
Debug and verbose output refactor
Ali Akhtarzada
2012-05-30
1
-9
/
+11
*
Refactor notifications
Kevin Simons
2012-05-24
1
-4
/
+4
*
Moved index functions to JsonDbIndexPrivate class
Denis Dzyubenko
2012-05-21
1
-5
/
+6
*
Close indexes after they are added and after syncing.
Jamey Hicks
2012-05-18
1
-1
/
+5
*
Discard old versions from changesSince cache.
Jamey Hicks
2012-05-16
1
-48
/
+61
*
PIMPL the JsonDbPartition class
Kevin Simons
2012-05-10
1
-0
/
+1
*
Fix bug when combining changes
Jamey Hicks
2012-05-10
1
-7
/
+11
*
Renamed JsonDbObject::propertyLookup to valueByPath()
Denis Dzyubenko
2012-05-09
1
-1
/
+1
*
Do not reindex empty object tables.
Jamey Hicks
2012-05-07
1
-2
/
+2
*
Changed JsonDbIndex and IndexSpec
Denis Dzyubenko
2012-05-06
1
-127
/
+78
*
Refactored JsonDbIndex class
Denis Dzyubenko
2012-05-06
1
-16
/
+18
*
Make more use of QStringLiteral and QLatin1Char/QLatin1String
Denis Dzyubenko
2012-05-03
1
-1
/
+1
*
Allow indexes of any size to be created
Ali Akhtarzada
2012-04-30
1
-2
/
+4
*
Fixed changesSince to stop walking object table when last state reached
Denis Dzyubenko
2012-04-30
1
-0
/
+5
*
Only sync state numbers of indexes on close.
Jamey Hicks
2012-04-18
1
-1
/
+1
*
Refactor flush
Kevin Simons
2012-04-18
1
-4
/
+10
*
Added cache to changesSince
Jamey Hicks
2012-04-17
1
-76
/
+95
*
get rid of unused variable warnings
Ali Akhtarzada
2012-04-16
1
-2
/
+2
*
Merge remote-tracking branch 'gerrit/hbtree'
Denis Dzyubenko
2012-04-12
1
-55
/
+50
|
\
|
*
Merge remote-tracking branch 'gerrit/master' into hbtree
hbtree
Denis Dzyubenko
2012-04-11
1
-55
/
+50
*
|
Fix QString-related warnings
Kevin Simons
2012-04-11
1
-1
/
+1
|
/
*
Split partition handling out into a separate module
Kevin Simons
2012-04-10
1
-0
/
+712