summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/multiapplier.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-1/+1
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-7/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32335 remove unnecessary applyOperationFn constructor argument from Mu...Benety Goh2018-05-021-4/+1
* SERVER-29200 remove references to OplogEntry::raw from MultiApplierBenety Goh2018-01-161-6/+0
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-2/+2
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-2/+2
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-15/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-27052 MultiApplier clears MultiApplier::_onCompletion on completion to...Benety Goh2016-11-301-23/+70
* SERVER-25858 MultiApplier waits for completion callback to finish before sett...Benety Goh2016-08-301-6/+3
* SERVER-25031 removed unused function MultiApplier::applyUntilAndPauseBenety Goh2016-08-301-61/+0
* SERVER-25031 removed redundant arguments from MultiApplier callback. These va...Benety Goh2016-08-291-13/+6
* SERVER-24242 MultiApplier should pass a clean txn to _multiApplyMathias Stearn2016-08-011-7/+0
* SERVER-25281 renamed MultiApplier lifecycle functions""Benety Goh2016-07-261-4/+4
* Revert "SERVER-25114 renamed MultiApplier lifecycle functions"Benety Goh2016-07-261-4/+4
* SERVER-25114 renamed MultiApplier lifecycle functionsBenety Goh2016-07-261-4/+4
* SERVER-23476: logging before wait/join DR::_waitOnAndResetAll_inlockScott Hernandez2016-07-231-0/+4
* SERVER-25048 added unit test for MultiApplierBenety Goh2016-07-141-4/+1
* SERVER-25048 MultiApplier::_callback should dispose operation context before ...Benety Goh2016-07-131-11/+8
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-4/+10
* SERVER-24784 migrated MultiApplier to use task executor instead of replicatio...Benety Goh2016-06-281-11/+11
* SERVER-24242 Stop copying OplogEntries so muchMathias Stearn2016-06-221-0/+2
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-241-0/+231
* Revert "SERVER-22858 create a new Applier which wraps multiApply"Max Hirschhorn2016-03-231-231/+0
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-231-0/+231