summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store_test_recorditer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-293/+279
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-38/+37
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-71/+107
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-32/+32
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-16016 WiredTigerRecordStore::Iterator should not try to restore its st...David Storch2014-11-101-0/+76
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-4/+0
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-0/+8
* SERVER-13635 Expand set of generic RecordStore API tests.Max Hirschhorn2014-10-071-0/+285