summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-2/+16
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-1/+9
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-2/+21
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-311-1/+3
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-33/+11
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-2/+35
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-181-2/+2
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-6/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37007 Add planSummary to idleCursorTed Tuckman2018-10-091-0/+11
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-7/+34
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-0/+6
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-1/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+0
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-20/+0
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-6/+7
* SERVER-33367 Enforce a cursor is iterated in a transaction/session iff it was...Tess Avitabile2018-03-061-0/+7
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-3/+3
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-19/+36
* SERVER-32570 Clean up stale TODO comments in the query system.David Storch2018-01-091-3/+0
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-171-0/+27
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-141-27/+0
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-111-0/+27
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-1/+12
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-12/+1
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-1/+12
* SERVER-21754 Partition CursorManager's structuresCharlie Swanson2017-05-261-0/+4
* SERVER-28327 Revamp cursor timeout logic.Charlie Swanson2017-05-031-38/+29
* SERVER-28309 remove RangePreserver classDavid Storch2017-04-211-9/+5
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-13/+25
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-1/+15
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-15/+1
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-1/+15
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-45/+32
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-021-129/+183
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-4/+17
* SERVER-18766 Pull definition of CursorId out into its own headerJason Rassi2015-08-051-3/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-51/+9
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-9/+0
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-293/+331
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-8/+0