summaryrefslogtreecommitdiff
path: root/src/mongo/s/server.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-1/+1
* SERVER-27556 Cleanup sharding request processing codeKaloian Manassiev2017-01-031-1/+0
* SERVER-27480 Move ShardRegistry updates out of sharding config.hKaloian Manassiev2016-12-211-2/+2
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-1/+0
* SERVER-27211 de-duplicate symbol `isMongos`ADAM David Alan Martin2016-12-051-0/+2
* SERVER-27225 de-duplicate ForkServer symbolMatt Cotter2016-12-051-0/+2
* SERVER-26715 Set default values for WireSpec min/max valuesJonathan Reams2016-11-081-3/+0
* SERVER-7306 Mongod as windows service should not claim to be 'started' until ...Mark Benvenuto2016-10-281-3/+5
* SERVER-26420 fix shell to not send internalClient info in isMasterDavid Storch2016-10-241-0/+2
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* SERVER-16292 Wait to fork until the server is listeningsamantharitter2016-09-221-4/+4
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-2/+2
* SERVER-25997 Make mongos shutdown safer if the grid object is not yet initial...Andy Schwerin2016-09-071-4/+9
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-0/+4
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-0/+9
* SERVER-21757 ServerStatus advisoryHostFQDNs should be optionalJonathan Reams2016-08-241-3/+0
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-231-2/+5
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-4/+4
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-301-3/+0
* Revert "SERVER-24856 Make manual moveChunk requests go through the balancer o...Ian Whalen2016-07-271-0/+3
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-271-3/+0
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-3/+3
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-63/+19
* SERVER-24781 CSRS primary should cleanup dist locks on promotionKaloian Manassiev2016-07-061-0/+2
* SERVER-23096 Move initialization of config.version and the config db indexes ...Spencer T Brody2016-06-281-79/+1
* SERVER-24381 Implement ShardingCatalogManagerImpl::removeShardFromZoneRandolph Tan2016-06-281-0/+6
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-0/+1
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-5/+0
* SERVER-22672 Move the sharding balancer to the CSRS primaryKaloian Manassiev2016-06-151-1/+16
* SERVER-24323 Add ShardingCatalogManager and move addShard implementation into itSpencer T Brody2016-06-131-3/+7
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-4/+4
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-4/+5
* SERVER-24191 Bump wire version number to show command support for write concernLeon Zaruvinsky2016-06-071-4/+4
* SERVER-23733 Remove the mongos chunkSize startup optionKaloian Manassiev2016-06-021-5/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-10/+8
* SERVER-23973 Ensure config servers send the correct config server optime when...Spencer T Brody2016-05-191-4/+6
* SERVER-24115 Separate mongos pinging logic from the balancerKaloian Manassiev2016-05-101-1/+1
* SERVER-23857 dispatch shard creation by ConnectionString typeMisha Tyulenev2016-05-051-2/+31
* SERVER-23213 Remove dead networking code from ShardRegistrySpencer T Brody2016-05-041-0/+1
* SERVER-23609 Make top chunk split use the balancer to move chunksKaloian Manassiev2016-05-031-1/+1
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-251-0/+4
* SERVER-22647 opObserver on shard mongod to initialize sharding state on inser...Randolph Tan2016-04-201-2/+7
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-5/+73
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-181-1/+1
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-0/+1
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-04-071-1/+1
* SERVER-23549 Put balancer on the ServiceContextKaloian Manassiev2016-04-061-6/+6