Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-53064: connection created using transient SSL params cannot be recycled | Andrew Shuvalov | 2021-02-20 | 1 | -0/+8 |
| | |||||
* | SERVER-53010 Remove TODO for SERVER-49791 | Judah Schvimer | 2020-12-02 | 1 | -2/+1 |
| | |||||
* | SERVER-50511 Change local variables and functions in dbclient files | Amirsaman Memaripour | 2020-10-23 | 1 | -9/+8 |
| | |||||
* | SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix ↵ | Suganthi Mani | 2020-10-23 | 1 | -0/+30 |
| | | | | the filter for OplogFetcher::_makeFindQuery(). SERVER-51746 Fix the application name for tenant migration recipient collection cloner & oplog fetcher DBClientConnection. SERVER-51745 Set setRequestMetadataWriter() for tenant collection cloner. | ||||
* | Revert "SERVER-51743 Fix query operator for regex in cloner utils. ↵ | Suganthi Mani | 2020-10-23 | 1 | -30/+0 |
| | | | | | | SERVER-51744 Fix the filter for OplogFetcher::_makeFindQuery(). SERVER-51746 Fix the application name for tenant migration recipient collection cloner & oplog fetcher DBClientConnection. SERVER-51745 Set setRequestMetadataWriter() for tenant collection cloner." This reverts commit a730e454f65fd41dd8526c56946c67a05e9f8f7d. | ||||
* | SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix ↵ | Suganthi Mani | 2020-10-23 | 1 | -0/+30 |
| | | | | the filter for OplogFetcher::_makeFindQuery(). SERVER-51746 Fix the application name for tenant migration recipient collection cloner & oplog fetcher DBClientConnection. SERVER-51745 Set setRequestMetadataWriter() for tenant collection cloner. | ||||
* | SERVER-49380 Add API params to mongo shell | A. Jesse Jiryu Davis | 2020-08-20 | 1 | -2/+13 |
| | |||||
* | SERVER-48816 Implement listCollections stage for TenantDatabaseCloner | Vesselina Ratcheva | 2020-07-24 | 1 | -0/+11 |
| | |||||
* | SERVER-49112 Add Session::getSSLConfiguration | Gabriel Marks | 2020-07-08 | 1 | -0/+8 |
| | |||||
* | SERVER-48178 Finding self in reconfig may be interrupted by closing ↵ | Mark Benvenuto | 2020-07-08 | 1 | -1/+2 |
| | | | | connections due to rollback | ||||
* | SERVER-47735 change mongo source over to logv2 | Billy Donahue | 2020-04-26 | 1 | -3/+3 |
| | | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2:: | ||||
* | SERVER-46659 Initial sync will startup two phase index builds during the ↵ | Gregory Wlodarek | 2020-04-20 | 1 | -7/+12 |
| | | | | collection cloning phase to prevent a scenario where the commit quorum cannot be satisfied due to the primary node needing the initial syncing nodes vote | ||||
* | SERVER-45692 add explicit RWC to inter-node commands (even if merely ↵ | Kevin Pulo | 2020-03-05 | 1 | -42/+87 |
| | | | | kImplicitDefault) | ||||
* | SERVER-39453 add DBClientBase::getReadyIndexSpecs() | Benety Goh | 2020-02-19 | 1 | -0/+17 |
| | |||||
* | SERVER-44858 Implement speculative sasl auth | Sara Golemon | 2020-02-12 | 1 | -0/+4 |
| | | | | | | | | | 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 | ||||
* | SERVER-44631 DBClient_Connection should retain error code information | Matthew Russotto | 2019-11-26 | 1 | -2/+2 |
| | |||||
* | SERVER-43272 Implement getDatabaseInfos method (listDatabases) in DBClient | Vesselina Ratcheva | 2019-10-17 | 1 | -0/+10 |
| | |||||
* | SERVER-44021 Make type of "count" command in DBClient_Base match server. | Matthew Russotto | 2019-10-16 | 1 | -5/+5 |
| | |||||
* | SERVER-43273 Add UUID support to count and getIndexSpecs in DBClient | Vesselina Ratcheva | 2019-10-07 | 1 | -4/+8 |
| | |||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -4/+4 |
| | |||||
* | SERVER-41071 Replace NULL and 0 with nullptr | A. Jesse Jiryu Davis | 2019-06-14 | 1 | -10/+10 |
| | |||||
* | SERVER-39338 Remove `stdx/functional.h` | ADAM David Alan Martin | 2019-06-10 | 1 | -7/+7 |
| | |||||
* | SERVER-40958 Deprecate the 'scandata' argument in 'validate', update ↵ | Gregory Noma | 2019-05-30 | 1 | -2/+2 |
| | | | | corresponding ValidateCmdLevel enum | ||||
* | SERVER-40476 remove mongoutils::str | Billy Donahue | 2019-04-09 | 1 | -1/+1 |
| | | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare. | ||||
* | SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING | Billy Donahue | 2019-03-28 | 1 | -1/+2 |
| | | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done | ||||
* | SERVER-39178 Negotiate SCRAM mechanism in MongoURI::connect() | Shreyas Kalyan | 2019-03-11 | 1 | -0/+6 |
| | |||||
* | 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-33226: remove getPrevError() command | Kim Tao | 2019-01-10 | 1 | -8/+0 |
| | |||||
* | SERVER-36644 remove AtomicWord typedefs | Billy Donahue | 2019-01-07 | 1 | -1/+1 |
| | |||||
* | SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal user | Jonathan Reams | 2018-11-14 | 1 | -3/+5 |
| | |||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -14/+16 |
| | |||||
* | SERVER-36536 Add a server parameter to not use exhaust option for initial sync. | Matthew Russotto | 2018-09-21 | 1 | -4/+6 |
| | |||||
* | SERVER-36096 Convert CollectionCloner to use DBClientConnection. | Matthew Russotto | 2018-09-19 | 1 | -4/+8 |
| | |||||
* | SERVER-36094 Make query by UUID work for DBClient. | Matthew Russotto | 2018-08-23 | 1 | -0/+4 |
| | |||||
* | SERVER-36714 update DocumentSourceOutReplaceColl::initializeWriteNs to use ↵ | Dianna Hohensee | 2018-08-23 | 1 | -0/+7 |
| | | | | createIndexes rather than a system.indexes insert | ||||
* | SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUID | Matthew Russotto | 2018-08-14 | 1 | -6/+6 |
| | |||||
* | SERVER-36094 Add override/final to DBClientBase methods | Matthew Russotto | 2018-08-09 | 1 | -19/+45 |
| | |||||
* | SERVER-36257 Remove copyDB and clone commands | Maria van Keulen | 2018-08-07 | 1 | -25/+0 |
| | |||||
* | SERVER-33135 Delete code for OP_COMMAND | Mathias Stearn | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | SERVER-35847 Remove eval command and remove/update related tests/helpers | Sara Golemon | 2018-06-29 | 1 | -50/+0 |
| | |||||
* | SERVER-35115 Separate dbclientinterface.h into several parts, one per class. | Henrik Edin | 2018-06-29 | 1 | -0/+769 |