1
0
mirror of https://github.com/danog/file.git synced 2024-11-30 04:19:39 +01:00
Commit Graph

34 Commits

Author SHA1 Message Date
Manuele Menozzi
ed5495f084 Fixes wrong mkdir default mode 2018-03-15 18:35:10 +01:00
Aaron Piotrowski
fb58fe8dd5
Update to amphp/parallel 0.2 2017-12-14 22:36:16 -06:00
eugene kirillov
b67c83752c Add optional time parameters to touch function (#22) 2017-11-22 20:55:30 -06:00
Niklas Keller
577bcc1f92 Use BlockingDriver in SAPIs like Apache or FPM 2017-07-21 08:32:23 +02:00
Aaron Piotrowski
0c45a5674e
Use BlockingDriver within parallel workers
Prevents infinite spawning of workers if ParallelDriver is used within a worker.
2017-07-17 23:10:17 -05:00
Aaron Piotrowski
edc6c097c2
Use blocking driver on Windows 2017-06-23 17:47:32 -05:00
Niklas Keller
d429dfc2aa Fix readlink phpdoc 2017-06-21 14:45:24 +02:00
Niklas Keller
0708ba14b3 Handle backslashes in paths correctly 2017-06-17 23:51:29 +02:00
Niklas Keller
62428ca0ef Fix code style 2017-06-17 23:41:57 +02:00
Aaron Piotrowski
b3f354472f Update for async-interop merge and other Amp changes 2017-03-16 22:39:49 -05:00
Aaron Piotrowski
97b2d20534 Merge branch 'amp_v2' of https://github.com/amphp/file into amp_v2 2017-01-11 09:55:20 -06:00
Niklas Keller
a26ba1ca1f Change interop namespace 2017-01-11 14:22:06 +01:00
Aaron Piotrowski
78ec5cc634 Merge branch 'master' into amp_v2 2017-01-11 00:05:18 -06:00
Aaron Piotrowski
c6e6c32aaf Drop strict types
Dropping strict types so it is not enforced in callbacks provided by application code.
2016-12-29 20:59:59 -06:00
Aaron Piotrowski
ffb21714e9 Awaitable → Promise 2016-11-14 23:17:19 -06:00
Sergey Gelunenko
76701d6918 recursive mkdir, fix #5 2016-09-28 13:39:24 +03:00
Aaron Piotrowski
a8af5a281d Parallel driver 2016-08-30 14:05:14 -05:00
Aaron Piotrowski
2db21996c6 Use strict types 2016-08-24 00:01:41 -05:00
Aaron Piotrowski
34599943bc More driver functions; add type declarations; code cleanup 2016-08-23 23:55:06 -05:00
Niklas Keller
0577bf7f63 Fix return type docs for open 2016-08-14 20:42:33 +02:00
Aaron Piotrowski
b20530b89e Update for loop registry changes 2016-08-12 10:47:55 -05:00
Bob Weinand
1725c684a0 Upgrade to Amp v2 2016-07-21 01:39:27 +02:00
Niklas Keller
0f47c27ccf Fix #6: Ignore UID / GID @ chown if -1 2015-12-09 21:45:28 +01:00
Daniel Lowrey
ab05daa5a5 Stream file handle support 2015-08-13 10:15:04 -04:00
Daniel Lowrey
27d9dfd466 Updates, new functionality 2015-08-08 10:42:41 -04:00
Bob Weinand
e4c9e44b0e Generate coverage for UvDriver too; fix few phpdocs 2015-08-07 18:03:39 +02:00
Markus Staab
9a036c0775 fixed phpdoc 2015-08-05 16:59:26 +02:00
Daniel Lowrey
130303aeee Transition from Filesystem -> File 2015-08-05 10:55:56 -04:00
Daniel Lowrey
a8c2eb6bef fix instantiation derp 2015-07-31 21:15:53 -04:00
Daniel Lowrey
07e110ac03 renaming 2015-07-30 10:17:41 -04:00
Daniel Lowrey
dcfb210792 Update for amp/1, remove descriptor handles 2015-07-30 09:07:01 -04:00
Daniel Lowrey
7cfb6eb6a8 Add libeio backend support 2015-07-18 12:08:50 -04:00
Daniel Lowrey
b6769f1ef4 retrofit for 5.5 compat 2015-07-17 10:55:38 -04:00
Daniel Lowrey
39de6ea2cf [WIP] initial code commit 2015-07-17 10:10:44 -04:00