AuroraRuntime/Source/IO/FS
J Reece Wilson fd0c5b51b2 Further Linux support
[+] Begin work on IO futexes for io release on process/thread exit
[+] Linux ::readdir iteration
[+] AuConsole buffering API
[*] Fix sleep as to not get interrupted by signals
[*] Switch the type of FS lock used under Linux
[*] Linux: Use new IPCHandle encoding scheme
[*] Fix undefined behaviour: unintialized timeout values (AuLoop/Linux)
[*] Fix undefined behaviour: ConsoleTTY clear line was called of a color of a random value on stack
[-] Remainings of std dir iterator
[*] Fix pthread_kill (aka send signal to pthread handle) always kills process. This is what you expect bc signal handler inheritance.
[*] Reformat the build Aurora.json file
[+] Added clang warning ignores to the build file
[*] Fix: UNIX need to use STDOUT_FILENO. Was using CRT handle in place of fd by mistake.
[+] Linux implementation for IO yield (AuIO::IOYield() - UNIX::LinuxOverlappedYield())
[*] Fix: Linux async end of stream processing. res 0 = zero bytes consumed. <= was detecting this as an error of code 0. Should succeed with zero bytes.
[+] Linux LoopQueue missing epilogue hook for the IO processor
[*] Various refactors and minor bug fixes
[*] Linux fix: Handle pipe EOS as zero
[*] Linux fix: thread termination via a user signal of 77. Need a force terminate.
[*] IPC handle: fix improper int to bool cast in the header setup within ToString
[*] Linux fix: HWInfo CPU topology regression
[-] Linux fix: remove SIGABRT handler
[*] Missing override in compression, exit, and consoletty headers.
[+] Unix Syslog logger backend
2022-08-02 05:52:57 +01:00
..
Async.Linux.cpp [*] Linux build errors 2022-06-12 14:53:35 +01:00
Async.Linux.hpp [*] Linux build errors 2022-06-12 14:53:35 +01:00
Async.NT.cpp [*] IOPipeProcessor improvements 2022-07-20 15:10:07 +01:00
Async.NT.hpp [*] Undo fail on pipe broken, restore bytes written = zero behavior for reusable pipes. Will match on Linux. 2022-07-05 04:17:28 +01:00
Async.Unix.cpp [+] Initial HWInfo stat implementations 2021-09-13 21:11:12 +01:00
Async.Unix.hpp [+] Initial HWInfo stat implementations 2021-09-13 21:11:12 +01:00
FileAdvisory.NT.cpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
FileAdvisory.NT.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
FileAdvisory.Unix.cpp Further Linux support 2022-08-02 05:52:57 +01:00
FileAdvisory.Unix.hpp [+] Missing UNIX flock advisory impl 2022-04-13 17:20:23 +01:00
FileStream.Generic.cpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
FileStream.Generic.hpp Major patch [1/2] 2021-09-06 11:58:08 +01:00
FileStream.NT.cpp [*] Beyond dumb fio offset issue 2022-06-06 22:34:49 +01:00
FileStream.NT.hpp [*] Missing stage for MakeTemporary 2022-04-03 00:28:18 +01:00
FileStream.Unix.cpp [+] Optional blocking operations for Linux async file objects 2022-04-17 15:51:37 +01:00
FileStream.Unix.hpp [+] Optional blocking operations for Linux async file objects 2022-04-17 15:51:37 +01:00
FS.cpp [+] Linux Watcher 2022-04-10 16:40:49 +01:00
FS.Generic.cpp [+] AuIOFS::WriteFile should use new memory span 2022-02-20 20:31:18 +00:00
FS.Generic.hpp Major patch [1/2] 2021-09-06 11:58:08 +01:00
FS.hpp Further Linux support 2022-08-02 05:52:57 +01:00
FS.NT.cpp [+] IReadDir 2022-07-23 07:41:47 +01:00
FS.NT.hpp Major patch [1/2] 2021-09-06 11:58:08 +01:00
FS.Unix.cpp Further Linux support 2022-08-02 05:52:57 +01:00
FS.Unix.hpp Major patch [1/2] 2021-09-06 11:58:08 +01:00
Resources.cpp [+] EConanonicalInput::eTab 2022-06-16 02:29:55 +01:00
Resources.hpp Major patch [1/2] 2021-09-06 11:58:08 +01:00
Watcher.Linux.cpp [*] Linux build errors 2022-06-12 14:53:35 +01:00
Watcher.Linux.hpp [*] Update linux file watcher to emit self modify on dir watches upon file state change much like NT 2022-04-13 09:57:28 +01:00
Watcher.NT.cpp [+] EPipeCallbackType 2022-06-21 05:49:36 +01:00
Watcher.NT.hpp [+] Initial hack of a file watcher in NT land 2022-04-03 02:52:25 +01:00