Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -2/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/13494] Update calls to `set_config()` | Gaëtan Muller | 2015-02-02 | 1 | -1/+0 |
| | | | | PHPBB3-13494 | ||||
* | [ticket/12996] Fix reliability issue in flock test. | Fred Emmott | 2014-08-19 | 1 | -4/+4 |
| | | | | | | | | | $delta was always an int - so, this test would sometimes fail if you happened to call time() /very/ close to a 1s boundary. Found by HHVM's continuous testing. PHPBB3-12996 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 2 | -6/+14 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 2 | -11/+11 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11495] Add owns_lock() method to lock classes | Joas Schilling | 2013-04-30 | 2 | -0/+25 |
| | | | | PHPBB3-11495 | ||||
* | [ticket/10103] Assert with messages. | Oleg Pudeyev | 2012-12-04 | 1 | -2/+2 |
| | | | | PHPBB3-10103 | ||||
* | [ticket/10103] assertLessThan/assertGreaterThan. | Oleg Pudeyev | 2012-12-04 | 1 | -2/+2 |
| | | | | PHPBB3-10103 | ||||
* | [ticket/10103] Inline assignment is bad? | Oleg Pudeyev | 2012-12-04 | 1 | -1/+2 |
| | | | | PHPBB3-10103 | ||||
* | [ticket/10103] Try a longer sleep for travis. | Oleg Pudeyev | 2012-12-04 | 1 | -1/+1 |
| | | | | | | Apparently travis takes longer than half a second to fork php. PHPBB3-10103 | ||||
* | [ticket/10103] Test for flock lock class, with concurrency no less. | Oleg Pudeyev | 2012-12-04 | 1 | -0/+108 |
| | | | | PHPBB3-10103 | ||||
* | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files. | Nils Adermann | 2011-03-07 | 1 | -1/+1 |
| | | | | PHPBB3-10011 | ||||
* | [feature/system-cron] Rename lock() to acquire and unlock() to release. | Nils Adermann | 2011-02-12 | 1 | -13/+13 |
| | | | | PHPBB3-9596 | ||||
* | [feature/system-cron] Make use of the new config class in locks. | Nils Adermann | 2011-02-12 | 1 | -11/+27 |
| | | | | PHPBB3-9596 | ||||
* | [feature/system-cron] Abstract the database locking mechanism out of cron. | Nils Adermann | 2011-02-12 | 2 | -0/+80 |
Added a number of tests for the locking mechanism which can now lock arbitrary config variables. PHPBB3-9596 |