Revert "[SHELL32] SHChangeNotify: Use tree for CDirectoryList (#6784)" (#6800)
[reactos.git] / sdk / lib / rtl /
10 days ago Timo Kreuzer[RTL/x64] Implement RtlRaiseException in asm
11 days ago Timo Kreuzer[RTL/x64] Handle STATUS_UNWIND_CONSOLIDATE in RtlRestor...
2024-04-05 Timo Kreuzer[RTL/x64] Remove an ASSERT in RtlpTryToUnwindEpilog
2024-03-19 Timo Kreuzer[RTL/x64] Fix a GCC compiler warning
2023-12-23 Ratin Gao[REACTOS] Fix typos (#6198)
2023-12-17 Mark Jansen[RTL] Implement RtlGetProcessHeaps
2023-12-16 Timo Kreuzer[NTDLL] Initialize keyed event for condition variables
2023-11-15 Ratin Gao[NTDLL:LDR] Little fixes about SAL annotation and behav...
2023-09-26 Timo Kreuzer[RTL] Improve usage of absolte vs self-relative securit...
2023-09-21 Hermès Bélusca-Maïto[RTL] Satisfy the RtlpTimeoutDisable condition when...
2023-09-21 Hermès Bélusca-Maïto[NTDLL][RTL] Move RtlpTimeoutDisable definition to...
2023-09-21 Hermès Bélusca-Maïto[NTDLL][RTL] Fix english typo in (internal) function...
2023-09-20 Jose Carlos Jesus[SDK:RTL] RtlpCallQueryRegistryRoutine(): Correctly...
2023-09-07 Timo Kreuzer[RTL][NTDLL] Implement and export RtlInitializeCritical...
2023-09-06 Ratin Gao[KERNEL32][RTL] Implement One-Time initialization API...
2023-08-22 George Bișoc[SDK:RTL] Fix the ACE revision check in RtlpAddKnownObj...
2023-08-22 George Bișoc[SDK:RTL] Implement object type ACE validation checks
2023-08-22 Andriy Shevchenko[REACTOS] Fix typos in comments (#5591)
2023-08-19 Timo Kreuzer[RTL][NTDLL] Implement and export RtlCompareUnicodeStrings
2023-08-11 Timo Kreuzer[NTDLL] Fix some vista exports
2023-07-05 Katayama Hirofumi MZ[RTL][ADVAPI32_APITEST] RtlIsTextUnicode: Don't change...
2023-06-04 Hermès Bélusca-MaïtoFix typo "managment" -> "management" in our codebase...
2023-01-06 Hermès Bélusca-Maïto[KERNEL32][NTOS:PS][RTL] Cleanup some DbgPrompt() calls.
2022-11-26 Hermès Bélusca-Maïto[NDK] Fix description for PIO_APC_ROUTINE.
2022-11-24 Timo Kreuzer[RTL] Implement RtlUnwind
2022-11-24 Timo Kreuzer[RTL] Set unwind flags in RtlUnwindEx
2022-11-24 Timo Kreuzer[RTL] Fixes for RtlpUnwindInternal
2022-11-24 Timo Kreuzer[RTL] Fix RtlVirtualUnwind
2022-11-24 Timo Kreuzer[RTL] Fix RtlpCaptureNonVolatileContextPointers
2022-11-24 Timo Kreuzer[RTL] Implement x64 version of RtlInterlockedPushListSList
2022-11-03 Hermès Bélusca-Maïto[RTL] RtlDefaultNpAcl(): Don't hardcode SidBuffer size...
2022-11-01 Mark Jansen[RTL] Use RtlApplicationVerifierStop for DPH 4804/head
2022-10-05 Ratin Gao[RTL][NTDLL_APITEST] Implement RtlRemovePrivileges...
2022-08-22 Timo Kreuzer[NTOS][RTL] Initialize MxCsr where missing
2022-07-14 Timo Kreuzer[NTOS:KE/x64] Handle user faults in KiGeneralProtection...
2022-06-25 Timo Kreuzer[RTL] Implement dynamic function tables for x64
2022-05-26 Victor Perevertkin[CMAKE] Elimitate the use of GCC and CLANG variables
2022-04-07 Hermès Bélusca-Maïto[BOOT][SDK:RTL] Compile a reduced RTL library for FreeL...
2022-04-07 Hermès Bélusca-Maïto[SDK:RTL] Minimal formatting for NLS functions + Remove...
2022-04-03 Hermès Bélusca-Maïto[RTL][NTOS_VISTA] Move the RTL UTF8 functions to the... 4406/head
2022-03-25 Hermès Bélusca-Maïto[SDK:RTL] Consistently use the Allocate/FreeStringMemor...
2022-03-25 Hermès Bélusca-Maïto[SDK:RTL] Don't copy-paste rtl.h into rtl_vista.h;...
2022-03-25 Hermès Bélusca-Maïto[SDK:RTL] Place source files in alphabetical order...
2022-02-03 Serge Gautherie[NDK][NTDLL][RTL] RtlCreateTagHeap(): Fix types and...
2021-09-13 Hermès Bélusca-Maïto[REACTOS] Fix some instances of DPRINTs with trailing...
2021-08-16 Kento Oki[RTL/x64] Fix a typo RtplUnwindInternal -> RtlpUnwindIn...
2021-08-15 Victor Perevertkin[FREELDR][NTOS][HALPPC][SDK] Remove PowerPC code 3888/head
2021-07-03 Timo Kreuzer[RTL/x64] Properly handle UNW_FLAG_CHAININFO
2021-06-28 Jérôme Gardou[SDK] Add GCC overrides for SAL annotations
2021-06-28 Jérôme Gardou[RTL] In RtlReleasePrivilege, raise exception if restor...
2021-06-28 Jérôme Gardou[RTL] When taking system volume ownership, assert that...
2021-06-28 Jérôme Gardou[RTL] Check and cascade down RtlGUIDFromString value
2021-06-11 Victor Perevertkin[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing... 3742/head
2021-06-05 Timo Kreuzer[RTL] Fix RtlWalkFrameChain and wrap it in SEH
2021-06-05 Timo Kreuzer[RTL] Simplify RtlRaiseException
2021-06-05 Timo Kreuzer[RTL] Implement RtplUnwindInternal and wrap RtlUnwindEx...
2021-06-05 Timo Kreuzer[RTL] Improve RtlVirtualUnwind
2021-06-05 Timo Kreuzer[RTL] Move exception handling code to except.c
2021-06-05 Timo Kreuzer[RTL] Improve / fix the SList code
2021-06-02 Timo Kreuzer[RTL/x64] Implement RtlpCaptureNonVolatileContextPointe...
2021-05-29 Timo Kreuzer[RTL/x64] Implement RtlRestoreContext
2021-05-29 Timo Kreuzer[RTL/x64] Improve RtlCaptureContext
2021-05-29 Timo Kreuzer[RTL/x64] Improve RtlInitializeContext
2021-05-22 Mark Jansen[RTL][KERNEL32] Move the STUB printing code to a place...
2021-05-19 Jérôme Gardou[RTL] SAL-annotate RtlUnicodeStringToCountedOemString
2021-05-19 Jérôme Gardou[RTL] Properly truncate 8dot3 names when using a MultiB...
2021-05-19 Jérôme Gardou[RTL] Fix RtlIsValidOemCharacter implementation for...
2021-05-19 Jérôme Gardou[RTL] Properly implement RtlUnicodeToOemN
2021-05-08 Mark Jansen[RTL] Implement RtlGetLengthWithoutLastFullDorOrNtPathE...
2021-05-08 Mark Jansen[RTL] Implement RtlpApplyLengthFunction
2021-04-28 Jérôme Gardou[REACTOS] Explicitly link against pseh & include pseh...
2021-04-28 Jérôme Gardou[RTL] Use addressing relative to rip
2021-03-16 Jérôme Gardou[RTL] Improve performance by introducing a hint array...
2021-03-16 Jérôme Gardou[SDK:RTL] Track the end of uncommitted ranges thanks...
2021-03-03 Jérôme Gardou[SDK:RTL] Statically initialize RtlCriticalSectionList
2021-03-02 Serge Gautherie[RTL_VISTA] CMakeLists.txt: Fix 'rtl' copypasta (#3489)
2021-02-01 Jérôme Gardou[RTL] Fix a typo & remove useless cast
2021-01-29 Jérôme Gardou[RTL] Implement RtlTryAcquireSRWLockExclusive & RtlTryA...
2021-01-29 Jérôme Gardou[RTL] Do not mess with critical section lock when there...
2021-01-29 Jérôme Gardou[RTL] Fix heap usage flags
2020-12-17 Joachim Henze[RTL] Fix build on MSVC bots part 2
2020-12-17 Joachim Henze[RDBSSLIB][RTL] Fix build on MSVC bots
2020-12-17 Joachim Henze[APISETS][RDBSSLIB][RTL] Fix some build issues for...
2020-12-06 Timo Kreuzer[RTL] Fix RtlImageDirectoryEntryToData to support both...
2020-09-20 Timo Kreuzer[NTOS:PS] On x64 don't fail in NtSetInformationProcess...
2020-09-20 William Kent[RTL] Add code to SxS manifest parser to parse XML...
2020-09-12 Timo Kreuzer[KERNEL32_VISTA][NTDLL_VISTA][RTL_VISTA] Move Vista...
2020-08-16 Thomas Faber[RTL] Allow RtlGetNextRange to be called on a finished...
2020-06-14 Thomas Faber[RTL] Use LastEntryInSegment to speed up RtlpFindAndCom... 2319/head
2020-06-14 Thomas Faber[RTL] Add and populate LastEntryInSegment. CORE-14588
2020-06-14 Thomas Faber[RTL] Create a define for the common members of HEAP...
2020-06-06 Thomas Faber[RTL] Add FPO information to RtlpExecuteHandler. CORE...
2020-06-04 Serge Gautherie[SDK:RTL] RtlValidAcl(): Improve ACL error messages...
2020-04-26 Mark Jansen[RTL] Implement LdrpRecordUnloadEvent 2573/head
2020-04-26 Mark Jansen[RTL] Partially implement RtlCreateQueryDebugBuffer...
2020-04-24 Katayama Hirofumi MZ[SDK][RTL][NTDLL_APITEST] Add RtlMultipleAllocateHeap...
2020-03-29 Mark Jansen[RTL] Introduce RtlpImageNtHeader, 2476/head
2020-02-09 Oleg Dubinskiy[NDK][RTL] Implement RtlGetUnloadEventTrace. CORE-16671 2297/head
2020-01-03 Timo Kreuzer[RTL][NTDLL] Add some function stubs
2020-01-03 Timo Kreuzer[NDK][XDK][RTL] Fix definition of RtlFillMemoryUlong...
next