.. |
Async
|
[*] Refactor some APIs to use string views instead of strings
|
2024-09-24 18:59:54 +01: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
|
[*] QOL / Hardening / Optimizations / Bug fixes
|
2024-10-02 00:47:44 +01:00 |
Console
|
[*] Clean up RuntimeConfig.hpp
|
2024-11-08 04:28:58 +00:00 |
Crypto
|
[+] ICertificateStore::RemoveCertificate
|
2024-11-18 23:19:43 +00:00 |
Debug
|
[*] Refactor some APIs to use string views instead of strings
|
2024-09-24 18:59:54 +01: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
|
[*] Refactor CpuLoadSampler -> ProcessLoadSampler to disambiguate the object from CoreLoadSamplerImpl
|
2024-11-16 15:23:41 +00:00 |
IO
|
[*] POSIX security: let the execute/special bit override ADS blocks. Not that is matters, because modern Google bitched out of supporting Linux quarantine and FireFox devs are incompetent
|
2024-11-18 17:06:17 +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
|
[+] AU_LOCK_GLOBAL_GUARD
|
2024-09-09 03:46:38 +01:00 |
Memory
|
[+] AuMemory::Heap adapters for third party heap allocators
|
2024-07-19 09:06:56 +01: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
|
[*] Some WTF
|
2024-10-12 16:30:12 +01:00 |
Processes
|
[*] NT security: do not contaminate the caller thread of AuProcesses with user-switching elevation.
|
2024-11-18 21:29:04 +00:00 |
Registry
|
[*] Build regression
|
2024-07-16 00:54:07 +01:00 |
RNG
|
[+] IRandomDevice::XXX has VecD variants
|
2024-09-05 22:50:02 +01: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
|
[+] Aurora::Threading::EWaitMethod::eAnd
|
2024-11-14 21:13:13 +00:00 |
Time
|
[*] Minor tweaks + more not-so-lazy loads in case of uwp
|
2024-04-10 00:09:21 +01: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
|
[*] Some WTF
|
2024-10-12 16:30:12 +01:00 |
AuProcAddresses.Linux.hpp
|
[+] ILoopSource::IsSignaledExt(...)
|
2024-09-07 22:45:34 +01: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
|
[+] PosixFDYeetus()
|
2024-04-14 19:48:40 +01:00 |
AuProcAddresses.UNIX.hpp
|
[+] PosixFDYeetus()
|
2024-04-14 19:48:40 +01: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 |