summaryrefslogtreecommitdiff
path: root/src/mongo/s/server.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-061-3/+21
* SERVER-41374 Track current open, active, and inactive transactions on mongos ...Jack Mulrow2019-09-031-1/+3
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-2/+3
* SERVER-42754 Make RSMChangeListeners for shard configs exception-safeBen Caimano2019-08-121-6/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+5
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-181-8/+76
* SERVER-41160 Add shutdown method for CatalogCacheLoaderRandolph Tan2019-07-011-0/+4
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-7/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-34/+31
* SERVER-41468 Only shut down the LogicalSessionsCache if it has been createdKaloian Manassiev2019-06-041-16/+18
* SERVER-37837 Get rid of TransactionReaper (Part 2)Kaloian Manassiev2019-05-091-7/+6
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-4/+13
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-161-4/+54
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* SERVER-39213 remove mongosWaitsForKeys from shardingtestMisha Tyulenev2019-04-101-2/+1
* SERVER-40387 Shutdown shard registry after catalog cacheBen Caimano2019-04-011-0/+4
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-0/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39130 Split up initialize_server_global_state.cppMark Benvenuto2019-01-241-0/+4
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-1/+4
* 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