summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11643: remove nsindexEliot Horowitz2014-04-036-34/+31
* SERVER-11643: remove nsdetails()Eliot Horowitz2014-04-031-5/+0
* SERVER-11643: remove many nsdetails callsEliot Horowitz2014-04-039-60/+69
* SERVER-11643: remove unused Client::setContextEliot Horowitz2014-04-031-3/+0
* SERVER-5553 Remove a heap allocation from the log event encoder.Andy Schwerin2014-04-031-3/+3
* Revert "SERVER-13383 validateKeyPattern allow only numeric/string key types"Dan Pasette2014-04-021-3/+2
* SERVER-12242 SERVER-12244 Fix typo in compact/reIndex error messagesJason Rassi2014-04-022-5/+3
* SERVER-13429 unify signal handling between mongos and mongodMathias Stearn2014-04-014-259/+30
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-012-34/+11
* SERVER-13438 Handle syslog case of systemLog.destination properlyShaun Verch2014-04-011-6/+16
* SERVER-13429 Use logging system in mongod signal handlers, test exit logging.Andy Schwerin2014-04-012-27/+43
* SERVER-13431 _me should not reference mmapped memoryEric Milkie2014-04-011-0/+2
* SERVER-13420 remove syncSourceFeedback connection management from the notifie...matt dannenberg2014-03-314-56/+4
* SERVER-13422 fix planning bug for elemMatch object index intersectionDavid Storch2014-03-312-3/+35
* SERVER-13423 Rename security.sasl.authenticationMechanisms to security.authen...Shaun Verch2014-03-311-10/+0
* SERVER-13416 Change security.authentication to security.authorization in commentShaun Verch2014-03-311-1/+1
* SERVER-13416 Rename security.authentication to security.authorizationShaun Verch2014-03-311-14/+15
* SERVER-13413 profiling should not do version checks against op namespaceGreg Studer2014-03-311-1/+3
* SERVER-13374 change connection pool defaultsGreg Studer2014-03-312-0/+129
* SERVER-13406 don't extract invalid index assignments from OR subplan when it ...Hari Khalsa2014-03-311-0/+6
* SERVER-13406 add debugging for OR sub-plannerHari Khalsa2014-03-313-12/+28
* SERVER-13379 Ensure replication.replSet overrides replication.replSetNameShaun Verch2014-03-281-28/+25
* SERVER-13379 Canonicalize noIndexBuildRetry as storage.indexBuildRetryShaun Verch2014-03-281-4/+17
* SERVER-13379 Canonicalize profile as operationProfiling.modeShaun Verch2014-03-281-23/+51
* SERVER-13379 Canonicalize shardsvr and configsvr as sharding.clusterRoleShaun Verch2014-03-281-19/+30
* SERVER-13379 Canonicalize moveParanoia and noMoveParanoia as sharding.archive...Shaun Verch2014-03-281-13/+39
* SERVER-13379 Canonicalize sslOnNormalPorts as net.ssl.modeShaun Verch2014-03-281-0/+7
* SERVER-13379 Canonicalize logpath as systemLog.destination and systemLog.pathShaun Verch2014-03-281-7/+23
* SERVER-13379 Canonicalize verbose and v options as systemLog.verbosityShaun Verch2014-03-282-48/+74
* SERVER-13379 Canonicalize nounixsocket as net.unixDomainSocket.enabledShaun Verch2014-03-281-6/+13
* SERVER-13379 Canonicalize noprealloc as storage.preallocDataFilesShaun Verch2014-03-281-4/+13
* SERVER-13379 Canonicalize httpinterface and nohttpinterface to net.http.enabledShaun Verch2014-03-282-60/+104
* SERVER-13379 Canonicalize auth and noauth as security.authenticationShaun Verch2014-03-281-10/+31
* SERVER-13379 Canonicalize objcheck and noobjcheck as net.wireObjectCheckShaun Verch2014-03-283-15/+66
* SERVER-13387 CreateIndexes command allows non shard key unique indexes to be ...Randolph Tan2014-03-281-0/+32
* SERVER-10026 fix size accounting in sortHari Khalsa2014-03-281-2/+2
* SERVER-13372 Add parameter to not mark the Environment as validShaun Verch2014-03-271-1/+7
* SERVER-13372 Canonicalize dur, nodur, journal, nojournal and storage.journali...Shaun Verch2014-03-273-27/+94
* SERVER-13383 validateKeyPattern reject patterns w/ multiple pluginsJason Rassi2014-03-271-12/+17
* SERVER-13383 validateKeyPattern allow only numeric/string key typesJason Rassi2014-03-271-2/+3
* SERVER-13269 general log message improvements for 2.6Matt Kangas2014-03-278-12/+12
* SERVER-13268 minor grammatical cleanup of stage_builder.cpp warningsMatt Kangas2014-03-271-10/+10
* SERVER-13267 change checkForIdIndexes recommendation to dochub linkMatt Kangas2014-03-271-2/+2
* SERVER-13205 fix merging of special leaf nodes in access plannerDavid Storch2014-03-273-16/+130
* SERVER-13349 collection scan should make fetch requestsHari Khalsa2014-03-274-4/+77
* SERVER-13356 correct an error in processing geonear index assignmentsHari Khalsa2014-03-272-1/+16
* SERVER-13347 Clear execStats in OpDebug::reset()Mathias Stearn2014-03-251-0/+1
* SERVER-13266 log messages with typosGianfranco Palumbo2014-03-252-2/+2
* SERVER-13336 count should always yieldHari Khalsa2014-03-251-9/+1
* SERVER-13328 enhance "updater not supported" error messagematt dannenberg2014-03-251-1/+2