1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
Commit Graph

178 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
c822717106 Tabs <3 2016-10-01 19:28:30 +01: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
Aaron Piotrowski
a8af5a281d Parallel driver 2016-08-30 14:05:14 -05:00
Aaron Piotrowski
6eeeeacab2 Update branch aliases 2016-08-24 11:02:28 -05:00
Aaron Piotrowski
89657620dd Fix EioDriver::touch(); use static function for watcher 2016-08-24 01:21:14 -05:00
Aaron Piotrowski
226e196f29 Always provide priorities to eio functions 2016-08-24 00:31:56 -05:00
Aaron Piotrowski
7e54aa20ea Fix EioDriver::chown() prototype 2016-08-24 00:01:55 -05:00
Aaron Piotrowski
2db21996c6 Use strict types 2016-08-24 00:01:41 -05:00
Aaron Piotrowski
06c2707c1f Update travis build 2016-08-23 23:58:25 -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
Niklas Keller
19d28484e8 Update php-cs-fixer dependency to friendsofphp 2016-07-23 09:42:51 +02:00
Bob Weinand
1725c684a0 Upgrade to Amp v2 2016-07-21 01:39:27 +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
Bob Weinand
11d8c79db4 Merge pull request #7 from amphp/patch-chown-ignore
Fix #6: Ignore UID / GID @ chown if -1
2015-12-09 21:59:25 +01:00
Niklas Keller
0f47c27ccf Fix #6: Ignore UID / GID @ chown if -1 2015-12-09 21:45:28 +01:00
Bob Weinand
fe2387bb21 Merge pull request #4 from kelunik/statcache
Fix clearstatcache signature
2015-10-25 14:39:08 +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
4bda31dd5f Merge pull request #2 from kelunik/patch-1
Fix composer.json
2015-08-14 08:40:58 -04:00
Niklas Keller
3069b4b3dd Fix composer.json 2015-08-14 07:13:51 +02: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
Daniel Lowrey
3f1127506c use amp1 2015-08-08 11:58:39 -04:00
Daniel Lowrey
03a778bfb4 remove test timeout 2015-08-08 11:46:34 -04:00
Daniel Lowrey
0db4dcaadf fix travis 2015-08-08 11:38:04 -04:00
Daniel Lowrey
5ac601dd88 add test timeouts to figure out why travis build hangs 2015-08-08 11:21:50 -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
231b480ac0 Do not skip scandir test (bug fixed in php-uv repo) 2015-08-07 18:26:01 +02:00
Bob Weinand
e4c9e44b0e Generate coverage for UvDriver too; fix few phpdocs 2015-08-07 18:03:39 +02:00
Bob Weinand
d3517cb7d7 Add PHP 7 coverage 2015-08-07 17:56:04 +02:00
Daniel Lowrey
f04447152d Merge pull request #1 from staabm/patch-1
fixed phpdoc
2015-08-05 11:04:46 -04: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
30e4cbc62a move coveralls integration into .travis.yml 2015-08-02 16:05:03 -04:00
Daniel Lowrey
a8c2eb6bef fix instantiation derp 2015-07-31 21:15:53 -04:00
Daniel Lowrey
2ed5bae230 fix bad func name references 2015-07-31 21:09:58 -04:00
Daniel Lowrey
2ba3d873e1 update composer.json 2015-07-31 21:04:58 -04:00
Daniel Lowrey
07e110ac03 renaming 2015-07-30 10:17:41 -04:00