summaryrefslogtreecommitdiffstats
path: root/src/hbtree/hbtree_p.h
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Fix errorMessage from hbtreeAli Akhtarzada2012-05-231-0/+1
* Add a collected flag to hbtree pagesAli Akhtarzada2012-05-211-2/+5
* Bunch of small fixesAli Akhtarzada2012-05-191-2/+2
* Persist collectible page list after closing hbtreeAli Akhtarzada2012-05-161-4/+4
* Only add pages to collectible list on successful commitAli Akhtarzada2012-05-151-1/+1
* Wrap forceCommitFail in test lib ifdef for hbtree testsAli Akhtarzada2012-05-141-0/+2
* Adding error report to HBTree.Carlos Manuel Duclos Vergara2012-05-111-1/+2
* Truncate file on failed commit if pages were appended + testAli Akhtarzada2012-05-101-0/+1
* Added commit chains to hbtreeAli Akhtarzada2012-05-101-5/+7
* Add cursor search policies to hbtreeAli Akhtarzada2012-04-201-2/+2
* hbtree make sure checksum calculations for readspec are correctAli Akhtarzada2012-04-131-1/+1
* hbtree use single byte array to read pages in toAli Akhtarzada2012-04-131-0/+1
* hbtree ensure only one transaction active at any timeAli Akhtarzada2012-04-101-0/+1
* hbtree optimize cursorNextAli Akhtarzada2012-04-031-0/+1
* Hbtree smart asserts, refactor, debug clean upAli Akhtarzada2012-03-301-20/+17
* Fixed trasnfer of nodes in hbtree rebalanceAli Akhtarzada2012-03-221-1/+1
* Hbtree bug fixesAli Akhtarzada2012-03-221-8/+11
* Fixed hbtree cache and got rid of extra sync readAli Akhtarzada2012-03-201-0/+1
* Enable caching of pages in hbtreeAli Akhtarzada2012-03-201-0/+5
* Hbtree remove capability to recover unsynced commitAli Akhtarzada2012-03-191-39/+40
* Prune hbtree history nodes in pages that are reclaimed on openAli Akhtarzada2012-03-121-0/+1
* Hbtree persist residue history nodes that can't fit anywhereAli Akhtarzada2012-03-121-27/+30
* Changed stack of collectibles to set to avoid duplicatesAli Akhtarzada2012-03-081-2/+2
* Added recovery after ungraceful shutdown to hbtreeAli Akhtarzada2012-03-081-10/+21
* Change hbtree to use QList instead of QMapDenis Dzyubenko2012-03-081-20/+29
* Add hbtree to daemonAli Akhtarzada2012-03-061-0/+432