| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-30 | SERVER-87287 Remove MONGODB-CR auth logic (#26633) | Gabriel Marks | |
| GitOrigin-RevId: 902bce3c1018e15e526a7ce0cb0192067566f8fe | |||
| 2023-11-06 | SERVER-77345, valdiDBName moves to DatabaseName, changed ↵ | dominichernandez | |
| DatabaseName::validDBName to isValid SERVER-77345: Split/Moved unit test from namespaceString to DatabaseNmae | |||
| 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-08-30 | SERVER-80008 Introduce gRPC configuration options to the mongo test runner | Patrick Freed | |
| 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 | |
| 2023-02-03 | SERVER-70956: Support MONGODB-OIDC SASL mechanism in shell with token | Varun Ravichandran | |
| 2022-04-29 | SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues. | Daniel Moody | |
| 2021-08-31 | SERVER-59048 Add support for SRV and SRV raw to LDAPDNSResolverCache | Mark Benvenuto | |
| 2020-11-24 | SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when ↵ | Amirsaman Memaripour | |
| initializing a connection | |||
| 2020-10-26 | SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandalone | Ben Caimano | |
| 2020-10-13 | SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcs | Billy Donahue | |
| 2020-09-15 | SERVER-43909 clarify and repair util/hex.h API | Billy Donahue | |
| - hexblob namespace - Throwy hexblob::decode (nee fromHex) - StringData overloads of hex codec ops - add unsignedHex<T> and zeroPaddedHex<T> | |||
| 2020-05-18 | SERVER-46189 Fix shell kill current ops with TLS replica set and down nodes | Mark Benvenuto | |
| 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:: | |||
| 2020-04-02 | SERVER-45063 fix the bug in mongo::uriDecode | zhaoliwei | |
| Closes #1340 Signed-off-by: Henrik Edin <henrik.edin@mongodb.com> | |||
| 2020-02-12 | SERVER-44858 Implement speculative sasl auth | Sara Golemon | |
| create mode 100644 jstests/auth/speculative-auth-replset.js create mode 100644 jstests/auth/speculative-sasl-start.js create mode 100644 jstests/ssl/speculative-auth-replset.js create mode 100644 jstests/ssl/speculative-authenticate.js create mode 100644 src/mongo/db/auth/sasl_commands.h create mode 100644 src/mongo/db/s/balancer/core_options_stub.cpp | |||
| 2019-07-27 | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | |
| 2019-05-01 | SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.h | Mathias Stearn | |
| 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. | |||
| 2019-02-07 | SERVER-39186 Strip trailing dot from FQDNs retrieved from SRV URIs | Mathias Stearn | |
| 2019-02-05 | SERVER-39317 Make uri options case insensitive | Jason Carey | |
| 2019-01-09 | SERVER-37311 add 'tls' alias for 'ssl' in mongo URIs | Isabella Siu | |
| 2018-12-20 | SERVER-38319 Propagate URI options from DBClientRS through all codepaths | Mathias Stearn | |
| 2018-11-14 | SERVER-35212: Refactor shell code to enable default authentication database ↵ | Tyler Kaye | |
| as admin | |||
| 2018-11-12 | SERVER-37809 Fix typo in mongo shell error message | Kelsey Schubert | |
| 2018-10-22 | SERVER-37651 Update header files with new license | Ramon Fernandez | |
| 2018-10-12 | SERVER-36272 Catch error in parsing values after % in URIs | Shreyas Kalyan | |
| 2018-07-30 | SERVER-30997 fix error code | Ian Boros | |
| 2018-07-30 | SERVER-30997 Redact passwords and options from MongoURI in shell command line | Jonathan Reams | |
| 2018-06-29 | SERVER-35115 Separate dbclientinterface.h into several parts, one per class. | Henrik Edin | |
| 2018-06-26 | SERVER-34563 Handle DNS names correctly in SRV record processing. | ADAM David Alan Martin | |
| The current implementation of DNS name processing uses raw string processing. This change alters the mechanism to use a proper DNS name type which parses the hostname for proper processing. | |||
| 2018-06-06 | SERVER-35309 CamelCase appName in connection strings | Mark Benvenuto | |
| 2018-01-31 | SERVER-32065 support retryWrites URI param in shell | Kevin Albertson | |
| 2018-01-23 | SERVER-32094 support appname URI param in shell | Kevin Albertson | |
| 2017-11-28 | SERVER-32059 Implement Drivers spec changes to SRV | ADAM David Alan Martin | |
| 2017-11-02 | SERVER-31622 Fix bad throws | Mathias Stearn | |
| 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. | |||
| 2017-10-03 | SERVER-28072 Construct mongodb:// URI from RS string and dbname | Sara Golemon | |
| 2017-09-21 | SERVER-29921 rewrite URI parser | Sara Golemon | |
| 2017-08-10 | Revert "SERVER-29923 Re-write the Mongo Server's URI parser and Testing Suite" | Tyler Kaye | |
| This reverts commit 880e3c102363611ef09b451737276c0ad9400d11. | |||
| 2017-08-10 | SERVER-29923 Re-write the Mongo Server's URI parser and Testing Suite | Tyler Kaye | |
| 2017-06-15 | SERVER-26541 Remove dependence on boost::regex() by replacing all of its ↵ | Tyler Kaye | |
| instances with std::regex() | |||
| 2016-08-18 | SERVER-22382 allow mongo --host to take uri | Matt Cotter | |
| 2016-07-14 | SERVER-22707 fix mongo uri parse | Matt Cotter | |
| * comma is not optional in comma separated host list * ".sock" domain sockets need the "." * even with no database, need a slash before options * no spamming question marks inside the options | |||
| 2016-02-18 | SERVER-22714 Fix compile break | Kaloian Manassiev | |
| 2016-02-18 | SERVER-22714 MongoURI should use the socketTimeout option | Kaloian Manassiev | |
