summaryrefslogtreecommitdiff
path: root/src/mongo/db/instance.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-30/+32
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-2/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-1/+0
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-1/+2
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-65/+0
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-3/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+2
* SERVER-14925 Shutdown command should exit cleanlyMathias Stearn2014-08-201-2/+0
* SERVER-14503 move replHasDatabases to heartbeat.* from instance.*matt dannenberg2014-07-091-5/+0
* SERVER-14395 Clean up StorageEngine initialization and shutdownMathias Stearn2014-07-091-5/+0
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-3/+0
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+1
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-13641 Make agg use OpContext-aware DBDirectClientMathias Stearn2014-05-201-3/+13
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-9/+9
* SERVER-13635 remove dead codeHari Khalsa2014-05-161-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-5/+5
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-1/+10
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-171-1/+1
* SERVER-11611: re-write user insert paths to not use DataFileMgr, and use Coll...Eliot Horowitz2013-12-221-2/+0
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-2/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-14/+1
* SERVER-9038 Initial add of mongod commands: insert, update, removeJason Rassi2013-07-081-0/+2
* SERVER-9041 proactively detect background conn failures in conn poolsGreg Studer2013-05-091-0/+5
* normalize #includes in many filesEric Milkie2013-04-181-4/+3
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-1/+0
* SERVER-6053 - make sure not to point to memory in a query MessageEliot Horowitz2012-06-131-3/+2
* Revert "buildbot fix windows compile"gregs2012-06-091-2/+0
* buildbot fix windows compilegregs2012-06-091-0/+2
* Limit exitCleanly() and ntservice module to mongos and mongod.Andy Schwerin2012-04-251-0/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-1/+1
* Promote C++ batch query execution functions to DBClientBase.Andy Schwerin2012-03-011-0/+5
* fix slave ok getMore cursors via mongos by storing actual server usedEliot Horowitz2012-01-251-1/+1
* move DiagLog implementation into .cpEliot Horowitz2012-01-051-50/+7
* Compile cleanly with -Werror on clang++ 3.0.Mathias Stearn2011-12-301-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+174