summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-017-243/+135
* SERVER-34520 Forbid multi-document transactions run through mongoSWilliam Schultz2018-05-011-0/+5
* SERVER-34714 Optimize $or with all always-false children to $alwaysFalseCharlie Swanson2018-05-014-11/+65
* SERVER-33329: Make server and shell emit TLS protocol_version alertsSpencer Jackson2018-05-013-8/+168
* SERVER-34229 Add free monitoring to serverStatusSara Golemon2018-05-016-74/+216
* SERVER-34141 Reset client metadata when missing in metadataMark Benvenuto2018-05-012-7/+25
* SERVER-34725: Group and count plan stages do not set the WorkingSetID output ...Nick Zolnierz2018-05-0115-140/+63
* SERVER-34551 refactor failCommand evaluationBilly Donahue2018-05-011-17/+24
* 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
* Import wiredtiger: aa6646fd0a1394793edfcf799f5f41f1d073bc5d from branch mongo...Luke Chen2018-05-019-97/+193
* 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