aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/lock
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11495] Add owns_lock() method to lock classesJoas Schilling2013-04-302-0/+22
| | | | PHPBB3-11495
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-062-1/+134
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (196 commits) [ticket/11219] Coding guidelines and naming consistency changes [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP [ticket/11247] Fix wrong property reference in flock class. [ticket/10602] Avoid a race condition. [ticket/10602] Use last_queue_run for its intended purpose. [ticket/10716] Collect standard error from executed php process. [ticket/10716] Skip test if php is not in PATH. [ticket/10716] Exclude our dependencies from linting. [ticket/10103] New and improved wording. [ticket/10716] Only lint on php 5.3+. [ticket/10103] Assert with messages. [ticket/10103] assertLessThan/assertGreaterThan. [ticket/10103] Inline assignment is bad? [ticket/10103] $rv had too few characters. [ticket/10103] Correct flock class documentation. ... Conflicts: phpBB/includes/functions.php tests/cache/cache_test.php
| * [ticket/11247] Fix wrong property reference in flock class.Oleg Pudeyev2012-12-051-1/+1
| | | | | | | | PHPBB3-11247
| * [ticket/10103] New and improved wording.Oleg Pudeyev2012-12-041-2/+2
| | | | | | | | PHPBB3-10103
| * [ticket/10103] Correct flock class documentation.Oleg Pudeyev2012-12-041-4/+13
| | | | | | | | PHPBB3-10103
| * [ticket/10103] Factor out flock lock class.Oleg Pudeyev2012-12-041-0/+124
| | | | | | | | PHPBB3-10103
| * [ticket/11227] @return void -> @return null, per coding guidelines.Oleg Pudeyev2012-11-301-1/+1
| | | | | | | | PHPBB3-11227
* | [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-041-2/+2
| | | | | | | | PHPBB3-11015
* | [ticket/11015] Fix db connection type hint in lock_dbIgor Wiedler2012-07-211-1/+1
|/ | | | PHPBB3-11015
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-1/+1
| | | | PHPBB3-9916
* [feature/system-cron] preg_match returns int so cast to bool, fix commentNils Adermann2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Rename lock() to acquire and unlock() to release.Nils Adermann2011-02-121-5/+5
| | | | PHPBB3-9596
* [feature/system-cron] Make use of the new config class in locks.Nils Adermann2011-02-121-32/+12
| | | | PHPBB3-9596
* [feature/system-cron] Abstract the database locking mechanism out of cron.Nils Adermann2011-02-121-0/+158
Added a number of tests for the locking mechanism which can now lock arbitrary config variables. PHPBB3-9596