Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-67880 : Check BSON column is decompressible in the validate command. | Richard Hausman | 2022-08-19 | 1 | -1/+2 |
| | |||||
* | SERVER-68378 remove all uses of optional_io.hpp | Billy Donahue | 2022-07-29 | 1 | -1/+0 |
| | |||||
* | SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes | Billy Donahue | 2022-05-06 | 1 | -1/+3 |
| | |||||
* | SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandalone | Ben Caimano | 2020-10-26 | 1 | -33/+33 |
| | |||||
* | SERVER-44968 Remove useless BSONVersion enum class | Faustoleyva54 | 2020-06-26 | 1 | -1/+1 |
| | |||||
* | SERVER-47073 Clean up log lines in mongo/client and mongo/executor | Ben Caimano | 2020-04-22 | 1 | -13/+15 |
| | |||||
* | SERVER-46127 unit tests log to a kTest component | Gabriel Russell | 2020-04-14 | 1 | -1/+1 |
| | |||||
* | SERVER-45567 removing util/log.h where I can | Gabriel Russell | 2020-02-21 | 1 | -1/+0 |
| | | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp | ||||
* | SERVER-45869 automatically converted structured logging | Gabriel Russell | 2020-02-13 | 1 | -8/+17 |
| | |||||
* | SERVER-43576 DBClientRS does not propagate applicationName | Mark Benvenuto | 2019-10-11 | 1 | -1/+1 |
| | |||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -13/+15 |
| | |||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-39186 Strip trailing dot from FQDNs retrieved from SRV URIs | Mathias Stearn | 2019-02-07 | 1 | -8/+8 |
| | |||||
* | SERVER-39317 Make uri options case insensitive | Jason Carey | 2019-02-05 | 1 | -85/+147 |
| | |||||
* | SERVER-37311 add 'tls' alias for 'ssl' in mongo URIs | Isabella Siu | 2019-01-09 | 1 | -1/+4 |
| | |||||
* | SERVER-38319 fix windows compiler error C2885 | Benety Goh | 2018-12-21 | 1 | -3/+3 |
| | |||||
* | SERVER-38319 Propagate URI options from DBClientRS through all codepaths | Mathias Stearn | 2018-12-20 | 1 | -58/+124 |
| | |||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -7/+9 |
| | |||||
* | SERVER-37628 Fix unittests on windows from mongo_uri_test | Shreyas Kalyan | 2018-10-15 | 1 | -2/+6 |
| | |||||
* | SERVER-36272 Catch error in parsing values after % in URIs | Shreyas Kalyan | 2018-10-12 | 1 | -0/+12 |
| | |||||
* | SERVER-36744 Fix and add tests for command-line redaction | Jonathan Reams | 2018-08-21 | 1 | -0/+30 |
| | |||||
* | SERVER-36258 Construct ServiceContext after mongo initializers complete. | Andy Schwerin | 2018-07-27 | 1 | -33/+32 |
| | |||||
* | SERVER-34563 Handle DNS names correctly in SRV record processing. | ADAM David Alan Martin | 2018-06-26 | 1 | -45/+106 |
| | | | | | | 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. | ||||
* | SERVER-32059 Implement Drivers spec changes to SRV | ADAM David Alan Martin | 2017-11-28 | 1 | -29/+89 |
| | |||||
* | SERVER-32077 Fix connection string test. | ADAM David Alan Martin | 2017-11-22 | 1 | -14/+15 |
| | |||||
* | SERVER-32038 Update host entries for dns query tests | Mathew Robinson | 2017-11-20 | 1 | -10/+10 |
| | |||||
* | SERVER-31061 Add `mongo+srv://` support for URIs. | ADAM David Alan Martin | 2017-10-31 | 1 | -3/+155 |
| | | | | | | | | | 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. | ||||
* | SERVER-29921 rewrite URI parser | Sara Golemon | 2017-09-21 | 1 | -23/+265 |
| | |||||
* | Revert "SERVER-29923 Re-write the Mongo Server's URI parser and Testing Suite" | Tyler Kaye | 2017-08-10 | 1 | -300/+21 |
| | | | | This reverts commit 880e3c102363611ef09b451737276c0ad9400d11. | ||||
* | SERVER-29923 Re-write the Mongo Server's URI parser and Testing Suite | Tyler Kaye | 2017-08-10 | 1 | -21/+300 |
| | |||||
* | SERVER-27210 Allow shell to connect to replicasets with ssl=true in URI | Jonathan Reams | 2016-12-08 | 1 | -0/+22 |
| | |||||
* | SERVER-24611 Implement ClientMetadata class | Mark Benvenuto | 2016-08-04 | 1 | -1/+2 |
| | |||||
* | SERVER-22707 fix mongo uri parse | Matt Cotter | 2016-07-14 | 1 | -0/+13 |
| | | | | | | | * 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 | ||||
* | SERVER-23126 Check result of connect when constructing DBClient from MongoURI | Jonathan Reams | 2016-06-30 | 1 | -0/+13 |
| | |||||
* | SERVER-22714 MongoURI should use the socketTimeout option | Kaloian Manassiev | 2016-02-18 | 1 | -4/+1 |
| | |||||
* | SERVER-6233 Add URI parsing to mongo shell | Jonathan Reams | 2015-10-13 | 1 | -0/+314 |