summaryrefslogtreecommitdiff
path: root/src/mongo/client/embedded/libmongodbcapi.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33907 Cleanup naming of embedded SDK in preparation for ABIAndrew Morrow2018-05-301-638/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-33909 More detailed error reporting from CAPIADAM David Alan Martin2018-05-031-154/+460
* SERVER-33968 mongodbcapi client_wire_protocol_rpc call setResponseToMsgId()Gabriel Russell2018-04-301-0/+5
* SERVER-33906 Callback registration for logs in embedded C API.Henrik Edin2018-04-101-13/+108
* SERVER-32487 Embedded CAPI takes a yaml config string instead of argc and argv.Henrik Edin2018-04-101-31/+4
* SERVER-34046 Ad an embedded specific ismaster commandAndrew Morrow2018-03-311-4/+0
* Revert "SERVER-34046 Separate implementations for CmdIsMaster for embedded an...Henrik Edin2018-03-271-0/+4
* SERVER-34046 Separate implementations for CmdIsMaster for embedded and mongod.Henrik Edin2018-03-271-4/+0
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-40/+34
* SERVER-34048 Temporary fix to not crash embedded when asked for logical sessi...Henrik Edin2018-03-221-0/+4
* SERVER-33913 Add init and fini to embedded capi. Placeholders for now, but re...Henrik Edin2018-03-211-7/+28
* SERVER-32489 New main library for embedded to link and initialize the system ...Henrik Edin2018-01-311-7/+10
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-4/+4
* SERVER-29720 Provide a libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-141-2/+85
* Revert "SERVER-29720 Provide libmongodbcapi database wrapper for service cont...Ben Shteinfeld2017-07-131-58/+4
* SERVER-29720 Provide libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-111-4/+58
* Revert "SERVER-29720 Provide libmongodbcapi database wrapper for service cont...Ben Shteinfeld2017-07-111-58/+4
* SERVER-29720 Provide libmongodbcapi database wrapper for service contextBen Shteinfeld2017-07-111-4/+58
* SERVER-29722 Add libmongodbcapi header testTyler Kaye2017-06-271-8/+16
* SERVER-29717 Add barebones mongodbcapiTed Tuckman2017-06-231-0/+150