.. |
Async
|
[*] Asyncs network interface singleton should be per group or pool
|
2024-12-07 20:24:26 +00:00 |
CmdLine
|
[*] AuCmdLine::GetValue(...) (both variants) refactored to use views to help with future stability issues around AuStrings (and their allocator?)
|
2024-09-27 22:46:50 +01:00 |
Compression
|
[*] Begin the deprecation of ByteBuffer::Read/Write(memory view) due to ambiguities. Will reintroduce later to match non-pod behaviour of ::Read[Tagged] and Write[Tagged]
|
2024-12-11 00:34:27 +00:00 |
Console
|
[*] Console build regression in previous commit ba3c2f64
|
2024-12-11 23:31:01 +00:00 |
Crypto
|
[*] Begin the deprecation of ByteBuffer::Read/Write(memory view) due to ambiguities. Will reintroduce later to match non-pod behaviour of ::Read[Tagged] and Write[Tagged]
|
2024-12-11 00:34:27 +00:00 |
Debug
|
[*] Partially remove WOA_STRICTER_FIFO (its not ready yet) and fix debug crash
|
2024-11-24 15:21:57 +00:00 |
Exit
|
[+] AU_LOCK_GLOBAL_GUARD
|
2024-09-09 03:46:38 +01:00 |
Extensions
|
[*] Updated LibTomCrypt
|
2024-02-19 09:16:40 +00:00 |
Grug
|
[+] AU_LOCK_GLOBAL_GUARD
|
2024-09-09 03:46:38 +01:00 |
Hashing
|
[+] AuHashing::Whirlpool
|
2024-02-18 17:53:37 +00:00 |
HWInfo
|
[*] move kGetByPartID / kSetByImpl for different arm oses
|
2024-12-19 01:49:34 +00:00 |
IO
|
[*] regression: maybe taking a view reference wasnt such a smart idea
|
2024-12-13 06:38:41 +00:00 |
Locale
|
[*] Prevent SysPanic/SysAsserts under Windows Vista and beta builds of Windows 7 during locale lookup. This shouldn't impact Windows XP. Perhaps Winserver 2003, beta 7, and other releases of older Windows could crash on start up.
|
2024-05-13 21:57:00 +01:00 |
Logging
|
[*] Begin the deprecation of ByteBuffer::Read/Write(memory view) due to ambiguities. Will reintroduce later to match non-pod behaviour of ::Read[Tagged] and Write[Tagged]
|
2024-12-11 00:34:27 +00:00 |
Memory
|
[+] _ZReallocEx/_FReallocEx implementation for the default heap
|
2024-12-05 18:32:01 +00:00 |
Parse
|
[*] Fix: AuParse parse ints should fail on an empty/null/0-length range instead of parsing nothing and returning true
|
2024-08-01 11:41:07 +01:00 |
Process
|
[*] Added string store container to NamedMapRequest
|
2024-12-10 02:33:44 +00:00 |
Processes
|
[+] Arg0 to AuProcesses::StartupParameters::posixApplySandboxCOW, and return bool to fail.
|
2024-12-14 19:39:15 +00:00 |
Registry
|
[*] Build regression
|
2024-07-16 00:54:07 +01:00 |
RNG
|
[*] Refactor the rest of AuRNG to use memory view references to harden the ABI and to prevent redundant memory view control block copies as we traverse the stack
|
2024-12-01 09:20:07 +00:00 |
SWInfo
|
[*] Linux build regressions, and shrink the size of Linux RWLocks to 48 bytes from 64
|
2024-05-07 14:57:19 +01:00 |
Telemetry
|
[*] Linux has a pulse...
|
2022-04-06 02:24:38 +01:00 |
Threading
|
[*] Fix: clang build regressions in WakeOnAddress and the added AuSmallCondVar
|
2024-12-14 19:35:47 +00:00 |
Time
|
[*] Nothing to see here
|
2024-11-23 04:00:09 +00:00 |
Alloc.cpp
|
Readded C++17 allocators
|
2021-06-28 00:12:17 +01:00 |
AuCrypto.cpp
|
[*] Updated registered LTC digest indices
|
2024-03-03 03:26:01 +00:00 |
AuCrypto.hpp
|
[*] Updated registered LTC digest indices
|
2024-03-03 03:26:01 +00:00 |
AuProcAddresses.cpp
|
[*] Fix major heap regression [rebase]
|
2024-03-20 12:01:18 +00:00 |
AuProcAddresses.hpp
|
[*] Rejuvenate AuMemory::SwapLock
|
2024-04-09 22:29:11 +01:00 |
AuProcAddresses.Linux.cpp
|
[*] Nothing to see here
|
2024-11-23 04:00:09 +00:00 |
AuProcAddresses.Linux.hpp
|
[*] Nothing to see here
|
2024-11-23 04:00:09 +00:00 |
AuProcAddresses.NT.cpp
|
[+] AuProcesses::RevealInDirectory(...)
|
2024-11-17 15:48:24 +00:00 |
AuProcAddresses.NT.hpp
|
[+] AuProcesses::RevealInDirectory(...)
|
2024-11-17 15:48:24 +00:00 |
AuProcAddresses.UNIX.cpp
|
[*] Nothing to see here
|
2024-11-23 04:00:09 +00:00 |
AuProcAddresses.UNIX.hpp
|
[*] Nothing to see here
|
2024-11-23 04:00:09 +00:00 |
AuRTEntrypoint.cpp
|
[+] AuCrypto::CA::ICertificateStore
|
2024-10-16 02:07:24 +01:00 |
RuntimeInternal.hpp
|
[+] Secret visible symbol: Aurora::Win32Open/AuWin32Open
|
2023-09-13 15:35:09 +01:00 |