summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-34419 Remove mongoperfAndrew Morrow2018-04-132-390/+0
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-1/+1
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-0/+1
* SERVER-33906 Callback registration for logs in embedded C API.Henrik Edin2018-04-104-17/+279
* SERVER-32487 Embedded CAPI takes a yaml config string instead of argc and argv.Henrik Edin2018-04-109-62/+113
* SERVER-33457 Index creation in background not allowed in embedded.Henrik Edin2018-04-093-1/+97
* SERVER-34320 Fix index building in embedded.Henrik Edin2018-04-063-6/+29
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-1/+1
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-1/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-1/+1
* SERVER-34046 Ad an embedded specific ismaster commandAndrew Morrow2018-03-315-17/+126
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-297-78/+6
* SERVER-34171 Make isUserManagementCommand a property of Command.Billy Donahue2018-03-281-4/+4
* Revert "SERVER-34046 Separate implementations for CmdIsMaster for embedded an...Henrik Edin2018-03-273-38/+31