summaryrefslogtreecommitdiff
path: root/src/mongo/db/instance.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-1/+1
* SERVER-18277 Prefer getting CurOp via the OperationContext rather than the Cl...Andy Schwerin2015-05-221-4/+4
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-191-1/+1
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-0/+1
* SERVER-17607 initial OP_COMMAND mongod implementationAdam Midvidy2015-05-181-34/+89
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-0/+11
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-8/+12
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-0/+6
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-12/+8
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-8/+12
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-3/+7
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-7/+7
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-1/+4
* SERVER-7775 rewrite all pseudocommands to use admin dbAdam Midvidy2015-04-131-12/+10
* SERVER-7775 add currentOp commandAdam Midvidy2015-04-131-2/+9
* SERVER-17933 Invalid database name check should not close the connectionKaloian Manassiev2015-04-101-2/+9
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-8/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-4/+4
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-8/+6
* SERVER-7775 add killOp commandAdam Midvidy2015-04-061-32/+8
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-7/+7
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-16/+17
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-3/+0
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-261-27/+39
* Revert "SERVER-7775 refactor fsyncUnlock to execute through standard command ...Adam Midvidy2015-03-251-39/+27
* SERVER-7775 refactor fsyncUnlock to execute through standard command pathAdam Midvidy2015-03-251-27/+39
* SERVER-17023 separate command and query pathsDavid Storch2015-03-231-139/+226
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-181-5/+18
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-1/+1
* SERVER-17330 cleaned up receivedInsert - index build not possible in this cod...Benety Goh2015-03-131-5/+3
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-6/+5
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-5/+6
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-14/+9
* SERVER-17276 WCE retry for collection creation on upsert, legacy write pathDavid Storch2015-02-271-2/+2
* SERVER-17175 Use X lock for $isolated updates and deletesMathias Stearn2015-02-131-2/+6
* SERVER-16799 Report locking stats in the slow query logKaloian Manassiev2015-02-111-2/+4
* SERVER-17026 Use compareAndSwap instead of fetchAndAdd in shutdownCleanlySpencer T Brody2015-02-061-1/+1
* SERVER-17129 check canAcceptWrites before implicitly creating ns for legacy u...Eric Milkie2015-01-301-0/+4
* SERVER-16337: retry WriteConflictException on insert pathEliot Horowitz2015-01-221-14/+25
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2015-01-151-7/+7
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16657 Auth check for ops on cursors owned by global cursor mgrJason Rassi2015-01-121-8/+2
* do not create extra NamespaceStringEliot Horowitz2015-01-121-1/+1