summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43331 fix windows test shutdown crashBenety Goh2019-11-122-5/+8
* SERVER-43331 fix windows compileBenety Goh2019-11-091-28/+10
* SERVER-43331 Implement State Machine for Server Discovery and Monitoring SpecLamont Nelson2019-11-0818-0/+3451
* SERVER-44455 Fix handling of protocol version on reconnect in DBClientMatthew Russotto2019-11-071-0/+3
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-062-0/+8
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-5/+11
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-216-6/+6
* SERVER-44087 ReplicaSetMonitor shutdowns should synchronize with NetworkInter...Ben Caimano2019-10-212-4/+25
* SERVER-43272 Implement getDatabaseInfos method (listDatabases) in DBClientVesselina Ratcheva2019-10-172-0/+46
* SERVER-44021 Make type of "count" command in DBClient_Base match server.Matthew Russotto2019-10-162-6/+6
* SERVER-43576 DBClientRS does not propagate applicationNameMark Benvenuto2019-10-114-6/+11
* SERVER-43800 disable flaky testBenety Goh2019-10-101-0/+2
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-6/+2
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-072-15/+38
* SERVER-43015 ReplicaSetMonitor should timeout waiters upon rescanBen Caimano2019-10-045-36/+100
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-032-2/+2
* SERVER-43733: Remove bugprone-unused-raii in fetcher_test.cpp.Daniel Gottlieb2019-10-031-8/+8
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-2/+6
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-6/+2
* SERVER-43582 Do not auth ReplicaSet MonitorSara Golemon2019-09-242-1/+7
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-1725-122/+124
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-102-9/+8
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-094-137/+101
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-232-5/+9
* SERVER-42634 RSM can strand requests after drop()Jason Carey2019-08-094-23/+17
* SERVER-42519 ReplicaSetMonitors should early return callbacks after shutdownBen Caimano2019-07-312-22/+40
* SERVER-42501 ReplicaSetMonitorManager::shutdown() logs sparinglyBen Caimano2019-07-311-1/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2729-801/+411
* SERVER-42342 Replica set monitor shutdown should fail all outstanding RSM pro...Ben Caimano2019-07-264-59/+50
* SERVER-42125 Omit passive members from RSM connection stringsBen Caimano2019-07-255-35/+40
* SERVER-41851 Expedited scans in the RSM no longer continue after timeoutBen Caimano2019-07-244-140/+179
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-231-1/+1
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-183-3/+10
* SERVER-40686 deduction guides for unique_functionJason Carey2019-07-101-0/+1
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-0/+2
* SERVER-41910 Make RSM return mulitple hosts in the presence of tagsShaileja Jain2019-07-012-106/+133
* SERVER-41809 Undo collapse of integration tests in mongo/clientAndrew Morrow2019-06-282-4/+16
* SERVER-41809 disable failing tests temporarilyBenety Goh2019-06-271-0/+2
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-1/+1
* SERVER-41490 Disable OP_MSG checksums for TLS connectionsRahul Sundararaman2019-06-263-0/+19
* SERVER-40490 RSM should check replicas at most twice per secondShaileja Jain2019-06-263-3/+92
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-06-251-29/+34
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-126/+53
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-172-35/+35
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-1415-64/+64
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-111-38/+0
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-102-6/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1012-36/+39
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-1010-35/+34
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-4/+4