summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-1413-3/+339
* | SERVER-29167: Create an interface type for RestrictionsSpencer Jackson2017-06-144-0/+107
* | SERVER-29523 create a _configsvrMovePrimary command on mongodJessica Yu2017-06-143-0/+108
* | SERVER-28825 Do not decode BSONObj in pretty printer if the value is optimize...Jonathan Abrahams2017-06-141-1/+5
* | SERVER-29277 oplog entries are never generated for operations on drop-pending...Benety Goh2017-06-142-1/+6
* | SERVER-29505 Fix ubsan issues in timelib libraryDerick Rethans2017-06-1439-122/+497
* | SERVER-29508 Add backoff to key collection manager refresh schedulingMisha Tyulenev2017-06-132-4/+11
* | SERVER-28972 match return key by keyId in KeysCollectionManager::getKeyForVal...Misha Tyulenev2017-06-137-14/+68
* | SERVER-29595 don't include empty sanitizer blacklistsMathias Stearn2017-06-131-1/+3
* | 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-132-17/+12
* | 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-135-16/+54
* | 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-26537 Require clang 3.8, XCode 8.3, MSVC 20125 U3 to buildAndrew Morrow2017-06-123-16/+19
* | SERVER-9406 treat ObjectId type as Date in aggregation date expressionsAsya Kamsky2017-06-124-67/+201
* | Revert "SERVER-27412: Updates the error messages for RSFatalExceptions in rs_...Nathan Myers2017-06-121-72/+54
* | SERVER-29536 reduce number of data-bearing nodes in apply_batch_only_goes_for...Benety Goh2017-06-121-5/+8
* | SERVER-29503 Run OS X builds on OS X 10.12 instancesAndrew Morrow2017-06-121-3/+3
* | 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-124-7/+59
* | Revert "SERVER-29207 Add DateTimeSupport to ServiceContext"Charlie Swanson2017-06-1213-339/+3
* | SERVER-29154 Have mongo shell display and accept UUID as such instead of BinD...Geert Bosch2017-06-096-18/+66
* | SERVER-29457 Blacking profile_sampling.js from initial sync passthrough suites.David Storch2017-06-092-0/+2
* | SERVER-27595 Add client IP address to authentication failure messageSara Golemon2017-06-092-2/+19
* | SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-0971-1530/+820
* | SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-0923-137/+135
* | SERVER-29516 Specify target OS minimum for go tools buildAndrew Morrow2017-06-091-2/+3
* | SERVER-29507 Mark task failed if resmoke.py fails to start fixturesEddie Louie2017-06-091-4/+23
* | 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