aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Lock
Commit message (Expand)AuthorAgeFilesLines
* restore shared lock ttl when releasingRobin Appelman2024-01-021-3/+77
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Cleanup lock related codeCarl Schwan2022-05-124-208/+117
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-10/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-4/+0
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+1
* Fix locking logicRoeland Jago Douma2020-12-071-1/+1
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-4/+0
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Merge pull request #21074 from jvsalo/shared-lock-multi-releaseMorris Jobke2020-07-061-1/+5
|\
| * Fix releasing a shared lock multiple timesJaakko Salo2020-05-241-1/+5
* | add proper paths to locking exceptionsRobin Appelman2020-06-303-6/+7
|/
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Use elseif instead of else ifChristoph Wurst2020-04-103-9/+9
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-054-4/+15
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Code cleanup.Ole Ostergaard2019-03-211-2/+5
* Add insertIgnoreConflict to Adapter and use it for for executing the file loc...Ole Ostergaard2019-03-211-11/+1
* Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-121-1/+1
|\
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
* | Fix UniqueConstraintViolationException while insert into oc_file_locksMorris Jobke2018-11-121-1/+12
|/
* prevent lock values from going negative with memcache backendRobin Appelman2018-07-051-2/+8
* Log more info about locking conflicts for memcache locking backendsRobin Appelman2018-05-041-4/+15
* Fixes false positive possible sql injection by phanMorris Jobke2018-04-161-0/+2
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-111-7/+35
* Made locking providers strictRoeland Jago Douma2018-01-164-32/+36
* Update license headersMorris Jobke2017-11-061-0/+1
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+1
* Update with robinJoas Schilling2016-07-214-4/+4
* Fix othersJoas Schilling2016-07-214-5/+9
* Update license headersLukas Reschke2016-05-261-2/+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 lockRobin Appelman2016-05-021-0/+3
* | optimize releaselock for memcache based locking backendsRobin Appelman2016-04-292-2/+11
|/
* Let the querybuilder convertRoeland Jago Douma2016-04-141-4/+2
* chunk the cleaning up of shared locksRobin Appelman2016-04-141-7/+20
* Move \OC\Lock to PSR-4Roeland Jago Douma2016-04-144-0/+578