[TCPIP] Fix bugcheck when using fragmented datagrams
[reactos.git] / sdk / lib /
2021-06-27 Hervé Poussineau[TCPIP] Fix bugcheck when using fragmented datagrams
2021-06-24 He Yang[ATL] Close m_hKey in CRegKey destructor and when attac...
2021-06-21 Jérôme Gardou[TCPIP][IP] Use an ERESOURCE as mutex for address files...
2021-06-11 Victor Perevertkin[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing... 3742/head
2021-06-10 Timo Kreuzer[HIDPARSER] Don't include pshpack1.h before including...
2021-06-09 Katayama Hirofumi MZ[MORE][CONUTILS] Implement missing features of the...
2021-06-05 Mark Jansen[ATL] Implement CString 'operator !='
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-05 Timo Kreuzer[CRT] Implement __C_specific_handler
2021-06-02 Timo Kreuzer[RTL/x64] Implement RtlpCaptureNonVolatileContextPointe...
2021-06-02 Stanislav Motylkov[CRT][ARM] Fix uninitialized variables caught by RTC
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-28 Timo Kreuzer[CRT] Use the asm version of sqrt on amd64
2021-05-25 Hermès Bélusca-Maïto[CONUTILS] Implement ConSetThreadUILanguage() as a...
2021-05-25 Hermès Bélusca-Maïto[CONUTILS][CMD] Add and use a helper ConStdStreamsSetCa...
2021-05-25 Hermès Bélusca-Maïto[CONUTILS] Update some documentation.
2021-05-25 Hervé Poussineau[SMLIB] Implement SmStartCsr and SmStopCsr
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-19 Jérôme Gardou[CMAKE] Allow compiling amd64 port with GCC on Windows
2021-05-08 Mark Jansen[RTL] Implement RtlGetLengthWithoutLastFullDorOrNtPathE...
2021-05-08 Mark Jansen[RTL] Implement RtlpApplyLengthFunction
2021-05-03 Jérôme Gardou[PSEH] Fix use of dummy implementation in C++
2021-05-03 Jérôme Gardou[PSEH] Use dummy PSEH for clang(-cl) amd64 build
2021-05-03 Jérôme Gardou[CRT] Also use alias _rot functions for clang-cl amd64...
2021-04-28 Jérôme Gardou[CRT] Sync tlssup.c with mingw-w64
2021-04-28 Jérôme Gardou[CRT] We never use the mthread library
2021-04-28 Jérôme Gardou[PSEH] Add implementation for GCC amd64
2021-04-28 Jérôme Gardou[CRT] Do not include unneeded PSEH header
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-04-27 Serge Gautherie[CRT] exp2*.c: Add an explicit type for 'TWO' variable
2021-04-09 Jérôme Gardou[CRT] Properly declare rot functions in public headers
2021-04-09 Jérôme Gardou[CRT] Fix rot functions aliases in non-x86 clang builds
2021-04-09 Jérôme Gardou[CRT] Add a generic C version of exp2(f) and use it...
2021-04-09 Jérôme Gardou[PSEH] Each amd64 compiler that we use support SEH
2021-04-09 Victor Perevertkin[CMAKE] Some options are only supported by GCC, don...
2021-03-25 Jérôme Gardou[LIBCNTPR] Fix a typo
2021-03-25 Serge Gautherie[ATL] CWindowImplBaseT::WindowProc(): Narrow 2 ATLASSER...
2021-03-17 Jérôme Gardou[OLDNAMES] Add missing isascii
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-11 Katayama Hirofumi MZ[ATL] Add NULL-check in CWindowImplBaseT::WindowProc...
2021-03-11 Katayama Hirofumi MZ[ATL][SHELL32][EXPLORER] Disable ATLASSERT (#3527)
2021-03-11 Katayama Hirofumi MZ[ATL] Split CWindowImplBaseT::WindowProc asserion
2021-03-10 Serge Gautherie[ATL] CMakeLists.txt: Use a bare endif() (#3523)
2021-03-10 Victor Perevertkin[SDK:KMDF] Populate OsVersionInfo in our static linking...
2021-03-10 Victor Perevertkin[SDK:KMDF] Fix calling convention for the kernel functi...
2021-03-10 Katayama Hirofumi MZ[CMAKE] Define _DEBUG for better ATL debugging (Retry...
2021-03-10 Victor Perevertkin[SDK:DDK] Implement the Auxiliary Kernel-Mode Library
2021-03-09 Jérôme Gardou[CRT] Add CFI annotatiions to memmove function
2021-03-03 Jérôme Gardou[SDK:RTL] Statically initialize RtlCriticalSectionList
2021-03-03 Jérôme Gardou[CMAKE] Explicitly declare libcntpr as a static lib
2021-03-03 Serge Gautherie[CMAKE] target_compile_definitions() calls: Remove...
2021-03-02 Serge Gautherie[RTL_VISTA] CMakeLists.txt: Fix 'rtl' copypasta (#3489)
2021-03-02 Katayama Hirofumi MZ[SDK][ATL] Fix CWindow::GetWindowText method of BSTR...
2021-02-28 Katayama Hirofumi MZ[SDK][ATL] Implement UnsubclassWindow methods (#3492)
2021-02-01 Hervé Poussineau[CRT/x64] Correctly implement fabs for GCC
2021-02-01 Hervé Poussineau[PSEH] Fix test on non-existent variable, so GCC x64...
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
2021-01-28 Hervé Poussineau[PSEH] When using GCC x64, use native SEH support inste...
2021-01-28 Hervé Poussineau[ASM x64] Make UNIMPLEMENTED macro self-suffisant
2021-01-21 Jérôme Gardou[MSVCRTEX] Do not include _CI* math functions
2021-01-15 Mark Jansen[CMAKE] Fix MSVC configuring
2021-01-07 Hervé Poussineau[CRT/x64] Make _fpreset/_logb public, as they are expor...
2021-01-07 Hervé Poussineau[CRT/x64] Disable MSVCRT__setjmp function, which refere...
2021-01-05 Hervé Poussineau[CRT] Fix hack for GCC x64, when CRT is linking against...
2021-01-05 Jérôme Gardou[CMAKE] Fix GCC -fstack-protector usage
2020-12-30 Jérôme Gardou[CRT] Fix _onexit
2020-12-30 Jérôme Gardou[CRT] Do not call atexit at process initialization
2020-12-30 Jérôme Gardou[CRT] Format source a bit.
2020-12-28 Jérôme Gardou[CMAKE] Turn import libs into regular C static libs
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-11-22 Hermès Bélusca-Maïto[FSLIB][FMIFS][AUTOCHK][SETUPLIB] Use more Windows...
2020-11-22 Hermès Bélusca-Maïto[BTRFSLIB] Reduce the diff with upstream, and fix a...
2020-11-16 Jérôme Gardou[ATL] Declare pointer as return type for functions...
2020-11-16 Jérôme Gardou[CRT] Use ASM aliases for CLang builds
2020-11-16 Jérôme Gardou[MSVCRTEX] Add some floating point functions for CLang...
2020-11-04 Victor Perevertkin[WDF] Enable Resource and Interrupt APIs
2020-11-02 Victor Perevertkin[WDF] Fix KMDF so it can compile with ReactOS SDK 3234/head
2020-11-02 Victor Perevertkin[WDF] Add Windows Driver Framework files
2020-11-01 Timo Kreuzer[CRT] Remove duplicated atexit/onexit code
2020-10-22 Jérôme Gardou[CMAKE] Use an INTERFACE library to perform the msvcrt...
2020-10-20 Jérôme GardouApply suggestions from code review
next