1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 11:54:54 +01:00
file/lib
Aaron Piotrowski 8cd21e4994
Fix EioPoll destruction
The callback was holding a reference to $this. Hopefully this fixes the watcher cancellation issues.
2017-06-20 13:41:53 -05:00
..
Internal Fix EioPoll destruction 2017-06-20 13:41:53 -05:00
BlockingDriver.php Fix code style 2017-06-17 23:41:57 +02:00
BlockingHandle.php Fix code style 2017-06-17 23:41:57 +02:00
Driver.php Fix code style 2017-06-17 23:41:57 +02:00
EioDriver.php Fix EioPoll destruction 2017-06-20 13:41:53 -05:00
EioHandle.php Ensure reads resolve to null on EOF, fixes #13 2017-06-20 18:25:37 +02:00
FilesystemException.php Drop strict types 2016-12-29 20:59:59 -06:00
functions.php Handle backslashes in paths correctly 2017-06-17 23:51:29 +02:00
Handle.php Fix code style 2017-06-17 23:41:57 +02:00
ParallelDriver.php Fix code style 2017-06-17 23:41:57 +02:00
ParallelHandle.php Forbid simultaneous conflicting ops 2017-06-20 00:17:07 -05:00
PendingOperationError.php Forbid simultaneous conflicting ops 2017-06-20 00:17:07 -05:00
StatCache.php Make StatCache compatible with loop resets 2017-06-20 17:40:47 +02:00
UvDriver.php Reintroduce operation watching for UV and array_filter fix 2017-06-20 13:38:36 +02:00
UvHandle.php Fix code style from merge 2017-06-20 00:31:58 -05:00