summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/cursor_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-1/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-113/+109
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-16920 Better error messages for ops killed during yieldJames Wahlin2015-05-071-1/+4
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16659 Fix CursorManager/ClientCursorPin cosmetic issuesJason Rassi2015-01-121-4/+12
* SERVER-16657 Remove CursorManager::ns()Jason Rassi2015-01-121-2/+0
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+3
* SERVER-16520 Add a global CursorManagerJason Rassi2014-12-231-0/+3
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-0/+144