summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/abstract_async_component.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-54168: TenantOplogApplier should join TenantOplogBatcherLingzhi Deng2021-02-091-0/+1
|
* SERVER-51819 Remove joinAsync from AbstractAsyncComponentMatthew Russotto2020-10-301-26/+2
|
* SERVER-48812 Start oplog application in MigrationServiceInstanceMatthew Russotto2020-10-151-2/+26
|
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-9/+9
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+6
|
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
| | | | | | Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare.
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-4/+4
| | | | This required plumbing unique_function into many more places.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-12/+4
|
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-181-0/+16
|
* SERVER-28204 added AbstractAsyncComponentBenety Goh2017-03-201-0/+220
This defines the life cycle for task executor based async components in replication.