Niklas Keller
|
7881691e81
|
Fix exception message in BlockingFilesystemDriver::write
|
2022-09-08 19:53:45 +02:00 |
|
Oleg Kolesov
|
65a77cdf2c
|
Fix createDirectoryRecursively with trailing slash with uv / eio (#71)
Fixes #70.
Applies 402dc969447cc2243f4bcd7f2a3ba5abc0188ebc to v3.
|
2022-09-08 19:37:49 +02:00 |
|
Aaron Piotrowski
|
ee8f10f512
|
Update for changes to Closable interface
Also require PHP 8.1 and use features.
|
2022-03-28 18:05:56 -05:00 |
|
Niklas Keller
|
f018099831
|
Rename atEnd → eof
|
2022-02-09 01:28:59 +01:00 |
|
Niklas Keller
|
6fc18e8f1d
|
Improve exception documentation
|
2022-02-08 22:20:28 +01:00 |
|
Niklas Keller
|
42f95c3691
|
Upgrade to php-cs-fixer v3
|
2022-02-08 21:34:54 +01:00 |
|
Niklas Keller
|
ad85a98309
|
Add psalm, require check
|
2022-02-08 21:16:59 +01:00 |
|
Niklas Keller
|
42c378130e
|
Rename Sync\AsyncFileMutex → FileMutex
|
2022-02-08 19:52:03 +01:00 |
|
Niklas Keller
|
c9e30f5687
|
Rename Driver → FilesystemDriver
|
2022-02-08 19:49:16 +01:00 |
|
Niklas Keller
|
6bcd502fd7
|
Fix exception documentation
|
2022-02-08 19:29:07 +01:00 |
|
Niklas Keller
|
83654deeba
|
Merge branch 'master' into v3
* master:
Remove unnecessary double assignment
Return written length in blocking and parallel drivers (#64)
# Conflicts:
# src/Driver/BlockingFile.php
# src/Driver/ParallelFile.php
# test/FileTest.php
|
2022-02-08 19:17:30 +01:00 |
|
Niklas Keller
|
f306068680
|
Run invalidate in finally block
|
2022-02-08 19:15:38 +01:00 |
|
Niklas Keller
|
013f592f3e
|
Remove unnecessary double assignment
|
2022-02-08 18:57:37 +01:00 |
|
|
255797807b
|
Return written length in blocking and parallel drivers (#64)
|
2022-02-08 18:53:31 +01:00 |
|
Aaron Piotrowski
|
dad4f97100
|
Update for further dependency changes
|
2022-02-07 19:31:21 -06:00 |
|
Aaron Piotrowski
|
858c2a46fc
|
Update for amphp/parallel changes
|
2021-12-22 17:23:01 -06:00 |
|
Niklas Keller
|
c46262eff3
|
Update for beta changes
|
2021-12-22 22:54:20 +01:00 |
|
Bob Weinand
|
a15f524472
|
Update for recent renames
|
2021-12-04 15:23:37 +01:00 |
|
Aaron Piotrowski
|
3513e8fee2
|
Add isClosed
|
2021-11-21 22:55:15 -06:00 |
|
Aaron Piotrowski
|
b2b263092e
|
Update for stream changes and coroutine to launch rename
|
2021-11-21 13:12:23 -06:00 |
|
Aaron Piotrowski
|
7d31b42f82
|
Update for removal of Revolt\launch
|
2021-10-19 19:13:54 -05:00 |
|
Aaron Piotrowski
|
742d9303d0
|
Use Revolt and update for Amp changes
|
2021-10-16 00:04:27 -05:00 |
|
Aaron Piotrowski
|
67c4cb07c2
|
Merge branch 'master' into v3
|
2021-10-15 17:07:19 -05:00 |
|
Jáchym Toušek
|
3d3d084b81
|
Fix EioDriver (#61)
|
2021-09-19 23:35:03 -05:00 |
|
Aaron Piotrowski
|
03844ce122
|
Merge branch 'master' into v3
# Conflicts:
# composer.json
# src/Driver/ParallelFile.php
|
2021-07-13 23:03:53 -05:00 |
|
Niklas Keller
|
17b758986d
|
Fix deprecation warning on PHP 8.1
|
2021-07-12 22:20:01 +02:00 |
|
Aaron Piotrowski
|
f406950680
|
Remove call to eio_init
Deprecated in eio v2, removed in v3.
|
2021-05-21 14:23:48 -05:00 |
|
Aaron Piotrowski
|
faec49c347
|
Update for rename
|
2020-12-12 12:47:07 -06:00 |
|
Aaron Piotrowski
|
d84e7dec95
|
Fix rebase mistake
This rename must have been accidently overwritten.
|
2020-11-10 16:27:57 -06:00 |
|
Aaron Piotrowski
|
3e012f9e78
|
Refactor for Amp v3
|
2020-10-22 00:35:54 -05:00 |
|
Niklas Keller
|
cfc330afcc
|
Fix code style
|
2020-10-21 23:27:24 +02:00 |
|
Niklas Keller
|
9085f447b3
|
Actually store something in status cache
|
2020-10-21 23:23:05 +02:00 |
|
Niklas Keller
|
075afe23dd
|
Mark StatusCachingFile constructor as internal
|
2020-10-21 22:54:30 +02:00 |
|
Niklas Keller
|
2162e7dc48
|
Rework stat cache to use a decorator
|
2020-10-21 22:52:43 +02:00 |
|
Niklas Keller
|
cbfe211760
|
Fix code style
|
2020-10-21 21:29:18 +02:00 |
|
Niklas Keller
|
ce982fa29d
|
Fix code style and ParallelDriver
|
2020-10-21 21:22:06 +02:00 |
|
Niklas Keller
|
3983198322
|
Forward global functions to Filesystem
|
2020-10-21 21:04:52 +02:00 |
|
Aaron Piotrowski
|
1a6558c113
|
Pass current loop driver to EioPoll
|
2020-07-06 13:27:26 -05:00 |
|
Niklas Keller
|
06f40308da
|
Make UvPoll depend on passed driver, fix code style
|
2020-07-01 06:19:09 +02:00 |
|
Niklas Keller
|
8d949a9eae
|
Redesign Driver API
|
2020-06-30 21:45:09 +02:00 |
|
Niklas Keller
|
781eb9c88e
|
Improve method names in Driver
|
2020-06-24 22:00:24 +02:00 |
|
Niklas Keller
|
05091744c0
|
Mark EioPoll and UvPoll as internal
|
2020-06-23 23:00:47 +02:00 |
|
Niklas Keller
|
ea5e653788
|
Improve error messages
|
2020-06-23 22:58:15 +02:00 |
|
Jáchym Toušek
|
0ed53c601e
|
Make drivers more consistent / reduce driver API (#38)
Co-authored-by: Niklas Keller <me@kelunik.com>
|
2020-06-23 22:40:48 +02:00 |
|
Niklas Keller
|
56c1bacf67
|
Change if ($fh) to if (is_resource($fh))
Changes in ext-uv 0.3 to be int|resource instead of false|resource.
|
2020-05-02 11:19:53 +02:00 |
|
Jáchym Toušek
|
289a723d5e
|
Add AsyncFileMutex (#43)
|
2020-05-02 11:14:21 +02:00 |
|
Jáchym Toušek
|
6a506de7ad
|
Fix UvDriver (#46)
|
2020-05-02 09:39:57 +02:00 |
|
Jáchym Toušek
|
7dc65ffc03
|
Skip usage of EIO_O_FSYNC if undefined (#42)
Co-authored-by: Niklas Keller <me@kelunik.com>
|
2020-04-21 18:32:57 +02:00 |
|
Jáchym Toušek
|
9e8bb4defe
|
Use short list syntax (#40)
|
2020-03-06 14:06:39 -06:00 |
|
Jáchym Toušek
|
041d8b38b0
|
Fix link function (#37)
|
2020-03-06 14:05:30 -06:00 |
|