summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-40489 Simplify scan for primary by removing unnecessary receivedIsMast...Shaileja Jain2019-06-043-31/+5
* SERVER-39642 Decrement egress counter when scoped connection not returned to ...Rahul Sundararaman2019-06-042-4/+14
* 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