summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-38742 Compute latencyThresholdMicros in 64-bit spaceMathias Stearn2018-12-271-1/+1
* SERVER-25936 DBClientBase drops indexes using dropIndexes instead of deleteIn...Benety Goh2018-12-271-3/+3
* SERVER-38319 fix windows compiler error C2885Benety Goh2018-12-211-3/+3
* SERVER-37565 Unlock memory held during SCRAM authenticationPatrick Freed2018-12-201-2/+2
* SERVER-35688 Make RSM use async networkingMathias Stearn2018-12-205-231/+264
* SERVER-35688 Make RSM return SharedSemiFuturesMathias Stearn2018-12-2010-18/+18
* SERVER-38319 Propagate URI options from DBClientRS through all codepathsMathias Stearn2018-12-209-149/+213
* SERVER-38450 Convert global conn pool options to IDLAndrew Morrow2018-12-173-23/+101
* SERVER-37834 Implement RFC 4514 X509 DN parserJonathan Reams2018-12-171-1/+1
* SERVER-36537 Initial sync cursor should not keep data in cache.Matthew Russotto2018-12-132-0/+36
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-11-297-18/+17
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-153-6/+7
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-1416-321/+446
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-143-3/+98
* SERVER-37809 Fix typo in mongo shell error messageKelsey Schubert2018-11-121-3/+3
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-8/+31
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2287-937/+1136
* SERVER-37522 Add a missing quote to error message.Oleg Pudeyev2018-10-191-1/+1
* SERVER-37628 Fix unittests on windows from mongo_uri_testShreyas Kalyan2018-10-151-2/+6
* SERVER-37633 ignore ops without client metadata in dbclient_connection_integr...Mathias Stearn2018-10-151-1/+8
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-122-2/+21
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-123-3/+5
* SERVER-24620 distinguish HostNotFound, NodeNotFound, and HostUnreachableablack122018-10-042-6/+6
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-011-1/+3
* SERVER-36536 Add a server parameter to not use exhaust option for initial sync.Matthew Russotto2018-09-212-7/+8
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-2011-52/+70
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-196-34/+62
* SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a bl...Mathias Stearn2018-09-136-30/+190
* SERVER-36299 Ensure that dbclient_cursor_test clears last sent message in bet...William Schultz2018-08-281-0/+4