| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-35115 Separate dbclientinterface.h into several parts, one per class. | Henrik Edin | 2018-06-29 | 1 | -1/+0 |
* | SERVER-34805 Refactor the network libraries and move messages types to rpc/pr... | Andrew Morrow | 2018-05-05 | 1 | -1/+0 |
* | SERVER-31802 Rip out more dead master-slave code, and the related concept of ... | Andy Schwerin | 2018-03-15 | 1 | -20/+0 |
* | SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnit | Xiangyu Yao | 2018-03-09 | 1 | -6/+7 |
* | SERVER-33367 Enforce a cursor is iterated in a transaction/session iff it was... | Tess Avitabile | 2018-03-06 | 1 | -0/+7 |
* | SERVER-32912 Ensure that killCursors always invalidates a pinned cursor | Bernard Gorman | 2018-02-13 | 1 | -3/+3 |
* | SERVER-21710 Add ability to kill pinned cursors on mongod | Ian Boros | 2018-01-10 | 1 | -19/+36 |
* | SERVER-32570 Clean up stale TODO comments in the query system. | David Storch | 2018-01-09 | 1 | -3/+0 |
* | SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO... | Matthew Russotto | 2017-07-17 | 1 | -0/+27 |
* | Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD... | Matthew Russotto | 2017-07-14 | 1 | -27/+0 |
* | SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs... | Matthew Russotto | 2017-07-11 | 1 | -0/+27 |
* | SERVER-29417 Attach logical session ids to cursors | samantharitter | 2017-06-15 | 1 | -1/+12 |
* | Revert "SERVER-29417 Attach logical session ids to cursors" | Max Hirschhorn | 2017-06-15 | 1 | -12/+1 |
* | SERVER-29417 Attach logical session ids to cursors | samantharitter | 2017-06-14 | 1 | -1/+12 |
* | SERVER-21754 Partition CursorManager's structures | Charlie Swanson | 2017-05-26 | 1 | -0/+4 |
* | SERVER-28327 Revamp cursor timeout logic. | Charlie Swanson | 2017-05-03 | 1 | -38/+29 |
* | SERVER-28309 remove RangePreserver class | David Storch | 2017-04-21 | 1 | -9/+5 |
* | SERVER-25694 Eliminate race in PlanExecutor cleanup. | Charlie Swanson | 2017-04-13 | 1 | -13/+25 |
* | SERVER-9609 Ensure users can only call getMore on cursors they created | Tess Avitabile | 2017-03-22 | 1 | -1/+15 |
* | Revert "SERVER-9609 Ensure users can only call getMore on cursors they created" | Tess Avitabile | 2017-03-21 | 1 | -15/+1 |
* | SERVER-9609 Ensure users can only call getMore on cursors they created | Tess Avitabile | 2017-03-17 | 1 | -1/+15 |
* | SERVER-22541 Manage aggregation cursors on global cursor manager. | Charlie Swanson | 2017-03-15 | 1 | -45/+32 |
* | SERVER-27938 Rename all OperationContext variables to opCtx | Maria van Keulen | 2017-03-07 | 1 | -1/+1 |
* | SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManager | David Storch | 2016-12-02 | 1 | -129/+183 |
* | SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op... | Andy Schwerin | 2016-05-23 | 1 | -4/+17 |
* | SERVER-18766 Pull definition of CursorId out into its own header | Jason Rassi | 2015-08-05 | 1 | -3/+1 |
* | SERVER-17364 Don't stash RecoveryUnits across getMores | Mathias Stearn | 2015-07-16 | 1 | -51/+9 |
* | SERVER-18084 Move mongod metadata management to be under mongo/db | Kaloian Manassiev | 2015-07-11 | 1 | -9/+0 |
* | SERVER-18936 skip, limit, and batchsize use 64-bit variables | Qingyang Chen | 2015-07-09 | 1 | -4/+4 |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -293/+331 |
* | SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP... | Andrew Morrow | 2015-06-16 | 1 | -3/+2 |
* | SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T> | Andrew Morrow | 2015-06-10 | 1 | -2/+1 |
* | SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T> | Andrew Morrow | 2015-06-10 | 1 | -1/+1 |
* | SERVER-18798 Move FindAndModifyRequest to the request/response library | Kaloian Manassiev | 2015-06-03 | 1 | -8/+0 |
* | SERVER-16265 add query predicate and aggregation command to the getMore slow ... | David Storch | 2015-05-20 | 1 | -1/+4 |
* | SERVER-18217 Change Timestamp to OpTime where appropriate. | Siyuan Zhou | 2015-05-12 | 1 | -1/+3 |
* | SERVER-17880 Rename OpTime to Timestamp | Eric Milkie | 2015-04-07 | 1 | -3/+3 |
* | SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client. | Andy Schwerin | 2015-04-07 | 1 | -1/+1 |
* | SERVER-15176 remove CollectionMetadataPtr from ClientCursor | David Storch | 2015-03-23 | 1 | -7/+0 |
* | SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard. | Andy Schwerin | 2015-03-05 | 1 | -1/+1 |
* | SERVER-16607 Agg cursor's pin needs to be cleaned up under coll lock | Jason Rassi | 2015-01-15 | 1 | -3/+12 |
* | SERVER-16659 Fix CursorManager/ClientCursorPin cosmetic issues | Jason Rassi | 2015-01-12 | 1 | -8/+40 |
* | SERVER-16657 ClientCursor namespace set explicitly on construction | Jason Rassi | 2015-01-12 | 1 | -1/+5 |
* | SERVER-16657 Remove CursorManager::ns() | Jason Rassi | 2015-01-12 | 1 | -2/+2 |
* | SERVER-13256 Remove boost/utility from pch.h | Andrew Morrow | 2015-01-05 | 1 | -0/+1 |
* | SERVER-13256 Remove scoped_ptr from pch.h | Andrew Morrow | 2015-01-05 | 1 | -1/+2 |
* | SERVER-16520 Rename CollectionCursorCache to CursorManager | Jason Rassi | 2014-12-23 | 1 | -7/+7 |
* | SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCache | Jason Rassi | 2014-12-23 | 1 | -5/+6 |
* | SERVER-15778 Clean up ClientCursor | Jason Rassi | 2014-12-05 | 1 | -23/+41 |
* | SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1 | Mathias Stearn | 2014-11-26 | 1 | -1/+1 |