AuroraRuntime/Include/Aurora
Reece Wilson 1de0bdb4e7 [*] NT ReadFile: replace GENERIC_READ, FILE_SHARE_READ with GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE
[*] ByteBuffer::IsValid() will now return true if there is no underlying buffer so long as the object is marked with the dynamic scaling flag (no contents isnt an invalid state; alloc failure on construct and ad-hoc failure is. latterly, specify the write flag on failure in the ByteBuffer::Write method.) the alloc error can be safely unwound by state raii helpers bc realloc and frens will not free or dirty the state. write-fail-aware may roll back the write head, like how readers can roll back the read head if the stream is incomplete.
2022-09-23 00:59:08 +01:00
..
Async [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
CmdLine [+] NS readmes 2022-06-12 18:28:51 +01:00
Compression [+] AuCrypto::BCrypt 2022-09-15 20:48:50 +01:00
Console [+] Additional keycodes under UNIX ConsoleTTY 2022-08-13 18:32:14 +01:00
Crypto [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
Data [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
Debug [*] Regression of empty SysPushErrors (fmt now freaks out at this. we can use this over a nullptr. SSO, string pooling, etc, it'll be fine.) 2022-04-03 00:29:20 +01:00
Exit [*] Lite clean up/Refactor 2022-08-20 07:53:48 +01:00
Hashing [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
HWInfo [*] Lite clean up/Refactor 2022-08-20 07:53:48 +01:00
IO [+] AuProtocol: PrependInterceptor[Ex]/AppendInterceptor[Ex] over now removed AddInterceptor[Ex] 2022-09-04 01:18:05 +01:00
Locale [+] Missing external class if iterative/codepoint length locale apis 2022-08-13 06:03:24 +01:00
Logging [+] IPC Logger: Added optional stream frame header (single u32) option 2022-07-05 20:48:33 +01:00
Memory [*] NT ReadFile: replace GENERIC_READ, FILE_SHARE_READ with GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE 2022-09-23 00:59:08 +01:00
Parse [+] AuParse::[Stringify/Parse][U/S]Int[16] class of parse APIs 2022-08-04 14:08:12 +01:00
Process [*] Harden Process Section APIs 2022-08-15 00:41:43 +01:00
Processes [*] Typos and comments 2022-06-29 14:56:59 +01:00
Registry [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
RNG [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
SWInfo [+] NS readmes 2022-06-12 18:28:51 +01:00
Telemetry [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Threading [+] IAuroraThread::UnsafeForceTerminateSignal 2022-08-14 00:32:39 +01:00
Time [+] Initial attempt at parsing Linux VMA space 2022-04-21 00:34:08 +01:00
Utility [+] ConsoleTTY.hpp write cmd history every 10 seconds under sys tick 2022-06-06 22:34:26 +01:00
Runtime.hpp [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00