summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42155 include relevant optimes in read concern timeout reportingKevin Pulo2019-09-131-1/+2
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-08-261-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-36084 Remove sharding runtime from ServiceEntryPointCommon and embedde...Henrik Edin2018-09-261-0/+41
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutr4.0.1-rc1r4.0.1James Wahlin2018-07-271-1/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34679 Preserve writeConcernError when commands fail by throwingMathias Stearn2018-05-011-1/+1
* Revert "SERVER-28871 remove obsolete Command::isUserManagementCommand"Denis Khodyakov2018-04-251-0/+9
* SERVER-28871 remove obsolete Command::isUserManagementCommandBilly Donahue2018-04-241-9/+0
* SERVER-34171 Make isUserManagementCommand a property of Command.Billy Donahue2018-03-281-2/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-13/+12
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-12/+13
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-4/+3
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-11/+11
* SERVER-33214 ServiceEntryPointCommonBilly Donahue2018-02-141-1095/+57
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-32776 ReplicationCoordinator::prepareReplMetadata no longer requires O...Benety Goh2018-02-131-1/+1
* SERVER-33221 Add find & getMore commands to session checkout whitelistJames Wahlin2018-02-131-3/+9
* Revert "SERVER-33221 Add find & getMore commands to session checkout whitelist"James Wahlin2018-02-121-9/+3
* SERVER-33221 Add find & getMore commands to session checkout whitelistJames Wahlin2018-02-091-3/+9
* SERVER-33124 Remove mmapv1 dependency from embedded.Henrik Edin2018-02-081-1/+1
* SERVER-32958 small changes to remaining Command member signatures.Billy Donahue2018-02-011-4/+13
* SERVER-18971 log command success/failureKevin Pulo2018-02-011-42/+12
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-13/+9
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-9/+13
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-13/+9
* SERVER-32463 Remove FCV dependent miscellaneous sharding codeJack Mulrow2018-01-231-3/+1
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-17/+14
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-35/+24
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-41/+12
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-11/+13
* SERVER-32484 CommandRegistryBilly Donahue2018-01-101-1/+1
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-2/+2
* 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