summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34228 Free Monitoring Replica Set supportMark Benvenuto2018-05-0122-72/+990
* SERVER-34228 Make Free Monitoring a proper string vectorMark Benvenuto2018-05-018-33/+42
* SERVER-34228 Make HTTP handling check status codeMark Benvenuto2018-05-012-0/+36
* SERVER-34228 Add default value support for fields of type enumMark Benvenuto2018-05-012-2/+14
* Revert "SERVER-34229 Add free monitoring to serverStatus"Judah Schvimer2018-05-016-212/+70
* SERVER-34716 improve ReplSetGetStatus unittestsJudah Schvimer2018-05-013-12/+45
* SERVER-34723 Command profiling should not use transaction read timestamp.Matthew Russotto2018-05-011-0/+10
* SERVER-33031 make doTxn a test commandPavi Vetriselvan2018-05-011-1/+8
* SERVER-34229 Add free monitoring to serverStatusSara Golemon2018-05-016-70/+212
* SERVER-32335 InitialSyncer::_getNextApplierBatch_inlock() no longer needs to ...Benety Goh2018-05-011-5/+1
* SERVER-34425 generate applyOps oplog entry with admin dbPavi Vetriselvan2018-05-011-2/+1
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-0113-91/+85
* SERVER-34423 Avoid reloading UUID on collMod rollbackGeert Bosch2018-05-015-8/+13
* SERVER-34526 Jstests should not depend on ReplSetTest.liveNodesTess Avitabile2018-05-011-47/+65
* SERVER-34551 Add failpoint to fail commands with network errors or arbitrary ...Tess Avitabile2018-05-011-0/+24
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-3089-739/+736
* SERVER-31937 de-blacklist kill_sessions.jsMisha Tyulenev2018-04-301-1/+0
* SERVER-34734 Make Secure Transport error messages more human readableSara Golemon2018-04-302-23/+19
* SERVER-34753 ARS::_makeProgress uses passed opCtxJason Carey2018-04-301-2/+5
* SERVER-32672 reset session and connection clusterTimeMisha Tyulenev2018-04-301-0/+39
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-04-307-291/+224
* SERVER-34482 Drop MMAP-specific system collections on wiredTigerMaria van Keulen2018-04-301-5/+33
* SERVER-34644 Only explicitly do $-prefix check when writing sharded metadataKaloian Manassiev2018-04-3010-61/+229
* SERVER-34644 Do not use dynamic memory allocation in ShardKeyPattern::flatten...Kaloian Manassiev2018-04-303-106/+95
* SERVER-34688 strategy.cpp fix infinite loop on StaleDbVersionBilly Donahue2018-04-301-75/+84
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-3021-126/+312
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-3088-729/+739
* SERVER-34736 Make ClusterFind::explain directly call scatterGather() rather t...Esha Maharishi2018-04-301-8/+40
* SERVER-34572 Write commands in transactions must check for pending catalog ch...Tess Avitabile2018-04-304-34/+35
* SERVER-33968 mongodbcapi client_wire_protocol_rpc call setResponseToMsgId()Gabriel Russell2018-04-302-0/+6
* SERVER-19630 allow FSM tests to connect to an existing clusterRobert Guo2018-04-301-4/+0
* SERVER-34465 Add a testing parameter to choose a permanent sync sourceJudah Schvimer2018-04-301-0/+37
* SERVER-34367 Change test to use clock source mock to control yield timingRandolph Tan2018-04-301-0/+9
* SERVER-34138 Allow change stream to be opened against non-existent DB and col...Bernard Gorman2018-04-294-235/+343
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-2750-337/+1319
* SERVER-33546 Adding a new field syncSourceId to replSetGetStatus cmd.Suganthi Mani2018-04-272-5/+146
* SERVER-34347 Create new batch when targeted writes batch includes same target...jannaerin2018-04-271-4/+31
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-2788-739/+729
* SERVER-34591 Add an UninterruptibleLockGuard to the MultiIndexBlockImpl destr...Dianna Hohensee2018-04-271-5/+6
* SERVER-31508: Make Javascript sleep interruptableSpencer Jackson2018-04-275-15/+32
* SERVER-34523 Check if FCV is initalized before calling getVersion()Pavi Vetriselvan2018-04-271-2/+3
* SERVER-34698 cleanup physical structure of CmdAuthenticateBilly Donahue2018-04-273-117/+111
* SERVER-34665 Update definition of retryable error in the mongo shell.Max Hirschhorn2018-04-273-72/+122
* SERVER-34536: Fix shell autocompletionDavid Bradford2018-04-271-2/+2
* SERVER-34399: $changeStream with invalid resume token crashes the serverNick Zolnierz2018-04-265-46/+194
* SERVER-25957 Optimize $indexOfArray when array argument is constant.KevinCybura2018-04-263-15/+287
* SERVER-34662 fix $changeStream parsing to check that its argument is an objectIan Boros2018-04-262-0/+18
* SERVER-34658 Don't throw an exception inside a ScopeGuard in the MovePrimaryS...Blake Oler2018-04-261-7/+7
* SERVER-34649 Return a bad status when the MovePrimarySourceManager receives a...Blake Oler2018-04-261-0/+6
* SERVER-34364 add test coverage for dassert macror3.7.9Benety Goh2018-04-261-1/+26