summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-10-021-1/+1
* SERVER-36463 bypass validation of dummy signatures for isMaster on the unauth...r3.6.7-rc0Misha Tyulenev2018-08-141-1/+1
* SERVER-35766 Prevent stepdowns from interrupting database commandsVesselina Ratcheva2018-08-061-2/+10
* SERVER-35663 Remove clusterTime >= operationTime invariantJack Mulrow2018-07-311-2/+2
* SERVER-34843 Compute operationTime before $clusterTimeJack Mulrow2018-07-311-172/+131
* SERVER-35377 use lastAppliedOpTime when there is clientTime available in oper...Misha Tyulenev2018-07-271-0/+4
* SERVER-33857 call wrap getRedactedCopyForLogging() calls with redact()Gabriel Russell2018-07-231-5/+6
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-07-201-11/+16
* SERVER-35795 do not allow sessions with FCV 3.4Misha Tyulenev2018-07-191-2/+2
* SERVER-33585 do not return clusterTime when no keys are availabler3.6.5-rc0r3.6.5Misha Tyulenev2018-05-111-33/+57
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-03-281-1/+1
* SERVER-33302 Add missing calls to redact() in error paths.David Storch2018-02-231-1/+1
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-171-5/+6
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-081-1/+6
* SERVER-31613 disallow afterClusterTime on some commandsMisha Tyulenev2017-10-261-1/+2
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-5/+10
* SERVER-31306 include clusterTime and operationTime in all errorsMisha Tyulenev2017-10-241-6/+45
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-8/+4
* SERVER-31352 Always skip OperationShardingState initialization if readConcern...Kaloian Manassiev2017-10-051-35/+32
* SERVER-31349 Rename 'disallowCollectionCreation' generic argument to 'allowIm...Kaloian Manassiev2017-10-031-4/+4
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-15/+14
* SERVER-30344 prevent shards from implicitly creating a collection on createIn...Esha Maharishi2017-09-261-1/+7
* Revert "Revert "SERVER-21677 Remove "diaglog" support from the server""Dan Pasette2017-09-211-21/+0
* Revert "SERVER-21677 Remove "diaglog" support from the server"Ian Whalen2017-09-211-0/+21
* SERVER-21677 Remove "diaglog" support from the serverDan Pasette2017-09-201-21/+0
* SERVER-31032 Make secondary requests default to 'available' rc-level when bot...Dianna Hohensee2017-09-201-7/+13
* SERVER-30765 Only allow transaction numbers on mongos or replica set membersJack Mulrow2017-09-141-3/+7
* SERVER-30912 Only check out sessions for write commandsJack Mulrow2017-09-141-1/+21
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-12/+11
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-1/+1
* SERVER-30735 Make DBDirectClient use its own LastErrorMathias Stearn2017-08-281-1/+1
* SERVER-30595 Do not use chunk metadata to filter results for read concern 'av...Dianna Hohensee2017-08-241-14/+7
* SERVER-30592 Place ReadConcernArgs as a decoration on the OperationContextDianna Hohensee2017-08-221-11/+17
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+1
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-171-3/+13
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-46/+51
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-2/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-7/+1
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-8/+8
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-11/+13
* SERVER-29987 pass afterClusterTime to all commandsMisha Tyulenev2017-08-151-4/+5
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-141-2/+1
* SERVER-30549 Do not support secondaries chunk-aware in FCV 3.4Kaloian Manassiev2017-08-101-1/+4
* SERVER-30147 Move Command::appendOperationTime to LogicalTimeKaloian Manassiev2017-08-071-1/+1
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-1/+2
* SERVER-30181 remove support for pseudo commandsMathias Stearn2017-07-261-69/+0
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-1/+1
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-0/+1
* SERVER-28948 open up secondaries to checking shardVersionEsha Maharishi2017-07-181-3/+2
* SERVER-27067 sets client last op to system last optime if the global exclusiv...Judah Schvimer2017-07-171-5/+17