aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Lock/AbstractLockingProvider.php
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup lock related codeCarl Schwan2022-05-121-38/+15
| | | | | | | | - Port to QueryBuilder - Improve the doc a bit - Add type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Made locking providers strictRoeland Jago Douma2018-01-161-5/+7
| | | | | | | | * Added typehints * Added return types * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Merge pull request #24387 from owncloud/locking-mark-reload-freeThomas Müller2016-05-031-0/+3
|\ | | | | free up memory when releasing the last shared lock
| * free up memory when releasing the last shared lockRobin Appelman2016-05-021-0/+3
| |
* | optimize releaselock for memcache based locking backendsRobin Appelman2016-04-291-0/+4
|/
* Move \OC\Lock to PSR-4Roeland Jago Douma2016-04-141-0/+119