summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-34688 strategy.cpp fix infinite loop on StaleDbVersionBilly Donahue2018-04-301-75/+84
* SERVER-34736 Make ClusterFind::explain directly call scatterGather() rather t...Esha Maharishi2018-04-301-8/+40
* SERVER-34138 Allow change stream to be opened against non-existent DB and col...Bernard Gorman2018-04-293-228/+342
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-276-57/+158
* SERVER-34347 Create new batch when targeted writes batch includes same target...jannaerin2018-04-271-4/+31
* SERVER-34644 Assert that ShardKeyPattern is always constructed with a valid keyKaloian Manassiev2018-04-263-107/+70
* SERVER-32198 Change the namespaces stored as StringData to NamespaceStringKaloian Manassiev2018-04-265-16/+0
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-265-6/+6
* Revert "SERVER-33954 Modified getDatabaseWithRefresh/getCollectionRoutingInfo...Matthew Saltz2018-04-262-97/+13
* SERVER-34214 TypedCommand _flushRoutingTableCacheUpdates (fixes 052bc57)Billy Donahue2018-04-241-1/+2
* SERVER-34214 TypedCommand for _flushRoutingTableCacheUpdatesBilly Donahue2018-04-241-1/+1
* SERVER-34582 Replace object level lock for ARSJason Carey2018-04-242-61/+41
* SERVER-33297 mongos create will make a capped collection with size 0 if not s...Randolph Tan2018-04-241-0/+5
* SERVER-34599 Check status in sharding catalog client's applyChunkOpsDeprecated()Blake Oler2018-04-231-15/+19
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-232-8/+0
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-2313-101/+165
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-2317-12/+349
* SERVER-33954 Modified getDatabaseWithRefresh/getCollectionRoutingInfoWithRefr...Matthew Saltz2018-04-232-13/+97
* SERVER-34527 Capture dbName by string rather than StringData in CatalogCache:...Esha Maharishi2018-04-202-3/+3
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-04-203-0/+25
* SERVER-34214 getDatabaseVersion as TypedCommandBilly Donahue2018-04-191-8/+4
* SERVER-28261 Make MongoS send epoch as part of the `mergeChunks` commandKaloian Manassiev2018-04-191-15/+12
* SERVER-34014 add unit test for cluster aggregateMisha Tyulenev2018-04-192-0/+263
* SERVER-34230 Add ActionType and Commands for Free MonitoringSara Golemon2018-04-182-0/+75
* SERVER-34475 Get rid of unused sharding codeKaloian Manassiev2018-04-181-39/+0
* SERVER-34363: move reload shard registry in addShard command from ON_BLOCK_EXITMisha Tyulenev2018-04-171-9/+8