aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend/lockmanager
Commit message (Expand)AuthorAgeFilesLines
* Made redis lock manager get EX/SH locks in one goAaron Schulz2013-12-071-74/+56
* Add missing return valueSiebrand Mazeland2013-11-231-1/+1
* Fix various type and reference issuesSiebrand Mazeland2013-11-234-8/+8
* Update documentation of file backend classesSiebrand Mazeland2013-11-239-113/+117
* Update formatting of file backend classesSiebrand Mazeland2013-11-229-2/+28
* lockmanager: QuorumLockManager subclasses can get EX/SH locks at onceAaron Schulz2013-10-225-103/+170
* [LockManager] Made it easier to get both SH and EX locks at once.Aaron Schulz2013-06-052-24/+106
* Fixed spacing in actions/cache/filebackend/filerepo/job folderumherirrender2013-04-202-3/+5
* [LockManager] Added a RedisLockManager class.Aaron Schulz2013-04-182-2/+257
* Added/Removed spaces around string concatenationumherirrender2013-04-133-5/+5
* [LockManager] Added timeout to the lock() function.Aaron Schulz2013-04-021-2/+13
* [LockManager] Refactor lock TTL code to base class.Aaron Schulz2013-03-182-7/+14
* [LockManager] Various fixes to lock managers.Aaron Schulz2013-03-124-54/+87
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-117-16/+16
* [LockManager] Added ScopedLock::release function.Aaron Schulz2013-03-051-0/+13
* [LockManager] Created PostgreSqlLockManager class.Aaron Schulz2013-02-152-70/+128
* [LockManager] Renamed getBucketFromKey() -> getBucketFromPath().Aaron Schulz2013-02-011-3/+3
* [LockManager] Generallized wiki field to a domain field.Aaron Schulz2013-02-013-22/+39
* Merge "[LockManager] Updated DBLockManager for cross-wiki support."jenkins-bot2013-02-011-2/+2
|\
| * [LockManager] Updated DBLockManager for cross-wiki support.Aaron Schulz2013-01-311-2/+2
* | [LockManager] Split QuorumLockManager into its own file.Aaron Schulz2013-01-312-210/+232
|/
* [LockManager] Refactoring to allow proper cross-wiki support.Aaron Schulz2013-01-286-31/+42
* Fixed empty return values in MemcLockManager.Aaron Schulz2013-01-141-1/+1
* [LockManager] Moved ScopedLock to its own file.Aaron Schulz2012-12-142-66/+89
* Tidy up some unbalanced returns in methodsReedy2012-12-091-1/+1
* [LockManager] Use proper hmac function for LSLockManager.Aaron Schulz2012-11-221-1/+1
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* LockManger documentation cleanups.Aaron Schulz2012-09-153-23/+23
* [FileBackend] Moved filerepo/backend/ up to filebackendAaron Schulz2012-08-086-0/+1734