summaryrefslogtreecommitdiff
path: root/src/mongo/s/server.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-4/+5
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-10-011-1/+1
* Revert "SERVER-31552 Allow users to be pinned in memory"Jonathan Reams2018-09-281-1/+1
* SERVER-31552 Allow users to be pinned in memoryJonathan Reams2018-09-281-1/+1
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-0/+6
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-6/+0
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-0/+6
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-1/+10
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-2/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-12/+0
* SERVER-1761 Add mongos unix domain socket tests and close transport layerAnthony Roy2018-06-211-8/+8
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-6/+2
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-05-101-2/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-2/+1
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-2/+1
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-04-201-0/+2
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-8/+11
* SERVER-33017 Add metadata hook to update lastCommittedOpTime on mongos per shardJack Mulrow2018-03-081-0/+8
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-4/+7
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-121/+102
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-4/+6
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2018-02-011-0/+3
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-191-2/+0
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-0/+2
* Revert "SERVER-28822 Add new dbclient connection pool options"Jason Carey2018-01-021-3/+0
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2017-12-201-0/+3
* SERVER-31559 Merge GenericCursorManager into MongoProcessInterfaceBernard Gorman2017-11-141-5/+0
* SERVER-31723 limit mongod sharding exec pool to 1Jason Carey2017-11-071-1/+2
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-31548 ServiceExecutor should be started before TransportLayerJonathan Reams2017-10-161-3/+3
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-031-0/+5
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-0/+35
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-6/+4
* SERVER-31005 Bump mongos minimum outgoing wire versionMathias Stearn2017-09-131-2/+3
* SERVER-29687 Add sock.h header where needed for non-ssl buildsAndrew Morrow2017-08-231-0/+1
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-0/+7
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-1/+1
* SERVER-30249 wait for the signing keys to be available in mongos at startupMisha Tyulenev2017-07-311-0/+44
* SERVER-29672 Make Config/ShardCatalogCacheLoader decorations on ServiceContextKaloian Manassiev2017-07-281-3/+11
* SERVER-18084 Give ServiceContext to ShardingEgressMetadataHookKaloian Manassiev2017-07-271-3/+6
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-4/+0
* SERVER-30158 FTDC starts too early in mongosMark Benvenuto2017-07-171-2/+2
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-0/+8
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-2/+1
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1
* SERVER-28495 FTDC for MongoSMark Benvenuto2017-07-121-0/+6
* SERVER-29776 Add codeName to more command failure pathsMathias Stearn2017-06-281-10/+0
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+5