Allow files other than C to be included in the projects
[reactos.git] / reactos / lib / kernel32 /
2005-12-31 James TaborClose bug 1223.
2005-12-29 Brandon TurnerUse only NtCreateKey and better suited access rights.
2005-12-29 Brandon TurnerCorrectly open the registry when using MOVEFILE_DELAY_U...
2005-12-29 Alex IonescuFix kernel-mode executive atom implementation (mostly...
2005-12-19 Gé van Geldorp/me loves Raymond
2005-12-18 Gé van GeldorpDetach GUI process from console
2005-12-17 Thomas Bluemelfixed the definition of RtlDosPathNameToNtPathName_U
2005-12-17 Filip NavaraTip of the day: Never let a sick person code.
2005-12-17 Filip NavaraFix a handle leak.
2005-12-17 Filip NavaraFix a cut & paste error.
2005-12-17 Filip NavaraMinor cleanup of GetVolumeNameForVolumeMountPointW...
2005-12-17 Filip NavaraFix bunch of bugs in GetVolumeNameForVolumeMountPointW...
2005-12-17 Filip NavaraImplementation of GetVolumeNameForVolumeMountPointW...
2005-12-12 KJK::Hyperion - Replaced horribly broken implementation of CreateSym...
2005-12-12 Christoph von Wittichcorrect implementation of VerLanguageNameA/W
2005-12-12 Christoph von Wittichbetter stubs for VerLanguageNameA/W (untested)
2005-12-11 Christoph von Wittichbetter GetSystemPowerStatus stub
2005-12-11 Filip NavaraRevert r20089, thanks SVN for not a nice conflict resol...
2005-12-11 Filip NavaraCheck for failed allocation in GetNamedPipeHandleStateA.
2005-12-11 Thomas Bluemelfixed some missing NULL checks, reported by M Bealby...
2005-12-11 Thomas Bluemelfixed some missing NULL checks, reported by M Bealby...
2005-12-11 Thomas Bluemelfixed converting the unicode string back to ansi in...
2005-12-11 Brandon TurnerMake sure buffer isnt NULL. fixes bug 1102.
2005-12-11 Brandon TurnerSpell it right. :rolleyes:
2005-12-11 Brandon TurnerCheck to make sure pointer isnt null after allocation...
2005-12-10 Thomas Bluemelfixed calls to NtDuplicateObject
2005-12-09 Filip NavaraFix a Mach-O magic check. Spotted by mbealby@gmail...
2005-12-09 Filip NavaraFix a buffer overflow in OutputDebugStringA. Spotted...
2005-12-08 Gé van GeldorpStrings with different lengths are not equal
2005-12-08 Alex Ionescu- Allow TLS usage for 1088 TLS slots, fixes part of...
2005-12-05 Thomas Bluemelfixed SetHandleInformation to take dwMask into account...
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-28 Gé van GeldorpFix the fix to RtlFindMessage
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-25 Casper HornstrupSpeedup compilation of kernel32
2005-11-23 Hartmut BirrFixed FormatMessageA/W.
2005-11-23 Hartmut BirrRemoved some escape sequences from the command line...
2005-11-22 Hervé PoussineauFix sublanguage IDs in .rc files:
2005-11-22 Alex Ionescu- Fix inclusion of deleted file.
2005-11-22 Filip NavaraFix a typo.
2005-11-22 Alex Ionescu- Remove usage of STATIC, and use static in the right...
2005-11-21 James TaborRemoved ActCtx.c.
2005-11-21 James TaborRename file.
2005-11-21 Christoph von Wittichimplemented CreateActCtxA, FindActCtxSectionStringA
2005-11-21 Christoph von Wittichadded stubs for Wow64DisableWow64FsRedirection, Wow64Re...
2005-11-20 Alex Ionescu- Update NDK with proper (when possible) RTL structure...
2005-11-20 Casper HornstrupMove CreateFile test
2005-11-20 Casper HornstrupAdd missing stubs
2005-11-19 Filip NavaraUncomment MAC code page and font signature locale strings.
2005-11-14 Christoph von Wittichfix RtlFindMessage
2005-11-12 Gunnar DalsnesMerge ... wine (by hand!). fixes two failing kernel32...
2005-11-09 Alex Ionescu- Fix error spotted by winetest: some status codes...
2005-11-09 Alex Ionescu- Fix PeekNamedPipe. Now only 14 winetests fail for...
2005-11-09 Alex Ionescu- Unbreak build
2005-11-09 Alex Ionescu- Optimize CallNamedPipeA too and remove accidental...
2005-11-09 Alex IonescuAnsi->Unicode conversions:
2005-11-09 Alex Ionescu- Fix CreateNamedPipeW to convert some NT flags properl...
2005-11-08 Alex Ionescu- Implement proper version of WaitNamedPipeW to be...
2005-11-08 Alex Ionescu- Add some definitions to NDK
2005-11-05 Hartmut BirrUse the share disposition to detect the direction of...
2005-11-05 Eric KohlReapply a modified r18883 patch (by Thomas Weidenmuelle...
2005-11-05 Eric KohlReapply a modified r18883 patch (by Thomas Weidenmuelle...
2005-11-04 Hervé PoussineauRevert 18883 and 18912, as they break named pipes
2005-10-31 Thomas Bluemeldon't ask for generic read access rights in WaitNamedPipe
2005-10-30 Thomas Bluemelfix some flags calculations and access rights in Create...
2005-10-29 Thomas Bluemelimplemented the 32 bit version of GetSystemWow64Directo...
2005-10-28 Thomas Bluemelforward EncodePointer and DecodePointer to ntdll
2005-10-27 Thomas Bluemelfix Beep() to make it work with xp's beep.sys
2005-10-24 Thomas Bluemelconvert tabs to spaces to make it readable with tabs...
2005-10-24 Thomas Bluemelfixed uninitialized variable warning
2005-10-24 Hartmut Birr- Initialize the csr request inside the loop, if CsrCli...
2005-10-24 Hartmut Birr- Change the protection in WriteProcessMemory if it...
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-10-17 Gunnar Dalsnes-dont return NULL when realloc to 0 bytes (fixes one...
2005-10-12 Gunnar Dalsnesadd stubs to make clamwin run. by Christoph_vW
2005-10-09 Thomas Bluemelfixed difference in signedness warning in MulDiv()
2005-10-09 Gunnar DalsnesFix MulDiv. This fixes almost any progress-bar to stop...
2005-10-06 Gunnar Dalsnesdoesnt belong here either
2005-10-06 Gunnar Dalsnesdoesnt belong here
2005-09-29 Thomas BluemelSome fixes to CreateDirectoryEx:
2005-09-29 Magnus Olsensorry createDirectoryExW fails to create folder why...
2005-09-29 Magnus OlsenMoveFileWithProgressW for movefolder
2005-09-29 Thomas Bluemeladded stub for PrivCopyFileExW. This is needed by XP...
2005-09-28 Thomas Bluemeladd the vista application recovery functions to w32api...
2005-09-27 Magnus Olsen- Fix move for readonly folder and file. for now it...
2005-09-26 Magnus Olsenchange from copyfileW to copyfileExW in MoveFileWithPro...
2005-09-26 Alex IonescuAdd NDEBUG back and call LdrLoadDll correctly on Windows.
2005-09-26 Alex IonescuExport and implement NlsGetCacheUpdateCount. Almost...
2005-09-26 Alex IonescuStub and export EnumCalanderInfoExW and QueryWin31IniFi...
2005-09-26 Alex IonescuExport and implement CreateProcessInternalA and CreateP...
2005-09-26 Alex IonescuOpen BNO directory with correct privileges, open CSR...
2005-09-26 Thomas Bluemelcopy the buffer to the right place in IntWriteConsoleOutput
2005-09-26 Thomas Bluemeldon't copy the buffer to a random pointer in IntWriteCo...
2005-09-26 Alex Ionescu- Fix a bug in CSR Capture APIs
2005-09-25 Magnus Olsenremove dead code
2005-09-25 Magnus Olsendon't expect FS drivers to return STATUS_NOT_IMPLEMENTE...
2005-09-25 Magnus OlsenImplement support for move folder, even from different...
2005-09-25 Hartmut Birr- Don't convert the device name, if the name is a NULL...
2005-09-24 Hartmut BirrUsed NtQueryFullAttributesFile instead of NtOpenFile...
next