summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-141-0/+4
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-2/+0
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-1/+0
* SERVER-57494 Clear the locker before re-attempting a command using the same o...Matthew Russotto2021-06-251-0/+2
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens2021-04-061-0/+4
* SERVER-28943 Make shards retry non-write commands on stale version exceptionsTommaso Tocci2020-11-111-1/+5
* SERVER-49107 Add support for async execution to MongoD command pathAmirsaman Memaripour2020-11-061-2/+2
* SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to skipChecking...Huayu Ouyang2020-10-101-2/+2
* SERVER-48716 Completed doc, added links to files in docs/README.mdReo Kimura2020-08-051-1/+1
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-1/+4
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+3
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-261-0/+2
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-301-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+8
* 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/+7
* SERVER-36084 Remove sharding runtime from ServiceEntryPointCommon and embedde...Henrik Edin2018-09-261-2/+8
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-3/+3
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34679 Preserve writeConcernError when commands fail by throwingMathias Stearn2018-05-011-1/+1
* SERVER-34171 Make isUserManagementCommand a property of Command.Billy Donahue2018-03-281-1/+1
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-4/+3
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+4
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-3/+1
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-4/+3
* SERVER-33214 ServiceEntryPointCommonBilly Donahue2018-02-141-0/+89