summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-05-163-7/+5
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-127-71/+123
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-122-3/+2
* SERVER-28814 Don't try to upconvert commands with invalid $maxTimeMS fieldMathias Stearn2017-05-121-13/+15
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-123-6/+19
* SERVER-28218 add BSON() macro support for OpTimeBenety Goh2017-05-031-7/+7
* SERVER-28996 SERVER-28996 Fix memory leak in MongoURI if auth failsJonathan Reams2017-05-011-4/+4
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-273-8/+17
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-212-4/+8
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-172-7/+62
* Revert "SERVER-28760 Add egress logging to DBConnectionPool"samantharitter2017-04-162-46/+5
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-152-5/+46
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-271-1/+0
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-162-26/+0
* SERVER-28187 delete dead classes MultiCommandDispatch, DBClientMultiCommand, ...Esha Maharishi2017-03-131-6/+0
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-102-10/+8
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-092-8/+10
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-082-10/+8
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-079-18/+18
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-061-1/+0
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-061-0/+1
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-3/+10
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-4/+0
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-02-273-1592/+0
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-10/+3
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-3/+10
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-02-191-3/+5
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-171-1/+7
* SERVER-27940: fix deadlock in ReplicaSetMonitorManager on shutdownMisha Tyulenev2017-02-081-13/+26
* SERVER-27382 Get rid of DBConfig::reload from ParallelSortClusteredCursorKaloian Manassiev2017-02-072-44/+29
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-061-16/+16
* SERVER-27802 add comments to PoolForHost headerEsha Maharishi2017-02-062-2/+20
* Revert "SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrima...Kaloian Manassiev2017-02-031-16/+16
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-031-16/+16
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-0214-41/+228
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-152-2/+2
* SERVER-27044 Fetcher should be exception safeJack Mulrow2017-01-101-12/+11
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+2
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2017-01-031-1/+0
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-1/+5
* SERVER-26699 Enable MSVC flags for C++ standards alignmentMark Benvenuto2016-12-221-1/+1
* SERVER-26927 support integer values for maxStalenessSecondsMisha Tyulenev2016-12-125-135/+88
* SERVER-27210 Fix flakey ScopedDbConnection unit testJonathan Reams2016-12-121-3/+6
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+1
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-0813-17/+207
* SERVER-26228 Change `PoolForHost` to use RAII.ADAM David Alan Martin2016-12-062-31/+20
* SERVER-27052 fixed FetcherTest::ScheduleButShutdown test case - test should n...Benety Goh2016-12-061-8/+6