summaryrefslogtreecommitdiffstats
path: root/lib/public/lock
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-252-0/+3
|
* Rethrow LockedException with full pathVincent Petry2015-06-161-3/+8
| | | | | Because the path is converted to md5 from the original exception, rethrow the exception with the correct full path
* [OCP] update PHPdoc to contain correct @since tagsMorris Jobke2015-06-052-0/+25
|
* add method to atomically change between shared and exclusive lockRobin Appelman2015-06-011-0/+9
|
* release all locks on shutdownRobin Appelman2015-06-011-0/+5
|
* Fix PHPDoc of public interface ILockingProviderMorris Jobke2015-05-181-1/+1
|
* allow getting the path from the lockedexceptionRobin Appelman2015-04-301-0/+21
|
* add memcache based shared/exclusive lockingRobin Appelman2015-04-302-0/+72