summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-201-1/+4
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-1/+3
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-3/+3
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-1/+1
* SERVER-15176 remove CollectionMetadataPtr from ClientCursorDavid Storch2015-03-231-7/+0
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-1/+1
* SERVER-16607 Agg cursor's pin needs to be cleaned up under coll lockJason Rassi2015-01-151-3/+12
* SERVER-16659 Fix CursorManager/ClientCursorPin cosmetic issuesJason Rassi2015-01-121-8/+40
* SERVER-16657 ClientCursor namespace set explicitly on constructionJason Rassi2015-01-121-1/+5
* SERVER-16657 Remove CursorManager::ns()Jason Rassi2015-01-121-2/+2
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-7/+7
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-231-5/+6
* SERVER-15778 Clean up ClientCursorJason Rassi2014-12-051-23/+41
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-0/+2
* SERVER-15187 Fix lifetime problem with stashed RecoveryUnitDavid Percy2014-09-221-4/+7
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-0/+44
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-2/+10
* SERVER-14668 Remove d_globals.h/.cppKaloian Manassiev2014-08-271-6/+1
* SERVER-13961 Pass more OperationContext down in replKaloian Manassiev2014-07-241-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-7/+7
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+2
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-271-4/+4
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-7/+0
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-1/+1
* SERVER-13495: fix ClientCursor::_pinValue concurrencyEliot Horowitz2014-04-071-1/+1
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-112/+26
* SERVER-10026 modify stages to preserve and expect invalidated docsHari Khalsa2014-01-161-8/+2
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-64/+17
* SERVER-10159 Be more efficient with runner registrationAndrew Morrow2014-01-021-1/+2
* SERVER-12200 reset cursor timeout on getMore()matt dannenberg2014-01-021-0/+1
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-1/+3
* SERVER-10026 remove cc_by_locHari Khalsa2013-12-131-1/+3
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-101/+0
* SERVER-11953 Replace PipelineCursor with PipelineRunnerMathias Stearn2013-12-051-0/+10
* SERVER-10026 faster hackier idhackHari Khalsa2013-11-271-1/+1
* SERVER-10026 migrate clientsHari Khalsa2013-11-061-1/+4