summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/service_entry_point_embedded.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-1/+1
* SERVER-67901 Stop gossiping lastCommittedOpTime in reply metadataTommaso Tocci2022-07-091-3/+0
* SERVER-67218 remove SSM::onCleanupHook by changing ServiceEntryPointImpl SSML...Billy Donahue2022-06-171-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-141-0/+4
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-2/+0
* SERVER-57494 Clear the locker before re-attempting a command using the same o...Matthew Russotto2021-06-251-0/+2
* SERVER-57769 Allow tenant migration recipients to advance cluster time with n...Jack Mulrow2021-06-211-2/+4
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens2021-04-061-0/+6
* SERVER-54539 Make command execution mindful of the threading modelAmirsaman Memaripour2021-02-261-0/+26
* SERVER-28943 Make shards retry non-write commands on stale version exceptionsTommaso Tocci2020-11-111-1/+9
* SERVER-49107 Add support for async execution to MongoD command pathAmirsaman Memaripour2020-11-061-2/+2
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-1/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-261-7/+8
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-1/+1
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-301-1/+1
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-261-1/+4
* 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-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+7
* 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-1/+10
* SERVER-34577 Parse read and write concern for command invocation in embedded....Henrik Edin2018-09-141-9/+29
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-1/+5
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-5/+1
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-1/+5
* SERVER-33908 Periodic runner implementation for embedded.Henrik Edin2018-08-161-0/+6
* SERVER-35291 ServiceEntryPointEmbedded does not derive from ServiceEntryPoint...Henrik Edin2018-06-011-44/+19
* SERVER-33907 Cleanup naming of embedded SDK in preparation for ABIAndrew Morrow2018-05-301-0/+109