reactos.git
2018-11-18 Hermès Bélusca... [FILEBROWSER] Remove a duplicated include. Noticed...
2018-11-18 Hermès Bélusca... [CHKDSK] Fix italian translation, by Marco Savelli...
2018-11-18 Pierre Schweitzer[TCPIP] Properly handle listening sockets
2018-11-18 Pierre Schweitzer[IPHLPAPI] Properly count UDP entries
2018-11-18 Pierre Schweitzer[TCPIP] Implement returning UDP connections
2018-11-18 Pierre Schweitzer[TCPIP] Implement returning TCP connections
2018-11-18 Pierre Schweitzer[IPHLPAPI] Implement getNumUdpEntries() and getUdpTable()
2018-11-18 Pierre Schweitzer[IPHLPAPI] Implement getNumTcpEntries() and getTcpTable()
2018-11-18 Pierre Schweitzer[TDILIB] Make tdiGetSetOfThings() return useful status
2018-11-18 Eric Kohl[MC] Add messages 3000-3049, 3660-3695 and 5500-5517...
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-18 Eric Kohl[MC] Add messages 3301-3421 to netmsg.dll and renamed...
2018-11-17 Pierre Schweitzer[MPR] Drop a nasty ReactOS specific hack
2018-11-17 Pierre Schweitzer[WINLOGON] Restore saved connections on session opening
2018-11-17 Pierre Schweitzer[MPR] Implement remembered connection enumeration
2018-11-17 Bișoc George[OSK] Implement the welcome box (#1007)
2018-11-17 Eric Kohl[MC] Add messages 3051-3099 and 5600-5602. This complet...
2018-11-17 Pierre Schweitzer[NTOSKRNL] ExfReleaseRundownProtectionCacheAware*(...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfReInitializeRundownProtectionCa...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfRundownCompletedCacheAware()
2018-11-17 Pierre Schweitzer[NTOSKRNL] Replace ExGetRunRefForCurrentProcessor(...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfWaitForRundownProtectionRelease...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Properly align runrefs on SMP in ExInitializ...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Properly align allocation on SMP in ExAlloca...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfAcquireRundownProtectionCacheAw...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Simplify implementation of ExfAcquireRundown...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExGetRunRefForCurrentProcessor...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExfAcquireRundownProtectionCacheAw...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExSizeOfRundownProtectionCacheAware()
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExInitializeRundownProtectionCache...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExAllocateCacheAwareRundownProtect...
2018-11-17 Bișoc George[CHKDSK] Implement translation files for Romanian ...
2018-11-16 Bernhard Feichtinger[MODULES] Add a convenient option to transfer files...
2018-11-16 Bișoc George[SHELL32] Print out the error code (#973)
2018-11-16 Ștefan Fulea[MSPAINT] Fix scrollbar presence on canvas/view fitting...
2018-11-16 Eric Kohl[MC] Add messages 3190-3299. The first NELOG range...
2018-11-16 Eric Kohl[PSDK] Add missing NELOG-codes to lmerrlog.h
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[WIN32SS] Don't leak memory on failure in IntGdiWidenPa...
2018-11-16 Pierre Schweitzer[SETUPAPI] Allocate big enough buffer in CM_Query_Resou...
2018-11-16 Pierre Schweitzer[WIN32SS] Avoid an user-after-free in FontFamilyFillInfo().
2018-11-16 Pierre Schweitzer[COMCTL32] Don't leak memory in PB_ThemedPaint()
2018-11-16 Pierre Schweitzer[NTOSKRNL] Properly check for negative values in IoChec...
2018-11-16 Pierre Schweitzer[SYSSETUP] Fix error message in ApplyRegistryValues()
2018-11-16 Pierre Schweitzer[FASTFAT] Properly return failure in vfatFindDirSpace()
2018-11-16 Ercan Ersoy[TRANSLATION] Add/update Turkish translations. (#1043)
2018-11-16 Katayama Hirofumi MZ[SYSTEMINFO] Fix Chinese resource to fix MSVC2010 build...
2018-11-15 Eric Kohl[MC] Add messages 3150-3186 and 3530-3547 to netmsg...
2018-11-15 Giannis Adamopoulos[SHELL32] COpenWithMenu: Use ShellExecuteExW to open...
2018-11-15 Pako Smith[TRACERT] Fix Coverity #1434258 "Out-of-Bounds access...
2018-11-15 Pako Smith[CMD] Fix Coverity #715934 "Copy-paste error" (#1040)
2018-11-14 Eric Kohl[MC] Add messages 3100-3141 and 3516-3529 to netmsg...
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-14 Pako Smith[TFTPD] Fix Coverity #1434273 "Out-of-Bounds access...
2018-11-11 Pierre Schweitzer[NTOSKRNL] Don't leak DACL 1036/head
2018-11-11 Eric Kohl[MC] Add messages 2500-2999. The NERR-range is complete.
2018-11-11 Eric Kohl[PSDK] Add missing NERR-codes to lmerr.h
2018-11-11 Hermès Bélusca... [NTOS:IO] RAW-FS: Few improvements.
2018-11-11 Hermès Bélusca... [NTOS:IO] RAW-FS: Minor code formatting only.
2018-11-11 Hermès Bélusca... [SETUPLIB] Lock the BTRFS volume before installing...
2018-11-11 Hermès Bélusca... [SETUPLIB] Use proper file share access when opening...
2018-11-11 Mark Harmstone[BTRFS] Import BTRFS upstream commit e43183a0 "open_fil...
2018-11-11 Eric Kohl[MC] Add messages 2300-2484 to netmsg.dll.
2018-11-11 Eric Kohl[PSDK] Add missing NERR_IsDfsShare to lmerr.h.
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 Ged Murphy[FLTMC] Add volumes usage info
2018-11-11 Ged Murphy[FLTMC] Implement 'fltmc volumes'
2018-11-11 Ged Murphy[FLTMC] Support displaying legacy FS filters
2018-11-11 Ged Murphy[FLTMC] Fix output when no args are shown
2018-11-11 Ercan Ersoy[TRANSLATION] Turkish translations of many components...
2018-11-11 Luo Yufan[TRANSLATION] Update Simplified Chinese translation...
2018-11-11 Eric Kohl[MC] Add messages 2250-2299 and 3510-3513 to netmsg...
2018-11-11 Adam Słaboń[TRANSLATION] Polish translation update (#1029)
2018-11-11 Pierre Schweitzer[SETUP] Align partition start at 2048 minimum
2018-11-11 Mark Jansen[DRWTSN32] Include displacement in stacktrace.
2018-11-11 Mark Jansen[GFLAGS] Use the registry access flags passed in
2018-11-11 Eric Kohl[MS] Add messages 2200-2249 and 3502-3507 to netmsg...
2018-11-10 Pierre Schweitzer[NTOSKRNL] Create a security descriptor for the \securi...
2018-11-10 Bișoc GeorgeUpdate the release info
2018-11-10 Pierre Schweitzer[NTOSKRNL] Return security descriptor size when queryin...
2018-11-10 Pierre Schweitzer[NTOSKRNL] Return quota information when querying objec...
2018-11-10 Eric Kohl[MC] Add some messages to netmsg.dll.
2018-11-09 Luo Yufan[TRANSLATION] Update Simplified Chinese translation...
2018-11-09 Ercan Ersoy[OSK][RAPPS][USETUP] Turkish translations update. ...
next