summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-9/+29
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-05-101-0/+1
* SERVER-40069 Fix global lock tracking for txnsJudah Schvimer2019-04-171-2/+12
* Revert "SERVER-40069 Fix global lock tracking for txns"Benety Goh2019-03-291-1/+3
* SERVER-40069 Fix global lock tracking for txnsA. Jesse Jiryu Davis2019-03-281-3/+1
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-261-1/+5
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-2/+4
* SERVER-37948 Satisfy linearizable read concern on getmore cursors.Jason Chan2019-02-141-1/+1
* Revert "SERVER-37948 Satisfy linearizable read concern on getMores"Louis Williams2019-02-141-1/+1
* SERVER-37948 Satisfy linearizable read concern on getMoresJason Chan2019-02-131-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38511 Avoid killing read operations on stepdown, gated by new server p...Suganthi Mani2019-01-231-1/+1
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+10
* SERVER-28871: Remove user management command write concern backwards compatib...Spencer Jackson2018-12-031-9/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37294 Remove dependency on clientdriver_network and transport_layer fo...Henrik Edin2018-10-041-0/+52
* SERVER-36084 Remove sharding runtime from ServiceEntryPointCommon and embedde...Henrik Edin2018-09-261-0/+41
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-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