| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-07 | SERVER-77158 apply performance-move-const-arg clang tidy rule for client | Matt Boros | |
| 2023-09-23 | SERVER-81059 bulk-revert of include of boost iif.hpp | Billy Donahue | |
| 2023-06-22 | SERVER-77044 IWYU Automated changes for up to end ratio 0.4 | Daniel Moody | |
| 2023-06-15 | SERVER-77042 automated IWYU changes up to ratio of 0.3 | Daniel Moody | |
| 2020-10-26 | SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandalone | Ben Caimano | |
| 2020-09-25 | SERVER-51103 Allow ShardRegistry to distinguish between complete/partial ↵ | Kevin Pulo | |
| connection string updates | |||
| 2020-05-14 | SERVER-47921 Clean up LOG lines in client | Sara Golemon | |
| 2020-04-26 | SERVER-47735 change mongo source over to logv2 | Billy Donahue | |
| - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2:: | |||
| 2019-04-09 | SERVER-40476 remove mongoutils::str | Billy Donahue | |
| Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare. | |||
| 2019-02-13 | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | |
| Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | |||
| 2018-10-22 | SERVER-37651 Update header files with new license | Ramon Fernandez | |
| 2018-06-13 | SERVER-35486 Create _addShard command on shard to drive shard initialization | Matthew Saltz | |
| 2017-10-31 | SERVER-31061 Add `mongo+srv://` support for URIs. | ADAM David Alan Martin | |
| The shell now supports parsing and handling `mongo+srv://` style URIs, as part of the DNS Seedlist support. These URIs require DNS SRV and TXT record lookups, for extra configuration options. The shell also supports a (limited) form of connection-failover -- when initially connecting to a non-replica-set cluster, the shell will try each host listed, in order, until a connection can be established. | |||
| 2016-06-13 | SERVER-24467 Make MoveChunkRequest and dependencies comparable | Kaloian Manassiev | |
| This change implements the '==' operator on MoveChunkRequest and any dependent classes which do not have it. | |||
| 2016-05-24 | SERVER-24264 SERVER-23973 Replace calls to verify() in ConnectionString with ↵ | Spencer T Brody | |
| uassert | |||
| 2016-05-05 | SERVER-23857 dispatch shard creation by ConnectionString type | Misha Tyulenev | |
| 2016-03-10 | SERVER-22320 remove SYNC option and SyncClusterConnection | Misha Tyulenev | |
| 2015-10-13 | SERVER-6233 Add URI parsing to mongo shell | Jonathan Reams | |
| 2015-07-16 | SERVER-18567 Remove legacy ConnectionString::parse | Kaloian Manassiev | |
| Removes the legacy ConnectionString::parse method and make all places use the variant, which returns StatusWith<ConnectionString>. | |||
| 2015-06-20 | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | |
| 2015-06-11 | SERVER-18464 Implement ReplicaSetMonitorManager to replace statics | Kaloian Manassiev | |
| The ReplicaSetMonitorManager will be responsible for the lifetime of replica set monitors and will replaces the global static variables, which we currently use to track the replica set monitors. This change brings us closer to having a separate instance of the replica set monitors for MongoS. | |||
| 2015-05-21 | SERVER-18567 Implement ConnectionString::parse which returns StatusWith | Kaloian Manassiev | |
| 2015-05-20 | SERVER-18568 Remove ConnectionString::PAIR | Kaloian Manassiev | |
| It is not used anywhere. | |||
| 2015-04-16 | SERVER-18070 Split ConnectionString out into its own library | Spencer T Brody | |
