summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39128 Avoid double-authenticationSara Golemon2019-02-062-16/+33
* SERVER-37565 Unlock memory held during SCRAM authenticationPatrick Freed2019-01-221-2/+2
* SERVER-9043/SERVER-31156 Link flushRouterConfig on MongoD and make it accept ...Kaloian Manassiev2019-01-211-1/+0
* SERVER-37527 Fix lifecycle management and clarify isDone->isSuccessSara Golemon2018-12-017-18/+17
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-193-3/+98
* SERVER-37628 Fix unittests on windows from mongo_uri_testShreyas Kalyan2018-11-131-2/+6
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-11-132-2/+21
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-1983-893/+1085
* SERVER-37393 Fix dtor race in `ReplicaSetMonitorManager`ADAM David Alan Martin2018-10-051-1/+3
* SERVER-36744 Fix and add tests for command-line redactionJonathan Reams2018-09-241-0/+30
* SERVER-30997 fix error codeIan Boros2018-09-241-1/+1
* SERVER-30997 Redact passwords and options from MongoURI in shell command lineJonathan Reams2018-09-242-31/+90
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-182-0/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-132-35/+35
* SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shellBen Caimano2018-09-073-46/+51
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-08-171-5/+3
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-07-013-4/+4
* SERVER-34563 Handle DNS names correctly in SRV record processing.ADAM David Alan Martin2018-06-282-78/+137
* SERVER-35698 Uncap usersInfo output past 101 resultsr4.0.0-rc7Spencer Jackson2018-06-202-7/+18
* SERVER-35615 Validate isMaster response before calling validateHost hookJonathan Reams2018-06-151-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-112-2/+2
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-112-3/+5
* SERVER-35309 CamelCase appName in connection stringsMark Benvenuto2018-06-071-4/+4
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-316-647/+737
* SERVER-22653 Retry establishing remote cursor during rollbackVesselina Ratcheva2018-05-301-2/+9
* SERVER-33907 Cleanup naming of embedded SDK in preparation for ABIAndrew Morrow2018-05-3032-6102/+0
* SERVER-35070: Timestamp index completions individually.Daniel Gottlieb2018-05-292-5/+11
* SERVER-33889 Remove auditing command from embeddedAndrew Morrow2018-05-252-62/+60
* SERVER-34894 Embedded authorization componentsADAM David Alan Martin2018-05-227-103/+549
* SERVER-33889 Separate sleep from shell_commands so the capi unittests don't d...Henrik Edin2018-05-172-6/+1
* SERVER-33889 Embedded listcommands test to verify command list.Henrik Edin2018-05-171-0/+132
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-161-0/+1
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-163-2/+6
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-152-2/+2
* SERVER-34908 fix missing MONGO_INITIALIZER dependencyMathias Stearn2018-05-141-1/+1
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-112-3/+4
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-082-15/+6
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-059-21/+21
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-054-250/+7
* SERVER-33909 More detailed error reporting from CAPIADAM David Alan Martin2018-05-036-363/+1179
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-032-2/+2
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-032-6/+0
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-7/+4
* SERVER-34751 Move StorageEngine ownership to ServiceContext from subclassesAndy Schwerin2018-05-022-18/+8
* SERVER-34679 Preserve writeConcernError when commands fail by throwingMathias Stearn2018-05-011-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-302-8/+6
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-302-6/+8
* SERVER-33968 mongodbcapi client_wire_protocol_rpc call setResponseToMsgId()Gabriel Russell2018-04-302-0/+6
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-273-17/+23