index
:
qt/qtjsondb.git
hbtree
kvs
master
*** Orphaned Project ***
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hbtree
Commit message (
Expand
)
Author
Age
Files
Lines
*
put hbtree in a namespace
Oswald Buddenhagen
2013-03-13
12
-4
/
+120
*
use O_BINARY for hbtree files on Windows
Jamey Hicks
2012-10-16
1
-0
/
+3
*
remove stray debug statement
Jamey Hicks
2012-10-16
1
-1
/
+0
*
handle partial reads/writes
Jamey Hicks
2012-10-14
1
-11
/
+42
*
adapt hbtree to windows
Jamey Hicks
2012-10-12
2
-0
/
+43
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-24
11
-265
/
+265
*
Don't close and open if hbtree already open
Ali Akhtarzada
2012-06-13
1
-4
/
+5
*
Changed HBtree to take advisory lock on each open of the db file.
Denis Dzyubenko
2012-06-04
1
-9
/
+11
*
Deal with failure to open up index
Ali Akhtarzada
2012-05-30
1
-1
/
+4
*
Fix errorMessage from hbtree
Ali Akhtarzada
2012-05-23
2
-18
/
+29
*
Make hbtree_assert put more info in to the qFatal message
Ali Akhtarzada
2012-05-23
2
-7
/
+24
*
Add a collected flag to hbtree pages
Ali Akhtarzada
2012-05-21
2
-6
/
+30
*
Bunch of small fixes
Ali Akhtarzada
2012-05-19
4
-15
/
+18
*
Persist collectible page list after closing hbtree
Ali Akhtarzada
2012-05-16
2
-106
/
+115
*
Only add pages to collectible list on successful commit
Ali Akhtarzada
2012-05-15
2
-6
/
+13
*
Collect page history only after succesful commit
Ali Akhtarzada
2012-05-15
1
-1
/
+6
*
Clean up cache properly on commit failure
Ali Akhtarzada
2012-05-15
1
-2
/
+14
*
Hbtree initialize qbytearray
Ali Akhtarzada
2012-05-14
1
-1
/
+1
*
Enable setting of cache in hbtree
Ali Akhtarzada
2012-05-14
1
-2
/
+2
*
Wrap forceCommitFail in test lib ifdef for hbtree tests
Ali Akhtarzada
2012-05-14
2
-2
/
+15
*
Adding error report to HBTree.
Carlos Manuel Duclos Vergara
2012-05-11
3
-4
/
+26
*
Truncate file on failed commit if pages were appended + test
Ali Akhtarzada
2012-05-10
2
-2
/
+13
*
Added commit chains to hbtree
Ali Akhtarzada
2012-05-10
2
-37
/
+41
*
Make hbtree key size limit 512 bytes
Ali Akhtarzada
2012-05-09
1
-2
/
+2
*
Split branches down the center
Ali Akhtarzada
2012-05-09
1
-1
/
+1
*
Refactored JsonDbIndex class
Denis Dzyubenko
2012-05-06
2
-1
/
+9
*
Change uses of {to,from}Ascii to {to,from}Latin1
Thiago Macieira
2012-05-03
1
-3
/
+3
*
Add cursor search policies to hbtree
Ali Akhtarzada
2012-04-20
5
-16
/
+48
*
Change putDataOnOverflow to use ints for data sizes instead of int16
Ali Akhtarzada
2012-04-20
1
-1
/
+1
*
Dont sync hbtree on clear data
Ali Akhtarzada
2012-04-17
2
-0
/
+10
*
wrap const char* with QStringLiteral to suppress warnings
Bai Jing
2012-04-16
1
-22
/
+22
*
Don't fsync when creating a new b-tree file
Kevin Simons
2012-04-16
1
-5
/
+0
*
QString deprecated warnings
Ali Akhtarzada
2012-04-16
1
-2
/
+2
*
hbtree make sure checksum calculations for readspec are correct
Ali Akhtarzada
2012-04-13
2
-4
/
+17
*
hbtree clear spec struct on close
Ali Akhtarzada
2012-04-13
1
-0
/
+1
*
Allow custom setting of page block size in hbtree
Ali Akhtarzada
2012-04-13
1
-1
/
+1
*
Hbtree don't delete collectible pages from cache
Ali Akhtarzada
2012-04-13
1
-5
/
+0
*
hbtree use single byte array to read pages in to
Ali Akhtarzada
2012-04-13
2
-37
/
+38
*
hbtree ensure only one transaction active at any time
Ali Akhtarzada
2012-04-10
2
-1
/
+17
*
hbtree optimize cursorPrevious
Ali Akhtarzada
2012-04-04
1
-11
/
+42
*
hbtree optimize cursorNext
Ali Akhtarzada
2012-04-03
2
-15
/
+41
*
Hbtree make cursor exact search faster by avoiding sibling calcs
Ali Akhtarzada
2012-04-03
1
-1
/
+1
*
Hbtree smart asserts, refactor, debug clean up
Ali Akhtarzada
2012-03-30
5
-392
/
+588
*
Replaced crc32 implementation with the one from zlib
Denis Dzyubenko
2012-03-29
2
-56
/
+6
*
hbtree moveNode and merge order fix
Ali Akhtarzada
2012-03-23
1
-11
/
+9
*
Fixed residue bug in hbtree, added stress tests
Ali Akhtarzada
2012-03-22
1
-1
/
+6
*
Fixed trasnfer of nodes in hbtree rebalance
Ali Akhtarzada
2012-03-22
2
-5
/
+7
*
Hbtree bug fixes
Ali Akhtarzada
2012-03-22
4
-200
/
+264
*
Fixed hbtree cache and got rid of extra sync read
Ali Akhtarzada
2012-03-20
2
-12
/
+12
*
Enable caching of pages in hbtree
Ali Akhtarzada
2012-03-20
3
-30
/
+93
[next]