summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-153-6/+7
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-1416-321/+446
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-143-3/+98
* SERVER-37809 Fix typo in mongo shell error messageKelsey Schubert2018-11-121-3/+3
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-071-8/+31
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2287-937/+1136
* SERVER-37522 Add a missing quote to error message.Oleg Pudeyev2018-10-191-1/+1
* SERVER-37628 Fix unittests on windows from mongo_uri_testShreyas Kalyan2018-10-151-2/+6
* SERVER-37633 ignore ops without client metadata in dbclient_connection_integr...Mathias Stearn2018-10-151-1/+8
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-122-2/+21
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-123-3/+5
* SERVER-24620 distinguish HostNotFound, NodeNotFound, and HostUnreachableablack122018-10-042-6/+6
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-011-1/+3
* SERVER-36536 Add a server parameter to not use exhaust option for initial sync.Matthew Russotto2018-09-212-7/+8
* SERVER-35689 Futurize RSM API with temporary detached-thread implementationMathias Stearn2018-09-2011-52/+70
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-196-34/+62
* SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a bl...Mathias Stearn2018-09-136-30/+190
* SERVER-36299 Ensure that dbclient_cursor_test clears last sent message in bet...William Schultz2018-08-281-0/+4
* SERVER-36094 Make query by UUID work for DBClient.Matthew Russotto2018-08-233-3/+34
* SERVER-36714 update DocumentSourceOutReplaceColl::initializeWriteNs to use cr...Dianna Hohensee2018-08-232-0/+26
* SERVER-36299 Add newline to end of dbclient_cursor_test.cpp fileWilliam Schultz2018-08-221-1/+1
* SERVER-36299 Add support for exhaust cursors with OP_MSG in DBClientCursorWilliam Schultz2018-08-223-5/+444
* SERVER-36744 Fix and add tests for command-line redactionJonathan Reams2018-08-211-0/+30
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-1410-63/+66
* SERVER-36094 Add override/final to DBClientBase methodsMatthew Russotto2018-08-093-81/+113
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-073-58/+0
* SERVER-36091 DBClientConnection::query() should pass all results to callbackMatthew Russotto2018-08-061-3/+1
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-309-17/+14
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-303-3/+3
* SERVER-30997 fix error codeIan Boros2018-07-301-1/+1
* SERVER-30997 Redact passwords and options from MongoURI in shell command lineJonathan Reams2018-07-302-31/+90
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-272-33/+33
* SERVER-23282 diagnostic log message on unexpected CSRS replset nameKevin Pulo2018-07-041-2/+3
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-14/+0
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-292-71/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-2920-377/+477
* SERVER-35691 Cleanup StaleConfigInfo serializationKaloian Manassiev2018-06-271-1/+1
* SERVER-34563 Handle DNS names correctly in SRV record processing.ADAM David Alan Martin2018-06-262-78/+137
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-222-2/+2
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-06-223-46/+51
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-2/+2
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-201-1/+1
* SERVER-35698 Uncap usersInfo output past 101 resultsSpencer Jackson2018-06-202-7/+18
* SERVER-35615 Validate isMaster response before calling validateHost hookJonathan Reams2018-06-151-1/+1
* SERVER-35486 Create _addShard command on shard to drive shard initializationMatthew Saltz2018-06-132-0/+10
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-112-3/+5
* Revert "SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shell"Esha Maharishi2018-06-113-58/+46
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-06-083-46/+58
* SERVER-35309 CamelCase appName in connection stringsMark Benvenuto2018-06-061-4/+4
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-1/+1