summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-051-1/+3
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-07-251-1/+1
* SERVER-34541 Removes the unimportant but flaky scoped_db_conn_testAndrew Morrow2018-05-012-609/+0
* SERVER-28072 Construct mongodb:// URI from RS string and dbnameSara Golemon2017-11-272-5/+8
* SERVER-29921 rewrite URI parserSara Golemon2017-11-2711-97/+2271
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-10-273-17/+16
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-06-193-7/+5
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-261-15/+15
* SERVER-28996 SERVER-28996 Fix memory leak in MongoURI if auth failsJonathan Reams2017-05-171-4/+4
* SERVER-29214 Clean up connection pointers when we destroy them from the poolsamantharitter2017-05-161-0/+1
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-242-7/+62
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-04-0714-41/+228
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-04-061-2/+2
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-03-031-3/+5
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-03-013-1592/+0
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-281-1/+1
* SERVER-27382 Get rid of DBConfig::reload from ParallelSortClusteredCursorKaloian Manassiev2017-02-272-44/+29
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-271-16/+16
* SERVER-27940: fix deadlock in ReplicaSetMonitorManager on shutdownMisha Tyulenev2017-02-141-13/+26
* SERVER-26927 support integer values for maxStalenessSecondsMisha Tyulenev2016-12-275-135/+88
* SERVER-27052 added asynchronous operation support to DataReplicatorBenety Goh2016-12-223-68/+181
* SERVER-27210 Fix flakey ScopedDbConnection unit testJonathan Reams2016-12-121-3/+6
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-0813-17/+207
* SERVER-26927 Rename maxStalenessMS to maxStalenessSeconds and support doublesKaloian Manassiev2016-11-152-66/+113
* SERVER-26799 do not refresh if RSM is removed from a RSM managerMisha Tyulenev2016-11-093-0/+24
* SERVER-26904 correctly parse socketTimeoutMS as msMatt Cotter2016-11-071-3/+3
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-4/+4
* SERVER-3993 Windows File Version stampingMark Benvenuto2016-11-031-0/+54
* SERVER-26846 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool: expected ...Waley Chen2016-11-013-14/+47
* SERVER-26840 Make ChunkManager not return early on bad metadataKaloian Manassiev2016-10-311-12/+11
* SERVER-25662 remove executor diagnostic output from Fetcher::toString() resultBenety Goh2016-10-281-1/+0
* SERVER-26787 move logging for removing a ReplicaSetMonitor to ReplicaSetMonit...Esha Maharishi2016-10-261-0/+1
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-10-251-1/+1
* SERVER-26420 fix shell to not send internalClient info in isMasterDavid Storch2016-10-242-9/+52
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-10-243-26/+42
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-2418-198/+217
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-2418-217/+198
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-2418-198/+217
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-203-5/+56
* SERVER-26586: SCRAM client should preemptively validate server nonceSpencer Jackson2016-10-181-6/+5
* SERVER-26606: Add check of global flag for object verification.ADAM David Alan Martin2016-10-171-5/+7
* SERVER-25218 add more information to connPoolStatsMatt Cotter2016-09-271-5/+5
* SERVER-25662: add more diagnostics to fetcher/retry-policy toString outputScott Hernandez2016-09-263-18/+62
* SERVER-25009 when ReplicaSetMonitor::get() fails, report nameserver-25009-null-checkNathan Myers2016-09-191-1/+3
* SERVER-25009 check null ReplicaSetMonitor::get(), connection stringNathan Myers2016-09-162-1/+2
* SERVER-24866 Balancer recoveryDianna Hohensee2016-09-141-1/+2
* SERVER-25151 Honor ssl=true/false in URIs in the shellsamantharitter2016-09-138-11/+53
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-138-56/+33
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-138-33/+56