summaryrefslogtreecommitdiff
path: root/src/mongo/db/btree.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-12/+0
* Whitespace: tabs to spacesTad Marshall2013-01-181-4/+4
* SERVER-1752 Fix debug build tests by removing old imprecise dassert in BtreeB...Aaron2012-11-201-1/+0
* SERVER-1752 Move BtreeCursor class definition to its own header file.Aaron2012-11-111-185/+4
* SERVER-7571 get accessors for bsonSize and topSize in btree BucketBasicsAndrea Lattuada2012-11-071-0/+8
* SERVER-1752 Within BtreeCursor::currentMatches(), filter keys that do not mat...Aaron2012-10-231-0/+15
* Fixed typosPascal Borreli2012-10-141-2/+2
* SERVER-1752 Remove unused Cursor::matcherPtr() function.Aaron2012-10-101-1/+0
* pch headerSiddharth Singh2012-08-061-1/+1
* remove BSONObj::BSONObj( Record* ) in place of BSONObj::make( Record* r ) so ...Eliot Horowitz2012-05-161-1/+1
* make all disk access happen in BtreeCursor::init rather than constructorEliot Horowitz2012-05-161-7/+21
* eliminate wrapper functionEric Milkie2012-05-041-3/+0
* SERVER-4980 Add Cursor::keyFieldsOnly() and use it to implement projection in...Aaron2012-04-191-0/+7
* struct class mixing was making a warning on visual c++Dwight2012-04-101-1/+1
* SERVER-5531: Make index insertion continuation information local to the funct...Andy Schwerin2012-04-101-36/+7
* SERVER-5531 correct logicEric Milkie2012-04-091-1/+1
* SERVER-5063 $in limit efficiency.Aaron2012-04-061-2/+6
* SERVER-5531 enhance btree diskloc error messageEric Milkie2012-04-061-6/+9
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-8/+8
* SERVER-4484 Comments attempting to describe how Cursors currently ensure cons...Aaron2012-03-221-0/+12
* SERVER-3803 check proper n sentinel value for deallocated bucket in v0 indexAaron2012-02-291-0/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1174