summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/snapshot_management.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-6/+6
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-2/+2
* SERVER-50998 Remove getClusterTimeForReplicaSet()Kevin Pulo2020-09-171-1/+2
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-2/+2
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-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-9/+11
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-9/+2
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-5/+3
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-4/+2
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-2/+2
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-2/+2
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-33318 simplify oldest_timestamp settingEric Milkie2018-03-051-7/+5
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-2/+2
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-2/+2
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-2/+2
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-2/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-4/+4
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-4/+4
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-4/+4
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-4/+4
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-171-1/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-3/+5
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-3/+4
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-3/+1
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-1/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-2/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-4/+4
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-2/+2
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-2/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-4/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+10
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+2
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+6
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-6/+0
* SERVER-18022 Fix places relying on old $readMajorityTemporaryNameMathias Stearn2015-08-281-1/+1
* SERVER-19212 Make w:majority wait for any reserved snapshots to be visibleMathias Stearn2015-08-121-1/+1
* SERVER-19212 Hide indexes and collections from stale majority concern readsMathias Stearn2015-08-121-3/+6
* SERVER-19212 Assign simple unique counter to each snapshotMathias Stearn2015-08-051-2/+2
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-291-0/+141