[NTOSKRNL] Implement IopCreateDefaultDeviceSecurityDescriptor() and IopCreateSecurity...
[reactos.git] / dll /
2018-12-04 Luo Yufan[TRANSLATION] Update Simplified Chinese translation...
2018-12-03 Eric Kohl[SETUPAPI] GetDeviceInstanceKeyPath: Trying to open...
2018-12-03 Mark Jansen[KERNEL32] Revert d897e27, which would re-initialized...
2018-12-03 Luo Yufan[MSGINA] Update Simplified Chinese translation.
2018-12-03 Luo Yufan[IEFRAME] Update Simplified Chinese translation.
2018-12-03 Luo Yufan[SHELL32] Update Simplified Chinese translation.
2018-12-03 Katayama Hirofumi MZ[SHELL32] Don't show taskbar button of Folder Options...
2018-12-02 Katayama Hirofumi MZcareless s/E_FAIL/FALSE/ (#1089)
2018-12-02 Katayama Hirofumi MZ[SHELL32] Follow up of #1085 (#1088)
2018-12-02 Katayama Hirofumi MZ[SHELL32] Don't show taskbar button of file property...
2018-12-02 Eric Kohl[SETUPAPI] Implement SetupGetNonInteractiveMode() and...
2018-12-01 Pierre Schweitzer[IPHLPAPI] Implement GetOwnerModuleFromUdpEntry()
2018-12-01 Joachim Henze[BROWSEUI] Properly fix CORE-13003 "Explorer address...
2018-12-01 Pierre Schweitzer[LIBTIRPC] Fix CVE-2018-14621 by backporting its fix
2018-11-30 Hermès Bélusca-Maïto[XOLEHLP] Import xolehlp.dll from Wine(-Staging) 3.21.
2018-11-30 Pierre Schweitzer[IPHLPAPI] Don't assume first member of MIB tables...
2018-11-30 Pierre Schweitzer[IPHLPAPI] Reduce code duplication and use a single...
2018-11-30 Stanislav Motylkov[SYSDM] Explicitly check DMI strings for NULL pointers 1080/head
2018-11-29 Pierre Schweitzer[IPHLPAPI] Implement GetOwnerModuleFromTcpEntry()
2018-11-27 Pierre Schweitzer[IPHLPAPI] Implement the *_TABLE_OWNER_MODULE_* in...
2018-11-27 Pierre Schweitzer[IPHLPAPI] Fix broken size computation leading to buffe...
2018-11-27 Pierre Schweitzer[IPHLPAPI] Implement getOwnerModUdpTable() and getOwner...
2018-11-27 Pierre Schweitzer[SDK] Add AllocateAndGetTcp/UdpEx/2TableFromStack(...
2018-11-27 Giannis Adamopoulos[SHELL32] CFSDropTarget: Fix right click menu when...
2018-11-27 Giannis Adamopoulos[BROWSEUI] CShellBrowser: Don't pass any parameters...
2018-11-26 Pierre Schweitzer[IPHLPAPI] Start handling certain flags in GetAdaptersA...
2018-11-26 Luo Yufan[INETCFG] Update Simplified Chinese translation. (...
2018-11-25 Eric Kohl[NETAPI32] Implement DsGetDcNameA/W --> DsGetDcNameWith...
2018-11-25 Mark Jansen[APISETS] Update from wine-3.20-144-g2ef62f9085 1048/head
2018-11-25 Mark Jansen[APISETS] Teach update.py how to generate a manifest
2018-11-25 Mark Jansen[APISETS] Stubplement versioned forwarders
2018-11-25 Pierre Schweitzer[IPHLPAPI] In GetAdaptersAddresses(), return friendly...
2018-11-25 Pierre Schweitzer[IPHLPAPI] Implement AllocateAndGetUdpExTable2FromStack()
2018-11-25 Pierre Schweitzer[IPHLPAPI] Implement AllocateAndGetTcpExTable2FromStack()
2018-11-25 Pierre Schweitzer[IPHLPAPI] Implement AllocateAndGetUdpExTableFromStack()
2018-11-25 Pierre Schweitzer[IPHLPAPI] Implement AllocateAndGetTcpExTableFromStack()
2018-11-25 Bernhard Feichtinger[OPENGL32] Fix wglDescribePixelFormat
2018-11-24 Pierre Schweitzer[IPHLPAPI] Reimplement GetUdpTable() using GetExtendedU...
2018-11-24 Pierre Schweitzer[IPHLPAPI] Implement GetExtendedUdpTable()
2018-11-24 Pierre Schweitzer[IPHLPAPI] Implement getOwnerUdoTable(), to get UDP...
2018-11-24 Pierre Schweitzer[IPHLPAPI] Reimplement GetTcpTable() using GetExtendedT...
2018-11-24 Pierre Schweitzer[IPHLPAPI] Don't leak memory
2018-11-24 Pierre Schweitzer[IPHLPAPI] Implement the IPv4 TCP_TABLE_OWNER_PID_...
2018-11-24 Pierre Schweitzer[IPHLPAPI] Implement getOwnerTcpTable(), to get TCP...
2018-11-24 Pierre Schweitzer[IPHLPAPI] Implement the IPv4 TCP_TABLE_BASIC_* cases...
2018-11-23 Luo Yufan[TRANSLATION] Update Simplified Chinese translation...
2018-11-23 Joachim Henze[SHELL32] Improve CORE-15295 IDD_FILE_PROPERTIES
2018-11-21 Stanislav Motylkov[SYSDM][DXDIAG][SYSTEMINFO] Include only one user-mode...
2018-11-21 Denis Malikov[KERNEL32] FlsAlloc - fiber local storage list was... 1033/head
2018-11-20 Pierre Schweitzer[IPHLPAPI] Fix checking entity when enumerating TCP...
2018-11-19 Serge Gautherie[NETSHELL] Fix '0' typo, in a text
2018-11-18 Hermès Bélusca-Maïto[OLE32] The CoDisconnectContext() stub added in 6a2f967...
2018-11-18 Pierre Schweitzer[IPHLPAPI] Properly count UDP entries
2018-11-18 Pierre Schweitzer[IPHLPAPI] Implement getNumUdpEntries() and getUdpTable()
2018-11-18 Pierre Schweitzer[IPHLPAPI] Implement getNumTcpEntries() and getTcpTable()
2018-11-18 Denis Malikov[OLE32] Add stub for CoDisconnectContext function ...
2018-11-18 Giannis Adamopoulos[NETSHELL] Add some notes about how it can be tested...
2018-11-18 Giannis Adamopoulos[NETSHELL] CNetConnectionPropertyUi: Add a comment...
2018-11-18 Giannis Adamopoulos[NETSHELL] Move the implementation of the Disable butto...
2018-11-18 Giannis Adamopoulos[NETSHELL] CNetConUiObject: Implement the Connect and...
2018-11-18 Giannis Adamopoulos[NETSHELL] Optionally use the system's CLSID_Connection...
2018-11-18 Giannis Adamopoulos[NETSHELL] Rewrite how pidls are created and accessed.
2018-11-18 Giannis Adamopoulos[NETSHELL] Use smart pointers and IID_PPV_ARG
2018-11-18 Giannis Adamopoulos[NETSHELL] Use ATL
2018-11-18 Giannis Adamopoulos[NETSHELL] Add missing license headers
2018-11-17 Pierre Schweitzer[MPR] Drop a nasty ReactOS specific hack
2018-11-17 Pierre Schweitzer[MPR] Implement remembered connection enumeration
2018-11-16 Bișoc George[SHELL32] Print out the error code (#973)
2018-11-16 Pierre Schweitzer[ACGENRAL] Don't leak memory on failure in InitIgnoreFr...
2018-11-16 Pierre Schweitzer[COMCTL32] Don't leak memory in CB_ThemedPaint()
2018-11-16 Pierre Schweitzer[SETUPAPI] Allocate big enough buffer in CM_Query_Resou...
2018-11-16 Pierre Schweitzer[COMCTL32] Don't leak memory in PB_ThemedPaint()
2018-11-16 Pierre Schweitzer[SYSSETUP] Fix error message in ApplyRegistryValues()
2018-11-15 Giannis Adamopoulos[SHELL32] COpenWithMenu: Use ShellExecuteExW to open...
2018-11-14 Luo Yufan[TRANSLATION]Update Simplified Chinese translation...
2018-11-14 Baruch Rutman[WINMM] Sync wine commit ebae298 as a fix for CORE...
2018-11-11 Giannis Adamopoulos[NETSHELL] CNetConUiObject: Fix implementation of ICont...
2018-11-11 Giannis Adamopoulos[NETSHELL] CNetConUiObject: Implement handling the...
2018-11-11 Giannis Adamopoulos[NETSHELL] CNetConUiObject: Use a switch in InvokeCommand
2018-11-11 Giannis Adamopoulos[NETSHELL] CNetworkConnections: Remove SFGAO_CANRENAME...
2018-11-11 Giannis Adamopoulos[NETSHELL] CNetworkConnections: SetNameOf should always...
2018-11-11 Giannis Adamopoulos[SHELL32] CDefView: Don't assume that SetNameOf always...
2018-11-11 Luo Yufan[TRANSLATION] Update Simplified Chinese translation...
2018-11-11 Adam Słaboń[TRANSLATION] Polish translation update (#1029)
2018-11-09 Luo Yufan[TRANSLATION] Update Simplified Chinese translation...
2018-11-08 Luo Yufan[SYSDM] Update Simplified Chinese translation. (#1021)
2018-11-07 Joann Mõndresku[TRANSLATIONS] Style fixes for Estonian
2018-11-07 Zcooger[APPWIZ] Update polish translation (#921)
2018-11-07 Joachim Henze[SHELL32] Fix CORE-15295, wrong edit width in IDD_FILE_...
2018-11-06 Eric Kohl[NETSHELL] Add missing interface stubs to CNetworkConne...
2018-11-04 Eric Kohl[LSASRV] Return STATUS_DIRECTORY_SERVICE_REQUIRED for...
2018-11-04 Eric Kohl[LSASRV] Coding style fixes
2018-11-02 Pierre Schweitzer[SETUPAPI] Don't let LZClose() reset error code
2018-11-02 Carlo BraminiAvoid stray temp files in failure cases of do_file_copy...
2018-10-30 Joachim Henze[RICHED20] Revert ocr_reverse.cur to fix CORE-15190
2018-10-28 Bișoc George[USRMGR] Fix a truncated text on French resource
2018-10-28 Mark Jansen[SHELL32] Fix broken control definition
2018-10-28 Mark Jansen[SETUPAPI] Fix broken control definition.
2018-10-28 Mark Jansen[KERNEL32] Directly use UnhandledExceptionFilter in... 953/head
2018-10-28 Mark Jansen[KERNEL32] Use the default UnhandledExceptionFilter...
next