summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-1/+1
* SERVER-6405: char* to StringData for some catalog methodsEliot Horowitz2013-09-171-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10461 migrate internal coll/ixscan clientsHari Khalsa2013-08-201-2/+2
* SERVER-10026 SERVER-10461 overhaul yielding, introduce findAllHari Khalsa2013-08-141-0/+2
* SERVER-10026 SERVER-10461 runner registry: short-term safe yielding for non-c...Hari Khalsa2013-08-121-1/+20
* SERVER-10026 SERVER-10376 Fix Windows warning -- class vs structTad Marshall2013-08-081-1/+1
* SERVER-10026 SERVER-10376 getMore and invalidation and clientCursorHari Khalsa2013-08-071-7/+14
* SERVER-10026 SERVER-10376 scrub clientcursor vigorouslyHari Khalsa2013-08-071-312/+275
* SERVER-10362: add option to ClientCursor::staticYield to do a pthread_yield i...Eliot Horowitz2013-07-291-2/+3
* SERVER-2212 Logic to apply time limits to getmore CurOp objectsJason Rassi2013-07-261-0/+9
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-9/+9
* SERVER-8791 SERVER-9212 keep btree bucket deletion inside of btree classHari Khalsa2013-07-021-1/+0
* SERVER-6405: trivial prep cleanup of Database classEliot Horowitz2013-06-181-2/+0
* SERVER-8598 CollectionManager -> CollectionMetadata refactor, no behavior changeGreg Studer2013-06-171-4/+4
* SERVER-8598 hook up CollectionManager in place of ShardChunkManagerGreg Studer2013-06-171-4/+4
* SERVER-9387 expose namespace name in aboutToDelete when logging diskloc deletesGreg Studer2013-04-181-1/+3
* SERVER-8456: use CursorHolder to avoid auto_ptr::releaseBen Becker2013-02-121-0/+1
* SERVER-8368 Don't check authorization for deleting cursors while holding a mu...Spencer T Brody2013-02-071-1/+2
* Check authorization in the new AuthorizationManager SERVER-7572Spencer T Brody2012-12-071-1/+8
* Fix use of ByLocKey as an incomplete type in standard containers.Andrew Morrow2012-11-081-22/+1
* pass more info through aboutToDeleteEliot Horowitz2012-10-241-1/+1
* Move ElapsedTracker to mongo/util/elapsed_tracker.{h,cpp}.Aaron2012-10-231-1/+1
* SERVER-2001 filter queries on mongod using new key extraction pathKevin Matulef2012-10-161-0/+8
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-3795 end logged lines with endl, not newlineTad Marshall2012-09-231-2/+4
* SERVER-6931 Don't attempt to look up a cursor using an invalid id. Prevents ...Aaron2012-09-051-0/+3
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-828: implement positional operator ($) and for query projectionsBen Becker2012-06-141-3/+3