Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -6/+6 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11495] Add owns_lock() method to lock classes | Joas Schilling | 2013-04-30 | 1 | -0/+11 |
| | | | | 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 |