summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_entry_point_mongod.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-130/+5
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-03-241-1/+5
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-1/+1
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-8/+11
* SERVER-25918 Operations on closed sessions should return a TransportSessionCl...samantharitter2016-09-121-0/+5
* SERVER-25755 Remove extra logging from TL changeJason Carey2016-08-231-2/+2
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-231-2/+7
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-0/+153