summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35961 Remove unitialized count variable in MapReduce commandBen Caimano2018-07-191-4/+6
* SERVER-36082 Don't link getShardMap into embeddedAndrew Morrow2018-07-113-9/+17
* SERVER-36041 Increase the size of changelog and actionlogSarah Zhou2018-07-111-2/+2
* SERVER-36041 Increase size of changelog and actionlog in sharding_catalog_cli...Sarah Zhou2018-07-111-2/+2
* SERVER-34897 add parameter to prohibit mongos retriesKevin Pulo2018-07-111-0/+10
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-1/+5
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-07-0127-444/+274
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-06-292-68/+141
* SERVER-35255: whole-cluster $changeStreams send listCollections to the config...Nick Zolnierz2018-06-151-0/+7
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-1/+1
* SERVER-34072 Temporarily blacklist database_versioning.js workload from non-s...Esha Maharishi2018-06-116-45/+15
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-114-4/+4
* SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin2018-06-071-1/+1
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-0/+1
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-06-055-3/+11
* SERVER-33954 Modified getCollectionRoutingInfoWithRefresh to refresh twice if...Matthew Saltz2018-06-055-80/+288
* SERVER-34338 Find explain in legacy query path on mongos does not retry on St...Esha Maharishi2018-06-011-23/+68
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-312-4/+4
* SERVER-34893 Make the config server determine the control chunk on migration ...Randolph Tan2018-05-241-0/+1
* SERVER-33538 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-232-17/+68
* SERVER-34894 Embedded authorization componentsADAM David Alan Martin2018-05-221-5/+8
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-0/+1
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-8/+93
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-162-13/+2
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-163-1/+5
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-7/+1
* SERVER-34843 Compute operationTime before $clusterTimeJack Mulrow2018-05-141-8/+9
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-117-18/+20
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-05-101-2/+2
* SERVER-32375 Use readConcern local for config metadata operationsBlake Oler2018-05-101-3/+12
* SERVER-34695: Fix retry logic in strategy.cpp for SnapshotErrorNick Zolnierz2018-05-092-92/+99
* SERVER-34653 mark some commands as requiresAuth==falseBilly Donahue2018-05-091-0/+3
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-0817-91/+54
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-0815-74/+82
* SERVER-34857 Make `sharding_legacy_api_test` more robustKaloian Manassiev2018-05-071-0/+10
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-0713-97/+101
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-0511-11/+11
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-052-0/+73
* SERVER-34848 fix lintBenety Goh2018-05-041-3/+9
* Replace INVOKE macro with BatchedCommandRequest::_visitBilly Donahue2018-05-042-40/+31
* SERVER-34214 convert some simple commands to TypedCommandBilly Donahue2018-05-044-18/+16
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-2/+1
* SERVER-34214 TypedCommand _flushDatabaseCacheUpdatesBilly Donahue2018-05-021-1/+1
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-013-184/+135
* SERVER-34520 Forbid multi-document transactions run through mongoSWilliam Schultz2018-05-011-0/+5
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-013-9/+18
* SERVER-34753 ARS::_makeProgress uses passed opCtxJason Carey2018-04-301-2/+5
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-04-304-124/+186
* SERVER-34644 Only explicitly do $-prefix check when writing sharded metadataKaloian Manassiev2018-04-305-39/+42
* SERVER-34644 Do not use dynamic memory allocation in ShardKeyPattern::flatten...Kaloian Manassiev2018-04-302-97/+86