summaryrefslogtreecommitdiff
path: root/src/mongo/s/distlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-07-291-42/+54
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-964/+957
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+7
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-14215 Log error when ScopedDistributedLock::acquire fails to acquire l...Randolph Tan2014-10-021-64/+55
* SERVER-14668 Distlock constants to enums and fix some includesKaloian Manassiev2014-08-281-2/+0
* SERVER-13474 remove redundant split and migrate metadata validation stepsGreg Studer2014-08-201-6/+28
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-271-0/+1
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first timeRandolph Tan2014-04-231-1/+5
* SERVER-13585 Race in dist lock after winning "tournament" roundRandolph Tan2014-04-171-5/+0
* SERVER-13069 nicer and slightly less verbose distributed lock messagesGreg Studer2014-03-101-3/+4
* SERVER-12548 make lockpings query more efficient for large nums of locksGreg Studer2014-02-101-11/+24
* SERVER-12548 add indexes to config.lockpings and config.locks in mongosGreg Studer2014-02-101-5/+0
* SERVER-11875 revert distlock conversionRandolph Tan2014-01-151-13/+1
* SERVER-11875 Convert remaining internal writes to use write commandsRandolph Tan2014-01-151-1/+13
* SERVER-11681 move distlock to s/ directory - not part of clientGreg Studer2014-01-081-0/+1203