summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-301-5/+28
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-8/+9
* SERVER-47043 Read concern set to default when it should be localMarcos José Grillo Ramírez2020-03-241-2/+2
* SERVER-46674 Compare WriteConcernOptions properly (without converting to BSON)Kevin Pulo2020-03-121-5/+10
* SERVER-45692 uassert if mongod receives a command on an internalClient connec...Kevin Pulo2020-03-051-27/+59
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-2/+2
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-1/+2
* SERVER-46393 Always check client last operation time when computing operation...Cheahuychou Mao2020-02-271-5/+0
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-1/+1
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-211-0/+9
* SERVER-46258 Fix possible race in failWithErrorCodeInRuncommand failpointJason Chan2020-02-211-2/+2
* Revert "SERVER-44522 serverStatus metrics for awaitable isMaster"Ben Caimano2020-02-211-9/+0
* SERVER-46156 Manual log conversionsHenrik Edin2020-02-201-3/+9
* SERVER-44522 serverStatus metrics for awaitable isMasterJason Chan2020-02-201-0/+9
* SERVER-45623 read/write concern provenanceKevin Pulo2020-02-161-0/+28
* SERVER-45814 Define subsystem to mirror read command requestsBen Caimano2020-02-141-5/+7
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-38/+93
* SERVER-46058 Redaction of BSONObj results in BSONObj and not a string.Henrik Edin2020-02-121-5/+16
* SERVER-45882 Do not attach topologyVersion to ShutdownErrorsTess Avitabile2020-02-041-7/+5
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-01-231-5/+2
* SERVER-44518 Add TopologyVersion to State Change Errors.Jason Chan2020-01-211-10/+57
* SERVER-44260 New transaction should wait for previous txn table update to be ...Pavithra Vetriselvan2020-01-211-0/+6
* SERVER-45098 test that RWC defaults are correctly applied to commandsKevin Pulo2020-01-161-1/+3
* SERVER-45476 Don't consider applying RWC defaults on standalonesKevin Pulo2020-01-151-0/+1
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-311-2/+0
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-11/+6
* SERVER-45121 reference correct ticket in todoKevin Pulo2019-12-201-1/+1
* SERVER-44538 Add read/write concern fields to logging/profilingKevin Pulo2019-12-201-1/+2
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-0/+7
* SERVER-44887 reference correct ticket in todoKevin Pulo2019-12-131-1/+1
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ReadWriteCo...Kevin Pulo2019-12-091-1/+1
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-1/+1
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-15/+13
* SERVER-43126 Basic replset CWRWC passthrough suitesKevin Pulo2019-11-261-0/+1
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-26/+37
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+1
* SERVER-43941: Add "errorLabels" field to failCommand failpointLingzhi Deng2019-11-121-4/+12
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-11/+21
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-4/+54
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-14/+21
* SERVER-43260 killCursors should unify its cursor count checksAdam Cooper2019-09-161-2/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-18/+23
* SERVER-38028 Block new transactions on sessions behind prepared transactionsMatthew Saltz2019-09-051-4/+26
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-28/+27
* SERVER-43011 Add optional namespace restriction to failCommand failpointJack Mulrow2019-08-261-2/+2
* SERVER-39996 Moved setting ignorePrepared behavior outside of waitForReadConc...Suganthi Mani2019-08-261-0/+1
* SERVER-41956 Add integration and unit tests for killing commit and abort tran...William Schultz2019-08-231-0/+11
* SERVER-42924 Make killCursors diagnostics use uassert rather than verifySpencer Jackson2019-08-231-1/+1