[BTRFS] Allow driver to start at first stage when no hive is present.
[reactos.git] / dll /
2018-08-13 Mark Jansen[RTL][KERNEL32] Add a comment indicating we need SEH...
2018-08-13 Mark Jansen[LDR] Guard some sections where we grab a lock.
2018-08-13 Mark Jansen[LDR] Add debug logging when we encountered an exceptio...
2018-08-13 Mark Jansen[LDR] Protect calls from LdrpCallInitRoutine and LdrpCa...
2018-08-12 Eric Kohl[NETAPI32] Add DFS RPC interface and some DFS stubs
2018-08-10 Katayama Hirofumi MZ[SHELL32] Fix a careless mistake of ShellExecCmdLine...
2018-08-07 Eric Kohl[WLNOTIFY] Add sens service stubs
2018-08-06 Hermès Bélusca-Maïto[WINLOGON][MSGINA] Fix typo.
2018-08-05 Eric Kohl[SYSSETUP] SetupStartService: Wait until the service...
2018-08-05 Eric Kohl[ADVAPI32] Add parameter checks to LogonUserExW and...
2018-08-05 Eric Kohl[NETAPI32] Implement I_NetServerSetServiceBits()
2018-08-05 Eric Kohl[NETAPI32] Add annotations and move NetUseGetInfo to...
2018-08-05 Katayama Hirofumi MZ[SHELL32] Fix handling of multiple parameters in the...
2018-08-05 Mark Jansen[ZIPFLDR] Add 'Extract All' to individual item context... 728/head
2018-08-05 Mark Jansen[ZIPFLDR] Add 'Extract All' menu item to the folder...
2018-08-05 Mark Jansen[ZIPFLDR] Implement RouteTheCall, so that applications...
2018-08-04 Eric Kohl[LSASRV] Implement and call the policy change notificat...
2018-08-04 Eric Kohl[LSASRV][SECUR32] Implement LsaRegisterPolicyChangeNoti...
2018-08-04 Timo Kreuzer[DLLS] Fix 64 bit issues
2018-08-04 Timo Kreuzer[APPHELP] Fix 64 bit issues
2018-08-04 Timo Kreuzer[SHELL32] Fix 64 bit issues
2018-08-04 Timo Kreuzer[KERNEL32] Fix 64 bit issues
2018-08-03 Julio Carchi[TRANSLATIONS] Fix spanish translations for some resour...
2018-08-03 Bișoc George[INPUT] Fix a truncated text
2018-08-02 Stanislav Motylkov[KERNEL32] Implement System Firmware functions
2018-08-01 Jared Smudde[USRMGR] Disable the Extra tab. It serves no purpose...
2018-07-31 Julio Carchi[TRANSLATIONS] Fix some Spanish translations (#715) 720/head
2018-07-29 Eric Kohl[ADVAPI32] Stop the service dispatcher thread only...
2018-07-29 Hermès Bélusca-Maïto[SHELL32] Silence a noisy DPRINT.
2018-07-29 Eric Kohl[RPCRT4] Update the support for remote pipes which...
2018-07-26 Baruch Rutman[LPK] Changes (#622). 622/head
2018-07-26 Baruch Rutman[LPK] Added more error handling code (#622).
2018-07-26 Baruch Rutman[LPK] Diverse fixes (#622).
2018-07-26 Baruch Rutman[LPK] Refactoring (#622).
2018-07-22 Hermès Bélusca-Maïto[KERNEL32] Use RtlStringCbCopyNW() to correctly fill...
2018-07-22 Mark Jansen[LDR] Release the loader lock the same way it was acquired
2018-07-14 Serge Gautherie[WINDOWSCODECS] Fix an MSVC warning about get_decoder_i...
2018-07-13 Katayama Hirofumi MZ[EXPLORER][SHELL32][USER32] Implement 'Show the Desktop...
2018-07-12 Julio Carchi[TRANSLATIONS][DISPLAY] Translate to spanish some strin...
2018-07-12 Katayama Hirofumi MZ[SHELL32] lpDirectory must have priority in ShellExecut...
2018-07-08 Katayama Hirofumi MZ[SHELL32] Add 'Properties' menu item in My Computer...
2018-07-08 Katayama Hirofumi MZ[SHELL32] Improve CShellLink a little (#651)
2018-07-08 Katayama Hirofumi MZ[APPWIZ] Add support for creating internet shortcuts...
2018-07-08 Katayama Hirofumi MZ[SHELL32][EXPLORER] Update system-wide environment...
2018-07-07 Hermès Bélusca-Maïto[KERNEL32] Use NULL for pointers.
2018-07-06 Mark Jansen[SHELL32] Ensure OpenAs_RunDLL does not loop to infinit...
2018-07-01 Eric Kohl[LICCPA] Fix translation and align dialog controls
2018-07-01 Eric Kohl[LICCPA] Make the License Manager GUI build and make...
2018-07-01 Timo Kreuzer[SDK] Fix 64 bit issues
2018-06-30 Hermès Bélusca-Maïto[COMDLG32] Add the missing NEWFILEOPENV2ORD dialog...
2018-06-30 Hermès Bélusca-Maïto[SHELL32] Shell Profile Folders fixes.
2018-06-29 Stanislav Motylkov[SHELL32] Update russian translation
2018-06-29 Stanislav Motylkov[SHELL32] Fix some elements positions and styles
2018-06-29 Mark Jansen[DEVENUM] Initialize rgpins.
2018-06-29 Katayama Hirofumi MZ[SHELL32] Refresh 'General' tab if the folder icon...
2018-06-28 Katayama Hirofumi MZ[SHELL32] Initial implementation of Folder Customizatio...
2018-06-28 Serge Gautherie[DBGHELP] Fix 3 MSVC warnings about MiniDumpWriteDump...
2018-06-27 Hermès Bélusca-Maïto[LSASRV] Enable SE_CREATE_TOKEN_PRIVILEGE in LSASS...
2018-06-27 Hermès Bélusca-Maïto[LSASRV] Move the LSA_RPC_SERVER_ACTIVE event creation...
2018-06-27 Hermès Bélusca-Maïto[LSASRV] Add the SE_GROUP_OWNER attributes to the token...
2018-06-27 Hermès Bélusca-Maïto[SAMSRV] In SamrGetAliasMembership(), perform STATUS_OB...
2018-06-27 Hermès Bélusca-Maïto[LSASRV] If TokenInfo1->Privileges is NULL, which can...
2018-06-27 Hermès Bélusca-Maïto[ADVAPI32] Additions for CreateProcessAsUserA/W().
2018-06-27 Katayama Hirofumi MZ[SHELL32] Add missing desktop.ini files (#640)
2018-06-27 Katayama Hirofumi MZ[SHELL32] Enable custom CD/DVD icons (#639)
2018-06-25 Bișoc George[NEWDEV] Fix a truncated text
2018-06-24 Russell Johnson[SHELL32] Fixed TRASH_CanTrashFile() sending the wrong...
2018-06-24 Katayama Hirofumi MZ[SHELL32] Implement Folder Options File Types 'Change...
2018-06-24 Katayama Hirofumi MZ[BROWSEUI] Re-enable the "Folder Options" menu item...
2018-06-24 Katayama Hirofumi MZ[SHELL32] Fix desktop.ini folder icon again (retrial...
2018-06-24 Katayama Hirofumi MZ[SHELL32] Implement OpenAs_RunDLLA/W (#628)
2018-06-24 Abdulganiev Rafael[TRANSLATION][SHELL32] Update Russian translation ...
2018-06-23 Katayama Hirofumi MZ[SHELL32] Improve French Folder Options
2018-06-22 Katayama Hirofumi MZ[SHLWAPI][APITESTS] Add test for PathUnExpandEnvStrings...
2018-06-22 Katayama Hirofumi MZ[SHELL32] Implement the 'General' tab of the "Folder...
2018-06-22 Katayama Hirofumi MZ[SHELL32] Fix desktop.ini folder icon (#595)
2018-06-21 Andrea Crescentini[TRANSLATION] Improving italian translation (#623)
2018-06-13 Denis Malikov[SHELL32] Copy-paste files/folders into current place.
2018-06-12 Serge Gautherie[SYSSETUP] Fix a DPH report about dwPageCount 606/head
2018-06-12 Adam Słaboń[TRANSLATION] Polish translation update (#611)
2018-06-10 Thomas Faber[ADVAPI32] Fix crash when running advapi32:security...
2018-06-06 Katayama Hirofumi MZ[SHELL32] Split dialogs/folder_options.cpp (#582)
2018-06-05 Serge Gautherie[BROWSEUI] Remove a duplicated add_custom_command(...
2018-06-05 Jared Smudde[MSHTA] Implement MSHTA.exe (#577) CORE-12813
2018-06-04 Thomas Faber[JSCRIPT] Fix MSVC build.
2018-06-04 Amine Khaldi[WTSAPI32] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[WMVCORE] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[WINTRUST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[WININET] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[WINHTTP] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[WINDOWSCODECS] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[WBEMPROX] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[VERSION] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[VBSCRIPT] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[USP10] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[URLMON] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[RPCRT4] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[RICHED20] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[PROPSYS] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 Amine Khaldi[PIDGEN] Sync with Wine Staging 3.9. CORE-14656
next