summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/repair_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-75/+69
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-4/+3
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-311-1/+3
* SERVER-18153 add repl subobject to find/getmore responsesmatt dannenberg2015-04-241-0/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-3/+6
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16659 repairCursor/parallelCollScan use cursor response helperJason Rassi2015-01-151-5/+1
* SERVER-16659 Collection: rename cursorManager() to getCursorManager()Jason Rassi2015-01-121-1/+1
* SERVER-16657 ClientCursor namespace set explicitly on constructionJason Rassi2015-01-121-1/+3
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-1/+1
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-231-1/+1
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-031-1/+1
* SERVER-16248 Disable getIteratorForRepair in WiredTigerDan Pasette2014-11-201-0/+5
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-7/+14
* SERVER-15541 add PlanExecutor yield policies and registrationsDavid Storch2014-10-141-5/+11
* SERVER-15544 repairCursor command for toolsMathias Stearn2014-10-081-0/+100