summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-5/+10
* SERVER-31306 include clusterTime and operationTime in all errorsMisha Tyulenev2017-10-241-6/+45
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-8/+4
* SERVER-31352 Always skip OperationShardingState initialization if readConcern...Kaloian Manassiev2017-10-051-35/+32
* SERVER-31349 Rename 'disallowCollectionCreation' generic argument to 'allowIm...Kaloian Manassiev2017-10-031-4/+4
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-271-15/+14
* SERVER-30344 prevent shards from implicitly creating a collection on createIn...Esha Maharishi2017-09-261-1/+7
* Revert "Revert "SERVER-21677 Remove "diaglog" support from the server""Dan Pasette2017-09-211-21/+0
* Revert "SERVER-21677 Remove "diaglog" support from the server"Ian Whalen2017-09-211-0/+21
* SERVER-21677 Remove "diaglog" support from the serverDan Pasette2017-09-201-21/+0
* SERVER-31032 Make secondary requests default to 'available' rc-level when bot...Dianna Hohensee2017-09-201-7/+13
* SERVER-30765 Only allow transaction numbers on mongos or replica set membersJack Mulrow2017-09-141-3/+7
* SERVER-30912 Only check out sessions for write commandsJack Mulrow2017-09-141-1/+21
* SERVER-31069 Stop converting SendStaleConfig to RecvStaleConfigMathias Stearn2017-09-131-12/+11
* SERVER-30645 testing-only read concern to read at a point-in-timeEric Milkie2017-09-121-1/+1
* SERVER-30735 Make DBDirectClient use its own LastErrorMathias Stearn2017-08-281-1/+1
* SERVER-30595 Do not use chunk metadata to filter results for read concern 'av...Dianna Hohensee2017-08-241-14/+7
* SERVER-30592 Place ReadConcernArgs as a decoration on the OperationContextDianna Hohensee2017-08-221-11/+17
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+1
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-171-3/+13
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-46/+51
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-2/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-7/+1
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-8/+8
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-161-11/+13
* SERVER-29987 pass afterClusterTime to all commandsMisha Tyulenev2017-08-151-4/+5
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-141-2/+1
* SERVER-30549 Do not support secondaries chunk-aware in FCV 3.4Kaloian Manassiev2017-08-101-1/+4
* SERVER-30147 Move Command::appendOperationTime to LogicalTimeKaloian Manassiev2017-08-071-1/+1
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-1/+2
* SERVER-30181 remove support for pseudo commandsMathias Stearn2017-07-261-69/+0
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-1/+1
* SERVER-28509 Make DBClient use write commandsMathias Stearn2017-07-261-0/+1
* SERVER-28948 open up secondaries to checking shardVersionEsha Maharishi2017-07-181-3/+2
* SERVER-27067 sets client last op to system last optime if the global exclusiv...Judah Schvimer2017-07-171-5/+17
* SERVER-29731 Auth checks get access to document sequencesMathias Stearn2017-07-131-1/+1
* SERVER-29731 Get errmsg out of public Command APIMathias Stearn2017-07-131-4/+3
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-3/+3
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-21/+24
* SERVER-29885 Serialize operations for the same logical sessionKaloian Manassiev2017-07-061-0/+3
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-0/+3
* SERVER-29785 shards and config should not gossip logicalTime and operationTim...Jack Mulrow2017-06-221-13/+22
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-6/+12
* SERVER-29552 Fold runCommands into ServiceEntryPointMongodAndrew Morrow2017-06-151-1/+658
* SERVER-29552 Fold assembleResponse into ServiceEntryPointMongodAndrew Morrow2017-06-151-4/+493
* SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-091-2/+1
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-3/+2