1
0
mirror of https://github.com/danog/file.git synced 2024-12-02 09:17:57 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
c2313ea280
Fix write() truncation with ext-uv and ext-eio (#76) 2023-07-23 20:06:15 +02:00
Niklas Keller
7ac668368d
Turn whence into an enum 2023-02-23 20:30:43 +01:00
Aaron Piotrowski
f4bd0dff96
Declare strict types 2022-12-17 15:52:21 -06:00
Aaron Piotrowski
a86be72957
Fix writable flag if opened in read-only mode 2022-11-20 10:40:40 -06:00
Aaron Piotrowski
91505b49e7
Await pending writes before closing 2022-11-20 10:39:47 -06:00
Niklas Keller
915b666c0a
Add test for read in append mode 2022-09-08 21:05:43 +02:00
Niklas Keller
0c3980004b
Fix tell behavior in blocking implementation for append modes 2022-09-08 21:01:50 +02:00
Niklas Keller
f8af54964f
Remove file truncation with append modes with ext-eio 2022-09-08 20:44:18 +02:00
Niklas Keller
f018099831 Rename atEnd → eof 2022-02-09 01:28:59 +01:00
Niklas Keller
c9e30f5687 Rename Driver → FilesystemDriver 2022-02-08 19:49:16 +01:00
Niklas Keller
c46262eff3 Update for beta changes 2021-12-22 22:54:20 +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
742d9303d0
Use Revolt and update for Amp changes 2021-10-16 00:04:27 -05:00
Aaron Piotrowski
3e012f9e78
Refactor for Amp v3 2020-10-22 00:35:54 -05:00
Niklas Keller
c0bdd0f55b Fix watcher error 2020-07-01 07:23:23 +02: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
Aaron Piotrowski
28bdce091e
Rename Handle to File
Handle interface still provided for backward compatibility.
2019-08-23 14:47:03 -05:00