summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/rollback_source_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+2
* SERVER-62214 Replace some internal uses of ImplicitDefault read concernGabriel Marks2022-01-181-3/+3
* SERVER-61385 Fix initialization of cursor in RollbackSourceImpl::findOneByUUID()David Storch2021-12-231-0/+1
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-1/+13
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-12/+9
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-2/+3
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-1/+1
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-4/+10
* SERVER-47438 remove unused function RollbackSource::copyCollectionFromRemote()Benety Goh2020-04-151-19/+0
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-3/+6
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-071-3/+2
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-32382 add rollback remote oplog batch sizeJudah Schvimer2018-05-151-2/+3
* SERVER-21693 add host and port to oplog interfaceKyle Suarez2018-03-291-1/+1
* SERVER-31805 provide option to Cloner to preserve UUIDsJudah Schvimer2017-11-081-1/+2
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-2/+2
* SERVER-30508 Fail rollback via refetch if transactions collection UUID is dif...Jack Mulrow2017-08-231-3/+3
* SERVER-29667 Update rollback of document refetch to use UUIDsAllison Chang2017-08-031-2/+7
* SERVER-29959 Update rollback of renameCollection commands to use UUIDsAllison Chang2017-07-311-1/+2
* SERVER-29665 Update rollback of collMod commands to use UUIDsAllison Chang2017-07-261-0/+15
* SERVER-29467 Update comments and logging in rs_rollback files for greater rea...Allison Chang2017-06-191-0/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-21958 Fix lint errorAndy Schwerin2015-12-211-5/+4
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2015-12-211-5/+5
* SERVER-17464: check for interrupts (like during shutdown) in clonerScott Hernandez2015-07-201-1/+2
* SERVER-19307 refactored BackgroundSync producer thread and rollback code.Benety Goh2015-07-141-10/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-45/+43
* SERVER-18035 cleaned up syncRollback. added unit test rs_rollback_test.Benety Goh2015-06-021-0/+98