summaryrefslogtreecommitdiff
path: root/src/mongo/client/embedded
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33907 Cleanup naming of embedded SDK in preparation for ABIAndrew Morrow2018-05-3031-6092/+0
* SERVER-33889 Remove auditing command from embeddedAndrew Morrow2018-05-252-62/+60
* SERVER-34893 Embedded authorization componentsADAM David Alan Martin2018-05-226-89/+533
* 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-34908 fix missing MONGO_INITIALIZER dependencyMathias Stearn2018-05-141-1/+1
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-2/+1
* 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-054-15/+15
* 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-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-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-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-34046 Ad an embedded specific ismaster commandAndrew Morrow2018-03-315-17/+126
* 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
* SERVER-34046 Separate implementations for CmdIsMaster for embedded and mongod.Henrik Edin2018-03-273-31/+38
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-267-127/+120
* SERVER-33910 Add embedded only commands for listening on system events for tr...Henrik Edin2018-03-263-177/+198
* SERVER-34071 Apply install aliases to other binaries when in hygienic modeAndrew Morrow2018-03-231-8/+20
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-1/+4
* SERVER-34048 Temporary fix to not crash embedded when asked for logical sessi...Henrik Edin2018-03-222-0/+7
* SERVER-34054 Forward declare reference to CAPI type to avoid need for an incl...Andrew Morrow2018-03-212-2/+4
* SERVER-33914 Provide embedded SDK download linksAndrew Morrow2018-03-211-0/+7
* SERVER-33913 Add init and fini to embedded capi. Placeholders for now, but re...Henrik Edin2018-03-215-26/+111
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-152-18/+0
* SERVER-32117 Make embedded builds slimmerAndrew Morrow2018-03-151-1/+3
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-5/+0
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-4/+5
* SERVER-32117 Minimal hygienic build to support mobile devAndrew Morrow2018-03-061-2/+12