summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/embedded.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-6/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-0/+2
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-041-1/+3
* SERVER-41399 embedded should create dbholder before storage engineXiangyu Yao2019-05-301-1/+1
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-3/+10
* SERVER-40811 reduce GlobalInitializerRegisterer constructorsBilly Donahue2019-05-161-3/+4
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40538 Remove UUIDCatalogObserverGregory Wlodarek2019-04-261-1/+0
* SERVER-39102 Fix embedded and stitch unittests so logging and time reporting ...Henrik Edin2019-04-041-7/+11
* SERVER-40126 Change openDb to throw exceptionDivjot Arora2019-03-181-17/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39290 Remove startup index recovery redundanciesGregory Wlodarek2019-01-301-5/+0
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-1/+1
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-211-1/+6
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-38561 Shutdown the periodic runner before the storage engine shutdownGregory Wlodarek2018-12-121-1/+1
* SERVER-38128 Start periodic runner before the storage engineGregory Wlodarek2018-12-111-5/+6
* SERVER-38323 turn the IndexBuildsCoordinator into an interface and add an imp...Dianna Hohensee2018-12-051-0/+7
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-1/+0
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-28/+24
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36704 Logical session support for embedded, behaves as standalone mongodHenrik Edin2018-09-181-0/+7
* SERVER-33908 Periodic runner implementation for embedded.Henrik Edin2018-08-161-0/+6
* SERVER-36391 Don't allow creation of TTL indexes in embedded.Henrik Edin2018-08-081-0/+14
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-0/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-6/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-16/+4
* SERVER-34762 Remove lock file on embedded.Henrik Edin2018-06-131-3/+1
* SERVER-35291 ServiceEntryPointEmbedded does not derive from ServiceEntryPoint...Henrik Edin2018-06-011-3/+0
* SERVER-33907 Cleanup naming of embedded SDK in preparation for ABIAndrew Morrow2018-05-301-0/+323