summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-1811-167/+34
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-1813-69/+494
* 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-30661 Ignore non-truthy libdeps entriesAndrew Morrow2017-08-171-6/+6
* SERVER-30407 Add retry logic in findAndModifyRandolph Tan2017-08-178-0/+620
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-1717-62/+406
* SERVER-30534 Create a _configsvrDropCollection commandJoanna Huang2017-08-173-0/+147
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-1712-39/+35
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-1724-613/+1257
* SERVER-30076 Use the UUID of the transactions collection for rollback via ref...Jack Mulrow2017-08-176-60/+327
* SERVER-30665 Only accept nonexistent UUIDs for UUID upgrade collModsMaria van Keulen2017-08-172-14/+67
* SERVER-30269 Upgrade ASIOAndrew Morrow2017-08-17481-1032/+1251
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-08-177-45/+79
* SERVER-30670 Add clusterType TestData to generational fuzzer yml testsKimberly Hou2017-08-172-1/+46
* SERVER-28338 KillSessions SupportJason Carey2017-08-1756-33/+3040
* Revert "SERVER-30588 Bind all addresses returned by getaddroinfo()"Yves Duhem2017-08-174-165/+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-172-1/+23
* SERVER-30588 Bind all addresses returned by getaddroinfo()Sara Golemon2017-08-174-71/+165
* 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-16166-913/+920
* 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-1642-540/+382
* SERVER-30580 Remove DBException::_shard memberMathias Stearn2017-08-163-8/+0
* SERVER-30604 Remove buildscripts/mount_ephemeral_drive.shJonathan Abrahams2017-08-161-143/+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-165-2/+89
* 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-30133 call tojson() on JSON object logged in assert error messageEsha Maharishi2017-08-161-1/+1
* 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-1518-32/+441
* SERVER-30418 continuous stepdown override should catch the ManualIntervention...Esha Maharishi2017-08-151-11/+41
* 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-156-23/+24
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-1511-104/+135
* SERVER-29830 Mark acceptor sockets as non-blockingAndrew Morrow2017-08-151-0/+6
* SERVER-30604 Mount EC2 instance drive for /dataJonathan Abrahams2017-08-153-53/+206
* SERVER-29144 Filter out shard balancing from change streamNathan Myers2017-08-153-11/+50