.. |
Async.Linux.cpp
|
[+] Near 1:1 Linux IPC Pipe compared to the NT equivalent (~= CreateNamedPipeA(nMaxInstances=1, dwOpenMode=PIPE_ACCESS_DUPLEX, dwPipeMode=PIPE_TYPE_BYTE))
|
2022-08-09 07:48:29 +01:00 |
Async.Linux.hpp
|
[+] Near 1:1 Linux IPC Pipe compared to the NT equivalent (~= CreateNamedPipeA(nMaxInstances=1, dwOpenMode=PIPE_ACCESS_DUPLEX, dwPipeMode=PIPE_TYPE_BYTE))
|
2022-08-09 07:48:29 +01:00 |
Async.NT.cpp
|
[*] NT bug fix: pipe breakages were occurring as a non-block instant readfileex operation, and didn't simulate an async read 0 success.
|
2022-08-08 16:32:45 +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
|
[+] AuParse::[Stringify/Parse][U/S]Int[16] class of parse APIs
|
2022-08-04 14:08: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
|
[+] IProcessSectionMapView
|
2022-08-10 10:50:49 +01:00 |
FileStream.NT.hpp
|
[+] IProcessSectionMapView
|
2022-08-10 10:50:49 +01:00 |
FileStream.Unix.cpp
|
[+] IProcessSectionMapView
|
2022-08-10 10:50:49 +01:00 |
FileStream.Unix.hpp
|
[+] IProcessSectionMapView
|
2022-08-10 10:50:49 +01:00 |
FS.cpp
|
[*] Clean up of include headers
|
2022-08-02 05:58:00 +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 |