summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16398 Remove support for "cursorInfo" commandQingyang Chen2015-08-051-52/+0
* SERVER-18766 Pull definition of CursorId out into its own headerJason Rassi2015-08-051-1/+0
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-28/+5
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-280/+283
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-1/+1
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-3/+5
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-5/+3
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-3/+5
* SERVER-16920 Better error messages for ops killed during yieldJames Wahlin2015-05-071-1/+1
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-2/+0
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+6
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-3/+2
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-1/+2
* SERVER-8188: make cursor timeout configurable on serverEliot Horowitz2015-03-131-1/+4
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-03-101-1/+1
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16607 Agg cursor's pin needs to be cleaned up under coll lockJason Rassi2015-01-151-1/+4
* SERVER-16659 Fix CursorManager/ClientCursorPin cosmetic issuesJason Rassi2015-01-121-2/+0
* SERVER-16659 Collection: rename cursorManager() to getCursorManager()Jason Rassi2015-01-121-2/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16657 ClientCursor namespace set explicitly on constructionJason Rassi2015-01-121-2/+3
* SERVER-16657 Remove CursorManager::ns()Jason Rassi2015-01-121-3/+3
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-22/+22
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-231-18/+18
* SERVER-15778 Fix ClientCursorPin::deleteUnderlying() race conditionJason Rassi2014-12-171-1/+12
* SERVER-16414 Remove unnecessary OperationContext arguments from ReplicationCo...Spencer T Brody2014-12-081-1/+1
* SERVER-15778 Clean up ClientCursorJason Rassi2014-12-051-18/+30
* SERVER-15778 Fix ClientCursor "noTimeout" counter reporting errorJason Rassi2014-12-051-1/+1
* SERVER-14062 Add OperationContext to ServerStatusSectionKaloian Manassiev2014-11-251-1/+3
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-1/+2
* SERVER-15564 Send config version and member ID with every replSetUpdatePositi...Spencer T Brody2014-10-271-1/+1
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-2/+1
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-2/+29
* SERVER-14668 Fix for commit c069fc13a9 which broke OSX buildKaloian Manassiev2014-08-271-1/+1
* SERVER-14668 Remove d_globals.h/.cppKaloian Manassiev2014-08-271-14/+27
* SERVER-13961 Pass more OperationContext down in replKaloian Manassiev2014-07-241-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-7/+7
* SERVER-14135 implement processHandshake() in LegacyReplicationCoordinatormatt dannenberg2014-07-031-18/+4
* SERVER-14275 SERVER-14135 implement setLastOptime() in LegacyReplicationCoord...matt dannenberg2014-06-191-2/+26
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+0
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-061-1/+0
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+5
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+5
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-271-2/+2
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1