reactos.git
2017-10-31 Eric Kohl[STORPORT] Check status code of the call to PortFdoConn...
2017-10-31 Amine Khaldi[LIBXML2] Do not rely on nan() when compiling with...
2017-10-31 Amine Khaldi[XDK/NTBASEDEF] Use __builtin_offsetof to define FIELD_...
2017-10-30 Amine Khaldi[CRT/INTRIN] Use the gcc intrinsic equivalents when...
2017-10-30 Amine Khaldi[ACPICA] Take the gcc code path for host configuration...
2017-10-30 Amine Khaldi[INCLUDE/REACTOS][LOCALMON][LOCALSPL][SPOOLSS] Add...
2017-10-30 Amine Khaldi[LIBSAMPLERATE] Define exit() as __debugbreak(). CORE...
2017-10-30 Amine Khaldi[NMIDEBUG] Do not take the msvc codepath in NmiClearFla...
2017-10-30 Amine Khaldi[SHELL32] Properly set case -714 as TBN_DRAGOUT. CORE...
2017-10-30 Amine Khaldi[BOOT/ENVIRON] Define the INT8 type as signed char...
2017-10-30 Amine Khaldi[SERIALUI] Set the stdcall calling convention for CommD...
2017-10-29 Thomas Faber[SHELL32][REGEDIT][MSCONFIG_NEW] Correctly check for... 93/head
2017-10-29 Marian Schubert[NET] Add missing newlines to net utility output (#91)
2017-10-29 Pierre Schweitzer[KERNEL32] Fix a FIXME in WaitNamedPipeW(): allow waiti...
2017-10-29 Pierre Schweitzer[RTL] Revert b3b2a23 which introduced a regression.
2017-10-29 Pierre Schweitzer[KERNEL32] In GetLogicalDrives(), if NtQueryInformation...
2017-10-29 Samuel SerapionCID 1206831 Dereference after null check
2017-10-29 Serge Gautherie[MOUNTMGR][NTOSKRNL] ZwWriteFile() calls: Use explicit...
2017-10-28 Alexander Shaposhnikov[RAPPS] Prevent download dialog placeholder from displaying
2017-10-28 Giannis Adamopoulos[EXPLORER] CSysPagerWnd: Notify the CTrayWindow to...
2017-10-28 Giannis Adamopoulos[EXPLORER] Simplify how autohide is implemented
2017-10-28 Amine Khaldi[NTOS] Add missing brackets. Comment out some unused...
2017-10-28 Amine Khaldi[BROWSEUI][DEVMGR][EXPLORER][NTGDI][NTOBJSHEX][NTVDM...
2017-10-28 Amine Khaldi[SPOOLSV] Add some missing VOIDs. CORE-11799 (#94)
2017-10-28 Amine Khaldi[GLU32] Add TrimRegion destructor when compiling with...
2017-10-28 Amine Khaldi[OPENGL32] Set the stdcall calling convention for wglGe...
2017-10-28 Amine Khaldi[UDFS] Do not take some of the msvc codepaths when...
2017-10-28 Amine Khaldi[NTDLL][NTUSER][SPOOLSS][WINSPOOL] Add some missing...
2017-10-28 Amine Khaldi[CRT/INTRIN] Use __forceinline for __INTRIN_INLINE...
2017-10-28 zefklop[CRT] fix bug in _rotr implementation
2017-10-27 Amine Khaldi[INCLUDE/WINE] Use __builtin_ffs in the clang-cl build...
2017-10-27 Amine Khaldi[SHELL32] Remove some unused members and comment out...
2017-10-27 Amine Khaldi[MSAFD] Properly define SockAsyncThread() and avoid...
2017-10-27 Amine Khaldi[SHSVCS] Add missing VOID. CORE-11799 (#94)
2017-10-27 Alexander Shaposhnikov[RAPPS] Removed redundant static_cast
2017-10-27 Alexander Shaposhnikov[RAPPS] Make CConfigParser a temp object.
2017-10-27 Alexander Shaposhnikov[RAPPS] Replace pointer array with object array in...
2017-10-27 Serge Gautherie[NTOSKRNL][ROSSYM] ZwReadFile() calls: Use explicit...
2017-10-27 Giannis Adamopoulos[VERSION.CMAKE] Bump the version to 0.4.8-dev
2017-10-26 Alexander ShaposhnikovCONTRIBUTING.md: Add legal notice
2017-10-26 David Quintana[EXPLORER] Update start menu banner to match our new... 0.4.8-dev
2017-10-26 Timo Kreuzer[NTOSKRNL] Fix out-of-bounds access (CID-1401083) and...
2017-10-26 Timo Kreuzer[NTOSKRNL] Fix our-of-bounds access and memory leak...
2017-10-26 Giannis Adamopoulos[SHELL32] CDefView: Fix a leak of an HMENU. This fix...
2017-10-26 Giannis Adamopoulos[ACPPAGE] Convert CLayerUIPropPage to use CPropertyPageImpl
2017-10-26 Giannis AdamopoulosAdd CPropertyPageImpl that allows us to make property...
2017-10-26 Giannis Adamopoulos[ATL] Add CHAIN_MSG_MAP macro
2017-10-25 Katayama Hirofumi MZ[WIN32SS] fix font extent.
2017-10-25 Ged Murphy [KMTEST] Initial usermode support for testing FS mini...
2017-10-23 Eric Kohl[STORPORT] Get the interrupt from the resource list...
2017-10-23 Serge GautherieCORE-13048. [I8042PRT] keyboard.c: Restore 1 "Irql...
2017-10-23 Alexander Shaposhnikov[CONFIGURE] Add -VS_VER flag (#86)
2017-10-23 Pierre Schweitzer[KERNEL32] Fix MSVC build
2017-10-23 Pierre Schweitzer[KERNEL32] Implement NpGetUserNamep()
2017-10-23 Amine Khaldi[NTDLL_WINETEST] Sync with Wine Staging 2.16. CORE...
2017-10-23 Amine Khaldi[INCLUDE/WINE] Update winternl.h. CORE-13762
2017-10-23 Amine Khaldi[REGEDIT_WINETEST] Sync with Wine Staging 2.16. CORE...
2017-10-23 Amine Khaldi[QEDIT_WINETEST] Sync with Wine Staging 2.16. CORE...
2017-10-23 Amine Khaldi[PSAPI_WINETEST] Sync with Wine Staging 2.16. CORE...
2017-10-23 Amine Khaldi[OPENGL32_WINETEST] Sync with Wine Staging 2.16. CORE...
2017-10-23 Samuel Serapion[CRT] Use MAX_PATH for buffer meant to contain an arbit...
2017-10-23 Pierre Schweitzer[KERNEL32] Fix a FIXME in GetNamedPipeHandleStateW...
2017-10-23 Pierre Schweitzer[KERNEL32] Check Basep8BitStringToDynamicUnicodeString...
2017-10-23 Pierre Schweitzer[KERNEL32] Check NtQueryInformationFile succeed before...
2017-10-23 Pierre Schweitzer[FFS] Don't leak on failure
2017-10-23 Pierre Schweitzer[FFS] Don't leak memory on volume mount
2017-10-23 Pierre Schweitzer[FFS] Don't allocate (and leak :-)) an unused event
2017-10-22 Giannis Adamopoulos[EXPLORER] Reduce the spam due to the broken CBandSite...
2017-10-22 Pierre Schweitzer[REISERFS] Don't leak on failure
2017-10-22 Pierre Schweitzer[REISERFS] Don't leak on failure
2017-10-22 Pierre Schweitzer[REISERFS] Don't allocate (and leak :-)) an unused...
2017-10-22 Mark Jansen[ATL] Implement CDialogImpl
2017-10-22 Giannis Adamopoulos[BROWSEUI] CBandSiteMenu: Use CSimpleArray and CComHeapPtr.
2017-10-22 Giannis Adamopoulos[BROWSEUI] Improve CBandSiteBase::OnWinEvent to forward...
2017-10-22 Giannis Adamopoulos[BROWSEUI] Add a hack and abuse ISFB_STATE_QLINKSMODE...
2017-10-22 Giannis Adamopoulos[BROWSEUI] CISFBand: Misc fixes
2017-10-22 Giannis Adamopoulos[BROWSEUI] CBandSiteMenu: Implement the Desktop, Quick...
2017-10-22 Giannis Adamopoulos[BROWSEUI] CBandSiteMenu: Fix two broken loops
2017-10-22 Giannis Adamopoulos[BROWSEUI] Enable the menu items for the toolbars subme...
2017-10-22 Giannis Adamopoulos[BROWSEUI] Rename CISFBand_CreateInstance and add a...
2017-10-22 Giannis Adamopoulos[PSDK] Add some missing definitions from IShellFolderBand
2017-10-22 Timo Kreuzer[STORPORT] Fix x64 build
2017-10-22 Timo Kreuzer[REACTOS] Fix x64 build
2017-10-22 Timo Kreuzer[NDK] Add tests for TEB
2017-10-22 Timo Kreuzer[NDK] Fix/improve definition of TEB
2017-10-22 Timo Kreuzer[NDK] fix some rtltypes.h definitions
2017-10-22 Eric Kohl[STORPORT] Add the InitializeDpc code path to StorPortN...
2017-10-21 Eric Kohl[STORPORT] Implement StorPortNotification() / EnablePas...
2017-10-21 Eric Kohl[STORPORT] Implement parts of StorPortGetPhysicalAddres...
2017-10-21 Eric Kohl[STORPORT] The miniport drivers HwInitialize routine...
2017-10-21 Eric Kohl[BOOTDATA] This was not meant to be committed.
2017-10-21 Eric Kohl[STORPORT] Implement StorPortGetUncachedExtension().
2017-10-21 Pierre Schweitzer[RDBSS] Make it clear that we want to zero all the...
2017-10-21 Amine Khaldi[MMDEVAPI_WINETEST] Sync with Wine Staging 2.16. CORE...
2017-10-21 Amine Khaldi[WMIUTILS_WINETEST] Sync with Wine Staging 2.16. CORE...
2017-10-21 Amine Khaldi[UXTHEME_WINETEST] Sync with Wine Staging 2.16. CORE...
2017-10-21 Amine Khaldi[SHLWAPI_WINETEST] Sync with Wine Staging 2.16. CORE...
2017-10-21 Amine Khaldi[QMGR_WINETEST] Sync with Wine Staging 2.16. CORE-13762
2017-10-21 Amine Khaldi[PDH_WINETEST] Sync with Wine Staging 2.16. CORE-13762
2017-10-21 Amine Khaldi[ODBCCP32_WINETEST] Sync with Wine Staging 2.16. CORE...
next