summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/bson_collection_catalog_entry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-126/+122
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-8/+8
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-4/+8
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-13635: add a key/value -> storage engine interface to simplify other workEliot Horowitz2014-10-061-1/+12
* SERVER-13635: BSONCollectionCatalogEntry supports optionsEliot Horowitz2014-09-091-2/+25
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-0/+162