summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_data.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17311 Ensure BSONObj, RecordData, and SharedBuffer are noexcept moveableAlya Berciu2019-06-031-0/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27887 Update comment to reflect _dataPtr to _ownedData refactorMaria van Keulen2017-02-241-3/+1
* SERVER-27887 Add toBson() rvalue overload method to RecordDataMaria van Keulen2017-02-241-3/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-51/+62
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-0/+12
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-2/+3
* SERVER-16048 Eliminate double copy and most ref-counting with RecordDataMathias Stearn2014-11-101-9/+17
* SERVER-13635: add a method to RecordStore and Collection to lookup by DiskLoc...Eliot Horowitz2014-10-131-0/+1
* SERVER-13635 Expand set of generic RecordStore API tests.Max Hirschhorn2014-10-071-0/+4
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-8994: Boost 1.56 build fixesMark Benvenuto2014-08-201-1/+1
* SERVER-14352 Significant improvements to RocksDB storage engine.Alex Kleiman2014-08-121-3/+1
* SERVER-13635 Replaces high-level references to Record with RecordData class.Alex2014-06-201-0/+68