summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28972 match return key by keyId in KeysCollectionManager::getKeyForVal...Misha Tyulenev2017-06-137-14/+68
* SERVER-27193 Use ItoA to handle integer cases in StringBuilderMathias Stearn2017-06-135-22/+83
* SERVER-29543 ReplSetRequestVotesResponse shouldn't error on extra reply fieldsMathias Stearn2017-06-131-17/+1
* SERVER-29319 Support OpMsgRequest in mongos command dispatchMathias Stearn2017-06-131-29/+27
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-1319-121/+125
* SERVER-29525 sharding/explain_agg_read_pref.js shouldn't rely on internal $qu...Mathias Stearn2017-06-131-13/+1
* SERVER-29525 Replace getReadPref with using OpCtx decorationMathias Stearn2017-06-138-44/+40
* SERVER-29525 ShardRemote should just use the readPref it is givenMathias Stearn2017-06-138-36/+44
* SERVER-28964 Make mongos behavior on invalid OP_MSG match mongodMathias Stearn2017-06-132-10/+13
* SERVER-29461 check for duplicate fields when serializing OP_MSGMathias Stearn2017-06-134-2/+28
* SERVER-29461 Don't return duplicate fields from mapreduce.shardedfinishMathias Stearn2017-06-131-11/+0
* SERVER-29461 Filter command output to avoid duplicating generic reply fieldsMathias Stearn2017-06-1314-22/+51
* SERVER-27597 Delay blocking read operations during the migration critical sec...Kaloian Manassiev2017-06-134-14/+48
* SERVER-29541 disallow drop-pending collections under master/slaveBenety Goh2017-06-132-1/+68
* SERVER-29489 Use 'maxTimeMs' when calling listDatabases against shardsKaloian Manassiev2017-06-132-1/+8
* SERVER-29165: Create and populate RestrictionEnvironment classSpencer Jackson2017-06-135-0/+144
* SERVER-27750 Remove unneeded commentRandolph Tan2017-06-131-1/+0
* SERVER-27412: Updates the error messages for RSFatalExceptions in rs_rollback...Allison Chang2017-06-131-50/+67
* SERVER-27822: Count plans sometimes don't need a FETCHAnne Lim2017-06-133-7/+27
* SERVER-29472 Install PeriodicRunnerASIO on mongod and mongossamantharitter2017-06-139-2/+161
* SERVER-28944 change validate() reporting orderRobert Guo2017-06-131-3/+12
* SERVER-29382 Fix cancel race related to the timeout in ReplicationCoordinator...Siyuan Zhou2017-06-122-13/+18
* SERVER-9406 treat ObjectId type as Date in aggregation date expressionsAsya Kamsky2017-06-121-0/+3
* Revert "SERVER-27412: Updates the error messages for RSFatalExceptions in rs_...Nathan Myers2017-06-121-72/+54
* SERVER-10601 --> remove parseLL() function definition and use in numberlong.cppTyler Kaye2017-06-123-26/+5
* SERVER-27412: Updates the error messages for RSFatalExceptions in rs_rollback...Allison Chang2017-06-121-54/+72
* SERVER-24529 add current time to currentOp outputTyler Kaye2017-06-121-0/+2
* SERVER-29412 make the movePrimary command use the IDLJessica Yu2017-06-123-6/+58
* Revert "SERVER-29207 Add DateTimeSupport to ServiceContext"Charlie Swanson2017-06-128-318/+2
* SERVER-29154 Have mongo shell display and accept UUID as such instead of BinD...Geert Bosch2017-06-095-16/+59
* SERVER-27595 Add client IP address to authentication failure messageSara Golemon2017-06-091-2/+4
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-0942-673/+298
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-0923-137/+135
* SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-0910-67/+327
* SERVER-29380 Fix potential race in exit code during server shutdown.Max Hirschhorn2017-06-091-7/+22
* SERVER-29464 Fix memory leak in BatchedDeleteRequest and BatchedUpdateRequestKaloian Manassiev2017-06-094-0/+10
* SERVER-27038 changed assertion severitiesTedTuckman2017-06-091-23/+23
* SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-0912-71/+7
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-0820-63/+41
* SERVER-28677 InitialSyncer should reset optimes on every attemptWilliam Schultz2017-06-084-0/+36
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-0810-219/+222
* SERVER-29459 Add 'includePendingDrops' option to listCollections commandWilliam Schultz2017-06-081-5/+20
* SERVER-29233 Sanitize MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGIN/_ENDNathan Myers2017-06-082-23/+24
* SERVER-29517 Fix data race by making ViewGraph::_idCounter non-static.David Storch2017-06-082-2/+1
* SERVER-29233 Improve writeConflictRetryNathan Myers2017-06-081-3/+14
* SERVER-29267 removed unused methodsHaley Connelly2017-06-081-8/+0
* SERVER-29003 Fix unsigned int warningKim Tao2017-06-081-1/+1
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-088-2/+318
* Revert "SERVER-29305 `dbdirectclient::call` uses OpContext"James Wahlin2017-06-087-24/+15
* Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-0810-330/+65