summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-15/+0
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-1/+2
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-4/+1
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-1/+4
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-4/+1
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-7/+0
* SERVER-17817 Make AuthorizationManager a decoration on ServiceContext.Andy Schwerin2015-04-161-4/+8
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-1/+4
* SERVER-17910 remove old testsamantharitter2015-04-091-45/+0
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-7/+7
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-1/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+2
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-1/+3
* SERVER-17653 Early allocate port for the HTTP interfaceKaloian Manassiev2015-03-261-1/+11
* SERVER-17655 polyfill make_unique in stdxAdam Midvidy2015-03-191-1/+2
* SERVER-17652 open sockets before initializing storage engineEric Milkie2015-03-191-13/+13
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-0/+4
* SERVER-17323 Instantiate storage engine before the LockerKaloian Manassiev2015-02-201-22/+26
* SERVER-16643 extend linux transparent huge pages to include 'defrag' parameter.Benety Goh2015-01-151-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+10
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-3/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove C headers from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-4/+4
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-1/+2
* SERVER-14062 Add OperationContext argument to RangeDeleterKaloian Manassiev2014-12-031-2/+2
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+3
* SERVER-15997 Register the ReplicationCoordinatorImpl as a killop listenerSpencer T Brody2014-11-201-2/+4
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-0/+15
* start periodic tasks after rebuilding indexes and starting replicationEric Milkie2014-11-191-22/+23
* SERVER-16080 improve startup handling on invalid wiredtiger config optionsBenety Goh2014-11-131-6/+17
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-0/+1
* SERVER-15947 Prevent starting a 2.8 server with 2.4 auth indexesAndreas Nilsson2014-11-131-2/+6
* SERVER-15557 warn if we detect configurations for multiple storage enginesBenety Goh2014-11-041-0/+20
* Revert "SERVER-15557 disallow setting of configuration options for non-active...Dan Pasette2014-11-031-20/+0
* SERVER-15557 disallow setting of configuration options for non-active storage...Benety Goh2014-11-031-0/+20
* SERVER-15557 extracted mmapv1 startup options from StorageGlobalParams into M...Benety Goh2014-11-031-1/+2
* SERVER-15604 log component kControlMatt Kangas2014-10-271-4/+4
* SERVER-15319 Bump file versions for 2.8-style freelistMathias Stearn2014-10-171-1/+0
* SERVER-15678 remove log message when mongod is started sans parametersTyler Brock2014-10-151-3/+0
* SERVER-13635: abstract storagesize per db for listDatabasesEliot Horowitz2014-10-111-1/+0
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-16/+12
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-10/+11
* SERVER-15031 Add compile-time flag to control which ReplicationCoordinator is...Spencer T Brody2014-10-021-18/+0
* SERVER-15386 Let writeAuthSchemaVersionIfNeeded set schemaVersion28SCRAMAndreas Nilsson2014-10-021-2/+2
* SERVER-15389 Refactor initAndListen to create server socket ids earlyKaloian Manassiev2014-10-021-137/+148