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
/
jsondbpartition.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compile on Android.
HEAD
master
BogDan Vatra
2013-10-04
1
-2
/
+8
*
adapt jsondb partition to windows
Jamey Hicks
2012-10-14
1
-0
/
+4
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-24
1
-24
/
+24
*
Make sure invalid partition function calls work propertly
Ali Akhtarzada
2012-06-13
1
-4
/
+7
*
Fixed subscription to a notification without explicitly specifying _type
Denis Dzyubenko
2012-06-11
1
-1
/
+3
*
Improve offset - limit query performance
Tapani Mikola
2012-06-08
1
-2
/
+33
*
Removed unused function that used to create indexes defined by schemas
Denis Dzyubenko
2012-06-07
1
-14
/
+0
*
Update all the eager views that depend on a source object change
Jamey Hicks
2012-06-06
1
-1
/
+1
*
Try to make jsondb build again in CI
Tapani Mikola
2012-06-05
1
-1
/
+1
*
Changed HBtree to take advisory lock on each open of the db file.
Denis Dzyubenko
2012-06-04
1
-3
/
+1
*
Removed objectkey from indexObject() function.
Denis Dzyubenko
2012-06-01
1
-2
/
+2
*
Cleaning up JsonDbQuery
Denis Dzyubenko
2012-05-31
1
-8
/
+7
*
Fix used of possible null pointer dereference
Ali Akhtarzada
2012-05-30
1
-3
/
+2
*
Debug and verbose output refactor
Ali Akhtarzada
2012-05-30
1
-55
/
+64
*
Add option to enforce javascript strict mode
Jamey Hicks
2012-05-30
1
-0
/
+2
*
Moved jsondb query parser to a separate class.
Denis Dzyubenko
2012-05-25
1
-52
/
+52
*
Added error checking when parsing partition configuration file
Denis Dzyubenko
2012-05-25
1
-37
/
+36
*
Refactor notifications
Kevin Simons
2012-05-24
1
-4
/
+386
*
QueryTerm -> JsonDbQueryTerm
Kevin Simons
2012-05-24
1
-13
/
+13
*
Move compileOrQueryTerm to JsonDbIndexQuery
Kevin Simons
2012-05-24
1
-66
/
+2
*
Fixed a crash when SIGHUP is received
Denis Dzyubenko
2012-05-21
1
-4
/
+4
*
Moved index functions to JsonDbIndexPrivate class
Denis Dzyubenko
2012-05-21
1
-277
/
+2
*
Bunch of small fixes
Ali Akhtarzada
2012-05-19
1
-6
/
+12
*
Removed dummy functions that don't do anything useful
Denis Dzyubenko
2012-05-16
1
-28
/
+0
*
Add object type to stale update error message
Jamey Hicks
2012-05-16
1
-2
/
+2
*
Fixing the return value of commitTransaction.
Carlos Manuel Duclos Vergara
2012-05-15
1
-1
/
+14
*
Make sure mBdbTransactions gets cleared if a commit fails
Ali Akhtarzada
2012-05-15
1
-5
/
+6
*
Incorporating error code from the btree.
Carlos Manuel Duclos Vergara
2012-05-14
1
-17
/
+11
*
Fix for out of space related bugs.
Carlos Manuel Duclos Vergara
2012-05-14
1
-6
/
+69
*
Release script engine on SIGHUP
Jamey Hicks
2012-05-10
1
-0
/
+2
*
PIMPL the JsonDbPartition class
Kevin Simons
2012-05-10
1
-178
/
+276
*
Implemented !=~ query
Jamey Hicks
2012-05-09
1
-2
/
+3
*
Renamed JsonDbObject::propertyLookup to valueByPath()
Denis Dzyubenko
2012-05-09
1
-1
/
+1
*
Closing indexes of non-open partition causes a crash.
Tapani Mikola
2012-05-09
1
-0
/
+3
*
Improve separation between the protocol and the underlying implementation
Kevin Simons
2012-05-06
1
-86
/
+29
*
Don't create indexes based on schemas
Kevin Simons
2012-05-06
1
-13
/
+0
*
Changed JsonDbIndex and IndexSpec
Denis Dzyubenko
2012-05-06
1
-88
/
+35
*
Refactored JsonDbIndex class
Denis Dzyubenko
2012-05-06
1
-8
/
+10
*
Make more use of QStringLiteral and QLatin1Char/QLatin1String
Denis Dzyubenko
2012-05-03
1
-23
/
+23
*
Support removable partitions
Kevin Simons
2012-05-03
1
-11
/
+36
*
add more information to error message
Jamey Hicks
2012-05-02
1
-0
/
+4
*
Remove all quota-related code
Kevin Simons
2012-05-02
1
-14
/
+0
*
Small code rearrangements in jsondbpartition.
Denis Dzyubenko
2012-04-30
1
-16
/
+12
*
Allow indexes of any size to be created
Ali Akhtarzada
2012-04-30
1
-4
/
+25
*
Fixed jsondb daemon startup
Denis Dzyubenko
2012-04-30
1
-36
/
+4
*
Make it possible to close and reopen the same JsonDbPartition
Kevin Simons
2012-04-28
1
-3
/
+48
*
Correct tombstone resurrection handling
Hagen Rother
2012-04-24
1
-9
/
+10
*
Fixed a corner case in eager view updates
Jamey Hicks
2012-04-24
1
-1
/
+1
*
Make "Replace" updates work
Kevin Simons
2012-04-23
1
-7
/
+7
*
Added string format check to schema validator
Pascal Dietz
2012-04-23
1
-1
/
+3
[next]