summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-1/+2
* SERVER-48251 Update ‘getMaxKnownOpTime’ to return a Timestamp instead of ...Mihai Andrei2020-05-191-1/+1
* SERVER-44200 Collapse if statement in appendReplyMetadata and remove TODOBlake Oler2020-05-041-4/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+2
* SERVER-44972 Make ShardId a required field in StaleConfigInfoBlake Oler2020-04-151-2/+0
* SERVER-46828 Remove FCV-dependent checks from finer-grained stale shard versi...Blake Oler2020-04-021-5/+1
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-011-1/+1
* SERVER-47077 Clean up log lines in 'mongo/db'samanca2020-04-011-12/+10
* SERVER-46835 Remove FCV branches related to deleting the config server implic...Esha Maharishi2020-03-301-10/+0
* SERVER-46004 refineCollectionShardKey should verify indexes on a shard with a...Jack Mulrow2020-03-131-0/+6
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+13
* SERVER-44252 Delete implicit collection creation loop through the config serv...Mihai Andrei2020-01-091-1/+3
* SERVER-44587 Modify StaleConfigInfo to take in and store a shard's IDBlake Oler2020-01-061-0/+6
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-0/+8
* SERVER-42155 include relevant optimes in read concern timeout reportingKevin Pulo2019-09-021-1/+2
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-261-7/+10
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-251-0/+6
* 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-2/+2
* 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