Martin Fouilleul
|
28e0a6c88e
|
Add tag to io_op enum, for debugging convenience
|
2023-06-23 17:24:18 +02:00 |
Martin Fouilleul
|
a64c86ca4e
|
[io, test] Added more file io tests
|
2023-06-16 11:57:53 +02:00 |
martinfouilleul
|
c71da9e761
|
[io, win32] separate 'raw io' primitives from the io_open_restrict() implementation
|
2023-06-14 19:41:51 +02:00 |
Martin Fouilleul
|
0bd985efbc
|
[io] restrict rights of files open with file_open_at to the rights of the directory handle
|
2023-06-13 15:56:19 +02:00 |
Martin Fouilleul
|
b147aed85c
|
- Added tests for sandboxing file io with file_open_at() and FILE_OPEN_RESTRICT
- Fixed bug in io_open_restrict() that closed the dir file descriptor, making it impossible to use it in subsequent calls.
|
2023-06-12 18:04:59 +02:00 |
Martin Fouilleul
|
c041b212ab
|
[io] removed IO_OP_POS, wrap IO_OP_SEEK with offset 0 and flag FILE_SEEK_CURRENT instead
|
2023-05-31 11:38:17 +02:00 |
martinfouilleul
|
3667ab30e0
|
[win32, io, wip] add win32 io impl. for open/close/seek/read/write
|
2023-05-26 16:03:23 +02:00 |
Martin Fouilleul
|
41b6128a35
|
[io] testing abstracted io
|
2023-05-26 11:40:00 +02:00 |
Martin Fouilleul
|
c75661cfc9
|
[io] abstract file io API, using a request/completion model ala io_uring (w/ only synchronous completion for now), and per-platform backend
|
2023-05-25 20:08:38 +02:00 |