summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_client_info.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70010 fix opCtx interruption checks in replication codebaseMatt Diener2022-10-031-7/+6
* SERVER-68808 Fix removal of ErrorCode::Interruption from Replseanzimm2022-08-161-5/+7
* SERVER-67617 Stop using ErrorCategory::Interruption in Replicationseanzimm2022-08-051-9/+14
* SERVER-64856: Remove use of secondary WT_SESSION in getLatestOplogTimestampYu Jin Kang Park2022-07-051-0/+25
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
* SERVER-47881: Make getLatestWriteOpTime return StatusWith<OpTime>Lingzhi Deng2020-05-041-25/+25
* SERVER-47695: Don't set lastOp for client backwards in terms of timestamp aft...Lingzhi Deng2020-05-041-4/+7
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-4/+7
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+12
* SERVER-39364: Get the last oplog entry from the storage engine for setLastOpT...Lingzhi Deng2020-01-151-1/+40
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-1/+19
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30842 Don't try to set last optime for client backwards after rollbackSpencer T Brody2017-08-281-1/+16
* SERVER-29274 moved ReplClientInfo to repl_coordinator_interface libraryBenety Goh2017-05-231-5/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+4
* SERVER-28013 Ensure that last op for client only moves forwardSpencer T Brody2017-02-151-0/+5
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-1/+1
* SERVER-21667 do not set lastop on clients used by replication on secondariesEric Milkie2015-12-081-1/+1
* SERVER-19786 Cache term in replication coordinatorSiyuan Zhou2015-08-061-8/+0
* SERVER-19675 fix ReplicationMetadata populating and parsingmatt dannenberg2015-08-061-3/+4
* SERVER-18522 set lastOp to last system optime, on no-op updates or deletesEric Milkie2015-07-291-0/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-7/+7
* SERVER-18216 Add term to oplog.Siyuan Zhou2015-05-261-0/+8
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-0/+45