1
0
mirror of https://github.com/danog/file.git synced 2024-11-29 20:09:10 +01:00

Commit Graph

  • a638ea0a4e
    Fix GitHub Actions (#60) Jáchym Toušek 2021-09-07 13:36:40 +0200
  • 03844ce122
    Merge branch 'master' into v3 Aaron Piotrowski 2021-07-13 23:03:53 -0500
  • 17b758986d Fix deprecation warning on PHP 8.1 v2.0.1 Niklas Keller 2021-07-12 22:20:01 +0200
  • 6b7ea38a02
    Use eio-beta in CI (#58) Jáchym Toušek 2021-06-23 20:12:57 +0200
  • 08c651cc58 Fix PHP CS Fixer config v2.0.0 Niklas Keller 2021-06-21 21:35:15 +0200
  • 90f955076c Ignore ext-eio on PHP 8 Niklas Keller 2021-06-21 21:33:16 +0200
  • 36c6f688fc Remove conditional for now Niklas Keller 2021-06-21 21:28:38 +0200
  • 05e2fe33a7 Use ubuntu-20.04 due to conditional Niklas Keller 2021-06-21 21:26:20 +0200
  • 385f0badd2 Install libuv on ubuntu-latest Niklas Keller 2021-06-21 21:16:18 +0200
  • f45eb1177f Try to fix uv on GitHub actions Niklas Keller 2021-06-21 21:11:12 +0200
  • bcc397e482 Migrate to GitHub actions Niklas Keller 2021-06-21 21:08:24 +0200
  • f406950680
    Remove call to eio_init Aaron Piotrowski 2021-05-21 14:23:48 -0500
  • faec49c347
    Update for rename Aaron Piotrowski 2020-12-12 12:47:07 -0600
  • d84e7dec95
    Fix rebase mistake Aaron Piotrowski 2020-11-10 16:27:57 -0600
  • 3e012f9e78
    Refactor for Amp v3 Aaron Piotrowski 2020-10-08 09:23:44 -0500
  • 7abe3d5f27
    Merge pull request #53 from amphp/new-api Niklas Keller 2020-10-21 23:42:09 +0200
  • cfc330afcc Fix code style Niklas Keller 2020-10-21 23:27:24 +0200
  • 9085f447b3 Actually store something in status cache Niklas Keller 2020-10-21 23:23:05 +0200
  • 8ed01f294a Clear stat cache in Fixture Niklas Keller 2020-10-21 23:17:22 +0200
  • 075afe23dd Mark StatusCachingFile constructor as internal Niklas Keller 2020-10-21 22:54:30 +0200
  • 2162e7dc48 Rework stat cache to use a decorator Niklas Keller 2020-10-21 22:52:43 +0200
  • cbfe211760 Fix code style Niklas Keller 2020-10-21 21:29:18 +0200
  • ce982fa29d Fix code style and ParallelDriver Niklas Keller 2020-10-21 21:22:06 +0200
  • 3983198322 Forward global functions to Filesystem Niklas Keller 2020-10-21 21:04:38 +0200
  • ef0c365e27
    Merge branch 'v1.x' Aaron Piotrowski 2020-07-10 11:43:32 -0500
  • 61dc93f8f8
    Update metafiles Aaron Piotrowski 2020-07-10 11:42:50 -0500
  • 701e1c974e
    Forgot Eio tests Aaron Piotrowski 2020-07-06 13:28:39 -0500
  • 1a6558c113
    Pass current loop driver to EioPoll Aaron Piotrowski 2020-07-06 13:27:26 -0500
  • c0bdd0f55b Fix watcher error Niklas Keller 2020-07-01 07:23:23 +0200
  • 06f40308da Make UvPoll depend on passed driver, fix code style Niklas Keller 2020-07-01 06:19:09 +0200
  • 82c1f039ad Fix EioDriverTest Niklas Keller 2020-06-30 21:49:55 +0200
  • 8d949a9eae Redesign Driver API Niklas Keller 2020-06-30 21:45:09 +0200
  • 781eb9c88e Improve method names in Driver Niklas Keller 2020-06-24 22:00:24 +0200
  • 05091744c0 Mark EioPoll and UvPoll as internal Niklas Keller 2020-06-23 23:00:47 +0200
  • ea5e653788 Improve error messages Niklas Keller 2020-06-23 22:58:15 +0200
  • bd6eac7e9c Fix LICENSE date Niklas Keller 2020-06-23 22:44:30 +0200
  • 0ed53c601e
    Make drivers more consistent / reduce driver API (#38) Jáchym Toušek 2020-06-23 22:40:48 +0200
  • f3d47a33ae
    Link to parallel extension instead of pthreads (#48) Jáchym Toušek 2020-05-03 18:59:52 +0200
  • 56c1bacf67 Change if ($fh) to if (is_resource($fh)) Niklas Keller 2020-05-02 11:19:53 +0200
  • 289a723d5e
    Add AsyncFileMutex (#43) Jáchym Toušek 2020-05-02 11:14:21 +0200
  • 01e2a91e34 Add Travis CI job for uv v0.2.2 Niklas Keller 2020-05-02 10:04:59 +0200
  • 6a506de7ad
    Fix UvDriver (#46) Jáchym Toušek 2020-05-02 09:39:57 +0200
  • dbb066aa1d Add branch alias Niklas Keller 2020-04-30 18:09:02 +0200
  • 7dc65ffc03
    Skip usage of EIO_O_FSYNC if undefined (#42) Jáchym Toušek 2020-04-21 18:32:57 +0200
  • 9e8bb4defe
    Use short list syntax (#40) Jáchym Toušek 2020-03-06 21:06:39 +0100
  • 041d8b38b0
    Fix link function (#37) Jáchym Toušek 2020-03-06 21:05:30 +0100
  • 647f0043cb
    Update error handling in BlockingFile Aaron Piotrowski 2020-02-21 13:17:46 -0600
  • 8b4a36802d
    Fix async file test Aaron Piotrowski 2020-02-21 13:12:48 -0600
  • d2dafed3c8
    Update travis build Aaron Piotrowski 2020-02-21 13:06:01 -0600
  • ae97b95e3e
    Support ext-uv 0.3.0 Aaron Piotrowski 2020-02-21 13:05:03 -0600
  • 80cfffa823
    Remove Makefile, replaced with composer scripts Aaron Piotrowski 2019-09-13 22:09:41 -0500
  • 1ca28699c7
    lib → src Aaron Piotrowski 2019-09-13 22:04:47 -0500
  • 6b56ad783e
    Make UvDriver final Aaron Piotrowski 2019-09-13 15:01:42 -0500
  • 55c8f020d7 Do not use the last error if it is null (#33) Daniil Gentili 2019-09-13 21:57:14 +0200
  • 5aecc606b7
    File extends Handle Aaron Piotrowski 2019-09-12 19:24:44 -0500
  • 52f94db519
    Separate File and Handle Aaron Piotrowski 2019-09-12 19:13:28 -0500
  • 28bdce091e
    Rename Handle to File Aaron Piotrowski 2019-08-23 14:47:03 -0500
  • e752d0a55b
    Remove circular references in poll classes Aaron Piotrowski 2019-08-23 14:12:33 -0500
  • 0de3b31101
    Update travis testing versions Aaron Piotrowski 2019-08-23 14:03:16 -0500
  • 660e0068d1
    Refactor tests for AsyncTestCase Aaron Piotrowski 2019-08-23 13:59:26 -0500
  • 6f11e413e9
    Update tests for PHPUnit deprecations Aaron Piotrowski 2019-08-23 13:23:33 -0500
  • 1bce4b075d
    Upgrade to PHP 7.1 and update dependencies Aaron Piotrowski 2019-08-23 13:00:26 -0500
  • 843e1a2442
    Declare classes final Aaron Piotrowski 2019-08-23 10:15:51 -0500
  • a76abf9d56 Improved description lock Daniil Gentili 2019-08-22 23:35:16 +0200
  • 6ecb3934f7 Return Lock Daniil Gentili 2019-08-22 23:33:03 +0200
  • 0b7831d25b Fixes Daniil Gentili 2019-08-22 22:07:07 +0200
  • c81957b3fa Improvements Daniil Gentili 2019-08-22 21:32:07 +0200
  • 0aebb80de0 Add lock function Daniil Gentili 2019-07-15 17:34:40 +0200
  • 388199d955 Merge branch 'master' of https://github.com/danog/file master Daniil Gentili 2019-07-15 16:17:47 +0200
  • afa16cc0e1
    Rename driver() to createDefaultDriver() Aaron Piotrowski 2019-05-30 10:16:32 -0500
  • 654596edeb
    Fix UV writing in append mode Aaron Piotrowski 2019-03-01 10:38:04 -0600
  • 94f772bd7a
    Quiet style fixer Aaron Piotrowski 2019-01-07 11:38:45 -0600
  • 94c3bb631c
    Avoid warning when writing an empty string with eio Aaron Piotrowski 2019-01-07 11:32:42 -0600
  • 1fb69a836a Do not use ternary operator when not needed Daniil Gentili 2018-12-24 13:51:42 +0100
  • 5a69fca406 Do not use the last error if it is null Daniil Gentili 2018-12-24 12:10:57 +0100
  • 8cfe851cd2
    Add truncate() to Handle Aaron Piotrowski 2018-10-28 23:55:11 -0500
  • 25d8ef6e67
    Sort file names in scandir() with eio v0.3.3 Aaron Piotrowski 2018-10-28 09:38:35 -0500
  • 36de5ba892
    Add isSupported() method Aaron Piotrowski 2018-10-28 09:36:23 -0500
  • 04f047aec6
    Fix scandir on empty directory in UvDriver Aaron Piotrowski 2018-10-27 11:35:33 -0500
  • e037235b9b
    Update travis cache directories Aaron Piotrowski 2018-10-27 11:24:06 -0500
  • 76cdea9af7
    Use shared style defintions; update styles Aaron Piotrowski 2018-10-27 10:57:31 -0500
  • 4f54f94358 Return after failing deferred Andrew Mackrodt 2018-07-27 17:01:30 +0100
  • fa9534a038 Fixes EioDriver and UvDriver readlink implementation Andrew Mackrodt 2018-07-16 01:32:59 +0100
  • 3e5da2b245 Fixes invalid stat result in UvDriver Andrew Mackrodt 2018-07-18 06:00:53 +0100
  • 836e0ebb03
    Update to amphp/parallel v1.0 v0.3.2 Aaron Piotrowski 2018-10-27 10:21:18 -0500
  • 08eb379c3c Fix code style ext-async Niklas Keller 2018-07-27 21:00:56 +0200
  • 8ca6eb476b Drop promises Niklas Keller 2018-07-27 21:00:26 +0200
  • cc1d11993e Ignore docs/asset on export Niklas Keller 2018-05-16 22:25:49 +0200
  • 7bb476921b Fix mkdir mode in Driver and implementations (#27) v0.3.1 Manuele Menozzi 2018-03-17 13:24:35 +0100
  • 59d14c779e
    Merge pull request #26 from mmenozzi/mkdir-mode-fix Bob Weinand 2018-03-16 15:22:20 +0100
  • ed5495f084 Fixes wrong mkdir default mode Manuele Menozzi 2018-03-15 18:35:10 +0100
  • 36bb70a95b Disable phpdbg where it segfaults Niklas Keller 2017-12-17 20:56:45 +0100
  • fb58fe8dd5
    Update to amphp/parallel 0.2 v0.3.0 Aaron Piotrowski 2017-12-14 22:36:16 -0600
  • f4c5a623ff
    Fix install order Aaron Piotrowski 2017-12-02 20:15:36 -0600
  • 917aaca671
    Define target platform in composer.json and fix .travis.yml Aaron Piotrowski 2017-12-02 20:06:41 -0600
  • c8163fd735
    Update coveralls package Aaron Piotrowski 2017-11-30 20:08:10 -0600
  • c801d3645a
    Test on 7.2 Aaron Piotrowski 2017-11-30 20:02:03 -0600
  • b67c83752c Add optional time parameters to touch function (#22) eugene kirillov 2017-11-23 04:55:30 +0200
  • 9a375918ae
    Reflect "e" flag changes and mode validation to BlockingDriver Aaron Piotrowski 2017-10-29 23:10:35 -0500
  • 2f42596ac7
    Remove potential duplicate "e" flag Aaron Piotrowski 2017-10-29 22:58:08 -0500