nextcloud/lib/private/Lock
Robin Appelman 3d5acbb1d0
prevent lock values from going negative with memcache backend
This can be caused by the code releasing more locks then it acquires,
once the lock value becomes negative it's likely that it will never be able
to change into an exclusive lock again.

Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-07-05 14:39:10 +02:00
..
AbstractLockingProvider.php Made locking providers strict 2018-01-16 21:54:20 +01:00
DBLockingProvider.php Fixes false positive possible sql injection by phan 2018-04-16 11:47:11 +02:00
MemcacheLockingProvider.php prevent lock values from going negative with memcache backend 2018-07-05 14:39:10 +02:00
NoopLockingProvider.php Made locking providers strict 2018-01-16 21:54:20 +01:00