summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/dist_lock_catalog_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-37/+27
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-13/+14
* SERVER-24325 Remove the s/catalog/replset/ directory and move all its files t...Spencer T Brody2016-09-211-0/+111
* SERVER-20970 Move dist_lock_catalog_impl under the replset libraryKaloian Manassiev2015-10-191-101/+0
* SERVER-20082 add maxTimeMs to config catalog operationsMisha Tyulenev2015-10-131-10/+14
* Revert "SERVER-20082 Add OperationContext parameter to config methods in Shar...Max Hirschhorn2015-10-061-14/+10
* SERVER-20082 Add OperationContext parameter to config methods in ShardRegistryMisha Tyulenev2015-10-061-10/+14
* SERVER-20743 Combine target selection and command execution in ShardRegistry.Andy Schwerin2015-10-061-3/+3
* SERVER-20559 race condition in shard registry during concurrent sharding oper...Esha Maharishi2015-09-231-2/+0
* SERVER-19390 Make config server queries do read committedRandolph Tan2015-08-111-0/+11
* SERVER-19414 Don't store a pointer to the RemoteCommandTargeter in the DistLo...Spencer T Brody2015-07-161-4/+3
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-1/+0
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-0/+1
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-1/+0
* SERVER-18589 Replace RemoteCommandRunner with ShardRegistry in distlock catalogRandolph Tan2015-06-241-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-32/+32
* SERVER-18525 Mock out tick source in replset_dist_lock_manager_testRandolph Tan2015-06-171-1/+1
* SERVER-18596 Implement lock expiration takeover for replSets distlock managerRandolph Tan2015-06-111-0/+2
* SERVER-18525 Implement background ping and unlock for replSets distlock managerRandolph Tan2015-06-081-1/+3
* SERVER-18589 Implement Dist Lock CatalogRandolph Tan2015-05-281-0/+85