summaryrefslogtreecommitdiff
path: root/src/mongo/db/instance.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-28/+18
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-18/+28
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-9/+9
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-9/+9
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-1/+2
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-3/+3
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-17/+17
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-32/+40
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-2/+4
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-0/+1
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-2/+2
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-3/+3
* SERVER-13643 Remove getDur() where we already have a TransactionExperimentMathias Stearn2014-05-011-1/+1
* SERVER-13643 RIP BSONElementManipulatorMathias Stearn2014-05-011-17/+0
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-1/+1
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-2/+2
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-56/+36
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-11/+25
* misc cleaning shared_ptr -> scoped_ptrDwight2014-04-251-5/+5
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-3/+3
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-3/+3
* SERVER-13429 unify signal handling between mongos and mongodMathias Stearn2014-04-011-2/+3
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-011-26/+4
* SERVER-13053 fix curop query field for index builds outside of createIndexes ...Eric Milkie2014-03-211-0/+1
* SERVER-13033: Static Initalizer race condition with CreateDirectClient and se...Mark Benvenuto2014-03-191-0/+9
* SERVER-13115 Create DeleteExecutor to facilitate unlocked query parsing in de...Andy Schwerin2014-03-121-4/+11
* SERVER-12516 Check for change in primary state when recovering from yield in ...Andy Schwerin2014-02-191-8/+1
* SERVER-12737 Clean up includes of jsobjmanipulator.hAndrew Morrow2014-02-141-0/+1
* SERVER-12380 Refactor update() and receivedUpdate() for better reuse.Andy Schwerin2014-02-141-64/+13
* SERVER-12704: cleanup updatedriver optionsScott Hernandez2014-02-121-3/+1
* SERVER-10159 Remove extraneous NamespaceString in instance.cpp.Andy Schwerin2014-02-121-6/+5
* SERVER-12497 Do not call AuthorizationSession::startRequest while processing ...Andy Schwerin2014-02-071-1/+2
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-4/+3
* SERVER-10159 Avoid constructing a CanonicalQuery for IdHackRunner or id-hack ...Andy Schwerin2014-01-221-6/+13
* Fix assert numbers from separate patchShaun Verch2014-01-171-2/+2
* SERVER-10159 In receivedUpdate, parse CanonicalQuery outside DB Write lock.Andy Schwerin2014-01-171-2/+23
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-0/+1
* remove dead codeEliot Horowitz2014-01-091-19/+0
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-091-1/+1
* runCount takes a std::string instead of char*Eliot Horowitz2014-01-091-1/+1
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+1
* SERVER-11611: re-add comment about when can interrupt index buildEliot Horowitz2013-12-231-0/+5
* SERVER-11611: move all user facing inserts to Collection::insertDocumentEliot Horowitz2013-12-221-1/+11
* SERVER-11611: re-write user insert paths to not use DataFileMgr, and use Coll...Eliot Horowitz2013-12-221-34/+32
* SERVER-10026 delete some dead codeHari Khalsa2013-12-111-8/+7
* SERVER-10026 remove query spigot and old find implHari Khalsa2013-12-051-1/+2
* SERVER-11191: PageFaultException cleanup for new RunnerScott Hernandez2013-11-191-30/+21
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-13/+3
* SERVER-11302 Do not do auth checks when operating on behalf of a DBDirectClient.Andy Schwerin2013-10-231-0/+15