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

33 Commits

Author SHA1 Message Date
Bob Weinand
cf7a966900 Fix #11 - use 0666 default permissions and rely on umask() 2016-10-03 12:17:05 +02:00
Bob Weinand
6612ae6757 EioDriver and UvDriver did not pass O_TRUNC in file\put
Also prepare tag 0.1.3
2016-10-01 18:43:52 +01:00
Sergey Gelunenko
ada86677c9 replace slashes to DS 2016-09-28 15:18:05 +03:00
Sergey Gelunenko
058ef8b563 add default value 2016-09-28 15:15:12 +03:00
Sergey Gelunenko
76701d6918 recursive mkdir, fix #5 2016-09-28 13:39:24 +03:00
Niklas Keller
0577bf7f63 Fix return type docs for open 2016-08-14 20:42:33 +02:00
Niklas Keller
7e04d6bade Replace all RuntimeExceptions with FilesystemExceptions 2016-03-24 18:31:44 +01:00
Bob Weinand
cb3b8e536b Fix read lengths (bugfix in php-uv)
Also prepare tag 0.1.1
2016-02-08 02:02:23 +01:00
Niklas Keller
0f47c27ccf Fix #6: Ignore UID / GID @ chown if -1 2015-12-09 21:45:28 +01:00
Niklas Keller
f84da4651d Fix clearstatcache signature 2015-10-25 02:50:30 +01:00
Bob Weinand
ef27c46ac8 Fix handle failures and always clear StatCache when necessary 2015-09-11 00:40:33 +02:00
Bob Weinand
846f7ef22f Fix imports 2015-09-11 00:28:19 +02:00
Daniel Lowrey
25110da3e5 Invalidate cache entries when files/dirs are deleted 2015-09-09 09:19:40 -04:00
Daniel Lowrey
498022983e Fix stat cache derps 2015-08-29 07:34:36 -04:00
Daniel Lowrey
8be0e9d8e7 remove superfluous semi-colons 2015-08-13 11:31:28 -04:00
Daniel Lowrey
ab05daa5a5 Stream file handle support 2015-08-13 10:15:04 -04:00
Daniel Lowrey
e5ba3490f8 Prevent eio SIGPIPE in stream_select() environments 2015-08-10 12:23:58 -04:00
Bob Weinand
8f1aaf344a Do not skip scandir test (bug fixed in php-uv repo)
Fix Exception type
2015-08-08 16:53:40 +02: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
aef9f088e8 ignore uv coverage information since we can't test it on travis yet 2015-07-22 13:55:04 -04:00
Daniel Lowrey
2fd53c6d89 misc updated 2015-07-19 09:24:52 -04:00
Daniel Lowrey
06b6353e8b eio isfile update 2015-07-18 16:46:02 -04:00
Daniel Lowrey
7f4fd9df46 Add Filesystem::touch() 2015-07-18 14:53:46 -04:00
Daniel Lowrey
7cfb6eb6a8 Add libeio backend support 2015-07-18 12:08:50 -04:00
Daniel Lowrey
03806a5358 5.5+ yield compat 2015-07-18 12:08:34 -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