summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-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-3/+6
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-1/+2
* SERVER-13794 - only start snapshot thread on isHttpInterfaceEnabledJames Wahlin2014-05-071-1/+5
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-0/+1
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-0/+1
* SERVER-13639: add ExtentManager interfaceEliot Horowitz2014-05-051-1/+2
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-7/+1
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-011-1/+1
* SERVER-13797 Remove usages of Client::getContext()Kaloian Manassiev2014-05-011-10/+0
* SERVER-13643 Plumb TransactionExperiment through repairDatabaseMathias Stearn2014-04-301-2/+3
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-1/+3
* SERVER-13635 Don't include extent_manger.h in database.hMathias Stearn2014-04-291-0/+1
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-2/+3
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+2
* SERVER-13429 unify signal handling between mongos and mongodMathias Stearn2014-04-011-246/+27
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-011-8/+7
* SERVER-13429 Use logging system in mongod signal handlers, test exit logging.Andy Schwerin2014-04-011-27/+28
* SERVER-13267 change checkForIdIndexes recommendation to dochub linkMatt Kangas2014-03-271-2/+2
* SERVER-13058: remove extra space in Windows service descriptionsSam Kleinman2014-03-061-2/+2
* SERVER-8391 made a library for validateIndexKey()matt dannenberg2014-02-191-1/+2
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-9/+7
* SERVER-12070 SERVER-12242 SERVER-12244 Validate existing indexesMathias Stearn2014-02-101-10/+22
* SERVER-12565: remove old extent freelist implementation and replace with new oneEliot Horowitz2014-02-101-1/+1
* SERVER-12513 At startup, if a 2.4-style index on admin.system.users is detect...Spencer T Brody2014-02-071-0/+3
* SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS.Charlie Page2014-01-131-0/+1
* SERVER-12202 Use logging system to report failures during runGlobalInitialize...Andy Schwerin2014-01-131-1/+6
* Revert "SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS."Matt Kangas2014-01-031-1/+0
* SERVER-12034 Fix bug with SIGXCPU causing a core dump in mongoD/mongoS.Charlie Page2014-01-031-0/+1
* SERVER-5651: Better implementation of Windows server shutdownMark Benvenuto2014-01-021-1/+1
* SERVER-5651: Better implementation of Windows server shutdownMark Benvenuto2013-12-311-1/+38
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-1/+1
* SERVER-9516 User objects must be immutable after first returned from AuthMana...Andy Schwerin2013-11-131-1/+0
* SERVER-11178: use IndexCatalog to check for _id indexesEliot Horowitz2013-11-061-42/+35
* SERVER-7217 Provide new client API to manage initialization and terminationAndrew Morrow2013-11-021-1/+1
* Revert "SERVER-9516 Write version document to admin.system.version as needed ...Andy Schwerin2013-10-251-13/+9
* SERVER-9516 Write version document to admin.system.version as needed in mongod.Andy Schwerin2013-10-251-9/+13
* SERVER-11302 Do not do auth checks when operating on behalf of a DBDirectClient.Andy Schwerin2013-10-231-3/+0
* SERVER-11212 Make sure snmp module is correctly initializedShaun Verch2013-10-161-0/+8
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch2013-10-111-9/+7
* SERVER-11090 Remove old unused Module classShaun Verch2013-10-091-5/+0
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-2/+2
* SERVER-10927 RS hosts drop temp collections on promotion to masterMathias Stearn2013-10-071-2/+12
* SERVER-9248 Ignore errors when checking readaheadMathias Stearn2013-10-071-5/+6
* adding try/catch around boost::filesystem::exists() to handle inaccessible pa...Christian W. Zuckschwerdt2013-10-071-27/+27
* adding try/catch around boost::filesystem::exists() to handle inaccessible path.Christian W. Zuckschwerdt2013-10-071-0/+7