summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-10-012-1/+7
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2630-799/+408
* SERVER-42125 Omit passive members from RSM connection stringsBen Caimano2019-07-265-35/+40
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-183-3/+10
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-07-031-29/+34
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-273-0/+19
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-101-38/+0
* SERVER-39642 Decrement egress counter when scoped connection not returned to ...Rahul Sundararaman2019-06-072-4/+14
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-071-4/+4
* SERVER-39480 Added log messages for failing DBClientConnectionRahul Sundararaman2019-06-031-0/+4
* SERVER-40958 Deprecate the 'scandata' argument in 'validate', update correspo...Gregory Noma2019-05-301-2/+2
* SERVER-41134 Add RSM::findHostsWithMaxWaitJason Carey2019-05-2812-27/+192
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-214-20/+34
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-1/+1
* SERVER-41149 Skip ReplicaSetMonitor refresh on shutdownBen Caimano2019-05-151-0/+5
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-143-2/+13
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-141-0/+38
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-012-3/+4
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-241-38/+0
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-241-0/+38
* SERVER-39818 Actually delete in RSCN::Listener deleterBen Caimano2019-04-171-1/+4
* SERVER-39818 Fixing Notifier use in replica_set_monitor_testBen Caimano2019-04-162-5/+15
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-1610-113/+785
* SERVER-40222 fix mac os x compileBenety Goh2019-04-161-2/+2
* SERVER-40222 Reorganize and fixturize RSM testsBen Caimano2019-04-1611-1003/+1080
* SERVER-23355 Recheck replicas every .5 sec during scanA. Jesse Jiryu Davis2019-04-154-8/+327
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-1110-18/+18
* SERVER-40202 TransactionCoordinator should update replica set monitors based ...Jack Mulrow2019-04-102-3/+28
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0915-36/+31
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2820-38/+48
* Revert "SERVER-36243 Use sized deallocation."Andrew Morrow2019-03-181-5/+1
* SERVER-36243 Use sized deallocation.Henrik Edin2019-03-121-1/+5
* SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect()Shreyas Kalyan2019-03-114-10/+42
* SERVER-38451 Fix lint for sasl_sspi_options.cppMathew Robinson2019-02-211-1/+1
* SERVER-38451 Convert sasl_sspi_options to IDLMathew Robinson2019-02-213-25/+59
* SERVER-39227 Don't throw StaleConfig from command response in DBClientBase wh...Jack Mulrow2019-02-191-3/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1386-105/+16
* SERVER-39186 Strip trailing dot from FQDNs retrieved from SRV URIsMathias Stearn2019-02-072-9/+9
* SERVER-39146 Refactor BatonJason Carey2019-02-053-11/+9
* SERVER-39317 Make uri options case insensitiveJason Carey2019-02-054-96/+182
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-012-2/+2
* SERVER-39128 Avoid double-authenticationSara Golemon2019-01-262-16/+33
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-201-1/+0
* SERVER-37880 Make time_support's Backoff class non-blockingKaloian Manassiev2019-01-142-3/+3
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-113-9/+9
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-102-16/+0
* SERVER-37311 add 'tls' alias for 'ssl' in mongo URIsIsabella Siu2019-01-092-3/+8
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-091-23/+4
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-078-10/+10
* SERVER-38295 ReplSetMonitor::getHostOrRefresh should not do anything if maxWa...Mathias Stearn2018-12-274-39/+25