summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/master' into hbtreehbtreeDenis Dzyubenko2012-04-1126-2044/+0
|\
| * Removed qjson parser.Denis Dzyubenko2012-04-0226-2044/+0
* | Fix transactions some moreAli Akhtarzada2012-04-021-0/+2
* | Replaced crc32 implementation with the one from zlibDenis Dzyubenko2012-03-293-0/+594
* | Merge remote-tracking branch 'gerrit/master' into gerrit-masterDenis Dzyubenko2012-03-191-1/+10
|\|
| * btree marker rollback not reading from correct metaAli Akhtarzada2012-03-131-1/+1
| * Free pages while trying to find a valid meta pageAli Akhtarzada2012-03-131-0/+9
* | Add hbtree to daemonAli Akhtarzada2012-03-067-25/+74
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-061-30/+30
* clean up qmake-generated projectsOswald Buddenhagen2012-02-221-6/+0
* Only fsync b-tree based on timersKevin Simons2012-02-212-18/+4
* count writes in QBtree::StatJamey Hicks2012-02-144-10/+52
* Use QCryptographicHash in btreeJamey Hicks2012-02-143-15/+19
* print out stats for transactions exceeding btree cache sizeJamey Hicks2012-02-111-1/+20
* Free meta mpage right away to reduce memory usage.Jamey Hicks2012-02-111-1/+8
* Dont lose pages between two markers if not necessaryAli Akhtarzada2012-02-071-2/+12
* Default commit and sync rates not being setAli Akhtarzada2012-02-011-0/+5
* marker bug fix + testAli Akhtarzada2012-02-012-121/+245
* Fix missing and outdated license headers.Jason McDonald2012-01-283-3/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-276-6/+6
* QBtree txn was being accessed after commitAli Akhtarzada2012-01-261-1/+0
* Move managed btree to daemonAli Akhtarzada2012-01-266-489/+2
* Decouple btreecursor from managed btreeAli Akhtarzada2012-01-264-8/+9
* btree cursor assign/copy operationsAli Akhtarzada2012-01-264-3/+45
* Update obsolete contact address.Jason McDonald2012-01-236-6/+6
* managed write txn bug fixAli Akhtarzada2012-01-121-0/+3
* Added Cursor ctor for managed btreeAli Akhtarzada2012-01-122-37/+23
* Added managed btreeAli Akhtarzada2012-01-055-2/+483
* Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* Add size check to qbtree dataAli Akhtarzada2011-12-301-0/+2
* QBtree: deallocate txns, make interace QFile-like and lighterAli Akhtarzada2011-12-307-129/+155
* Fixed a bug with wrong deallocation in btreeDenis Dzyubenko2011-12-161-5/+16
* Small fix to QBtreeDenis Dzyubenko2011-12-161-1/+3
* White space fix + btree private headerAli Akhtarzada2011-12-154-416/+442
* printf and default case warning fixesAli Akhtarzada2011-12-071-2/+6
* Added toggle for key sizesAli Akhtarzada2011-12-052-12/+63
* Output overflow data in btree dumpAli Akhtarzada2011-11-301-9/+31
* Added checksum flag and test to qbtreeAli Akhtarzada2011-11-302-1/+4
* Remove overflow data size limit in btreeAli Akhtarzada2011-11-291-6/+16
* Separate key sizes from prefix sizesAli Akhtarzada2011-11-291-8/+14
* Increased max key sizeAli Akhtarzada2011-11-281-30/+41
* Qbtree refactorAli Akhtarzada2011-11-2410-480/+463
* Removed warning from QBtreeDenis Dzyubenko2011-11-241-3/+1
* Fixed a compiler warningDenis Dzyubenko2011-11-211-1/+1
* Fixes tohexstr buffer overflow and usage.Jamey Hicks2011-11-161-18/+21
* Checksum page bounds fixAli Akhtarzada2011-11-101-2/+6
* Added bdb benchmarks for checksums and syncingAli Akhtarzada2011-11-041-1/+1
* Memory allocation and error message consistencyAli Akhtarzada2011-11-041-30/+28
* Added QBtreeReadLocker and QBtreeWriteLocker classesDenis Dzyubenko2011-11-033-2/+320
* Fixed btree_rollbackDenis Dzyubenko2011-11-033-13/+28