summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-1811-167/+34
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-1812-69/+418
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-178-19/+153
* SERVER-28510 Add DBClient::runFireAndForgetCommand() and use it to implement ...Mathias Stearn2017-08-175-10/+52
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-1718-200/+415
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-179-79/+13
* SERVER-30593 Add 'available' as a valid read concern levelDianna Hohensee2017-08-172-4/+21
* SERVER-30407 Add retry logic in findAndModifyRandolph Tan2017-08-177-0/+508
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-1716-48/+221
* SERVER-30534 Create a _configsvrDropCollection commandJoanna Huang2017-08-172-0/+146
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-1712-39/+35
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-1722-613/+1236
* SERVER-30076 Use the UUID of the transactions collection for rollback via ref...Jack Mulrow2017-08-175-60/+114
* SERVER-30665 Only accept nonexistent UUIDs for UUID upgrade collModsMaria van Keulen2017-08-171-14/+24
* SERVER-30269 Upgrade ASIOAndrew Morrow2017-08-17481-1032/+1251
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-08-176-45/+39
* SERVER-28338 KillSessions SupportJason Carey2017-08-1743-33/+2180
* Revert "SERVER-30588 Bind all addresses returned by getaddroinfo()"Yves Duhem2017-08-173-147/+71
* SERVER-30703 make _configsvrShardCollection return the newly sharded collecti...Esha Maharishi2017-08-175-11/+26
* SERVER-30688 Make PlanExecutor wait for awaitData only when it has an awaitDa...Matthew Russotto2017-08-171-1/+2
* SERVER-30588 Bind all addresses returned by getaddroinfo()Sara Golemon2017-08-173-71/+147
* SERVER-30473 Invalid return from message packet length checkSara Golemon2017-08-163-3/+93
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-168-5/+161
* SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn2017-08-164-13/+13
* SERVER-30580 StringData-ify error handling functionsMathias Stearn2017-08-167-41/+40
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-16165-912/+919
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-1618-61/+58
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-1637-70/+71
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-1612-103/+63
* SERVER-30580 No more status locationsMathias Stearn2017-08-1638-532/+374
* SERVER-30580 Remove DBException::_shard memberMathias Stearn2017-08-163-8/+0
* SERVER-30648 Set GlobalLockAcquisitionTracker after we waitForLockJudah Schvimer2017-08-162-5/+9
* SERVER-28301 Add stats about the logical session record cache to the serverSt...Ben Shteinfeld2017-08-164-1/+79
* SERVER-30527 SERVER-30529 SERVER-30535 Fixup stats for adaptive executorAndrew Morrow2017-08-162-12/+12
* SERVER-30673 !requiresAuth for gle commandJason Carey2017-08-161-0/+5
* SERVER-30432 add logicalSessionTimeoutMinutes to isMaster resultsGabriel Russell2017-08-162-0/+4
* SERVER-29990 filterCommandRequestForPassthrough before sending to config serverMisha Tyulenev2017-08-161-3/+3
* SERVER-28335 Implement refreshSessions and refreshSessionsInternal commandssamantharitter2017-08-1511-32/+301
* SERVER-30183 ensure a moveChunk that joins the active moveChunk has the same ...Esha Maharishi2017-08-151-1/+2
* SERVER-29136 Better extractDocumentKeyNathan Myers2017-08-1511-80/+52
* SERVER-30512 Omit fullDocument in change stream if it's null unless updateLoo...Siyuan Zhou2017-08-153-14/+7
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-157-53/+84
* SERVER-29830 Mark acceptor sockets as non-blockingAndrew Morrow2017-08-151-0/+6
* SERVER-29144 Filter out shard balancing from change streamNathan Myers2017-08-153-11/+50
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-159-42/+454
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-1515-557/+654
* SERVER-30212 OpObserver::onRenameCollection() returns rename op timeBenety Goh2017-08-156-42/+90
* SERVER-29987 pass afterClusterTime to all commandsMisha Tyulenev2017-08-1512-81/+74
* SERVER-30424 Interrupt user operations after ReplicationCoordinator has been ...Kaloian Manassiev2017-08-141-2/+2
* SERVER-30212 add RenameCollectionOptionsBenety Goh2017-08-147-29/+337