summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-272-8/+6
* fix 536942635bd8d103e001d09afb9d1402c81d2345: add missing dependencyBilly Donahue2018-04-191-0/+1
* SERVER-34533 killOp available on embedded.Henrik Edin2018-04-192-0/+54
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+1
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-183-629/+1
* SERVER-29725 mongoe applicationHenrik Edin2018-04-184-1/+170
* SERVER-34372 add ReplicationCoordinator::signalDropPendingCollectionsRemovedF...Benety Goh2018-04-172-0/+6
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-1/+0
* SERVER-34437 Remove snapshot query option from clonerjannaerin2018-04-132-16/+0
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-0/+1
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-133-0/+374
* SERVER-34446: Remove normalization of SCRAM-SHA-256 prinicpal namesSpencer Jackson2018-04-131-6/+2