reactos.git
2018-01-13 Mark Jansen[BROWSEUI] Do not clear a CComPtr with memset.
2018-01-13 Giannis Adamopoulos[SHELL32] CDrivesFolder: Fix showing the drive capacity...
2018-01-13 Giannis Adamopoulos[EXPLORER] Winkey + E shortcut should open "My Computer...
2018-01-13 Giannis Adamopoulos[COMCTL32] toolbar: Use the theme text color for the...
2018-01-13 Giannis Adamopoulos[SHELL32] CMenuBand: Redraw the toolbars if this is...
2018-01-12 Amine Khaldi[USBOHCI_NEW] Bring-in the USB OHCI miniport driver...
2018-01-11 Serge Gautherie[DRWTSN32] Update output string copypasta from #268... 269/head
2018-01-10 Giannis Adamopoulos[COMCTL32] -toolbar: Improve drawing diabled text with...
2018-01-10 Vadim Galyant[USBPORT] In USBHI_GetExtendedHubInformation, pass...
2018-01-10 Vadim Galyant[USBHUB] Move DPRINT after check Status. 282/head
2018-01-10 Vadim Galyant[USBHUB] Correcting L"USB\\Vid_0000&Pid_0000" for case...
2018-01-10 Giannis Adamopoulos[COMCTL32] status: Use DrawThemeText when drawing text...
2018-01-10 Giannis Adamopoulos[COMCTL32] rebar: Use DrawThemeText when drawing text...
2018-01-10 Thomas Faber[MSAFD] Avoid magic numbers in NtCreateEvent calls. 279/head
2018-01-10 Thomas Faber[TCPIP] Fix buffer sizes in ReadIpConfiguration. 278/head
2018-01-10 Thomas Faber[TCPIP] Check for allocation failures in ReadIpConfigur...
2018-01-10 Colin Finck[KERNEL32] Accept all images for NT 3.1 and higher...
2018-01-09 Mark Jansen[SHIMENG] Mark modified dll's as visited, and apply...
2018-01-09 Mark Jansen[APPHELP] Try Dos and Nt path formats in SdbGetFileAttr...
2018-01-09 Andreas Maier[SETUPAPI]: Fix a FIXME in SetupDiSetDeviceRegistryProp... 264/head
2018-01-08 Mark Jansen[NTOS] Limit the spam from NtNotifyChangeMultipleKeys.
2018-01-08 Mark Jansen[SDK] Add UNIMPLEMENTED_ONCE macro, to be used for...
2018-01-08 Colin Finck[RAPPS] Remove the RAPPS database from the main source...
2018-01-08 Katayama Hirofumi MZ[USETUP] Improve muifonts.h and add a SimHei font subst...
2018-01-08 Thomas Faber[ADVAPI32] Fix non-PCH build.
2018-01-07 Mark Jansen[ADVAPI32] Stub OpenTrace and ProcessTrace so newer...
2018-01-07 Mark Jansen[PSDK] Fix definition of INVALID_PROCESSTRACE_HANDLE...
2018-01-07 Erdem Ersoy[TRANSLATIONS] Update the email address and add a note...
2018-01-07 jimtabor[RichEd20] Fix structure by adding missing byte, see...
2018-01-07 Serge Gautherie[FASTFAT] Improve code style in addition to 8294118174b...
2018-01-07 Joachim Henze[WIN32K] revert PR173 to fix regressions in Chrome...
2018-01-07 Pierre Schweitzer[FASTFAT] Notify on file size change in FileAllocationI...
2018-01-07 Pierre Schweitzer[FASTFAT] Add a wrapper around FsRtlNotifyFullReportChange
2018-01-07 Timo Kreuzer[DRWTSN32] Fix amd64 build
2018-01-07 Pierre Schweitzer[FASTFAT] When a file gets overwritten, notify about...
2018-01-07 Pierre Schweitzer[FASTFAT] When overwriting a file, also update its...
2018-01-06 Pierre Schweitzer[FASTFAT] When dealing with attributes on IRP_MJ_CREATE...
2018-01-06 Pierre Schweitzer[NTFS] Apply fix from 52f0726: allow partial info copy...
2018-01-06 Timo Kreuzer[NTOS:MM] Pass FaultCode to MiDispatchFault
2018-01-06 Timo Kreuzer[NTOS:MM] Mark local functions with static
2018-01-06 Timo Kreuzer[NTOS:MM] Add support for NX page-faults
2018-01-06 Timo Kreuzer[NTOS:MM] Make use of FaultCode and MI_IS_NOT_PRESENT_F...
2018-01-06 Timo Kreuzer[NTOS:MM] Pass The FaultCode to MmArmAcceessFault as...
2018-01-06 Timo Kreuzer[NTOS:MM] Pass page fault code to MmAccessFault
2018-01-06 Luo Yufan[TRANSLATION] Update Simplified Chinese translations...
2018-01-06 Timo Kreuzer[NDK] Fix some ob types (64 bit)
2018-01-06 Timo Kreuzer! Fix build of tracert
2018-01-06 Pierre Schweitzer[FLTMGR] Properly allocate CCB in CreatePortCCB()
2018-01-06 Colin Finck[NTOS:CM] Improve code in cmsysini.c (#216)
2018-01-06 Pierre Schweitzer[USETUP] When opening the target file for dropping...
2018-01-06 Mark Jansen[DRWTSN32] Implement basic crash report functionality
2018-01-05 Luo Yufan[TRANSLATION] Improve Simplified Chinese Translations...
2018-01-05 Giannis Adamopoulos[SHELL32] CMenuToolbarBase: Use COLOR_MENUTEXT color...
2018-01-04 Giannis Adamopoulos[COMCTL32] tab: Use DrawThemeText when drawing text...
2018-01-04 Pierre Schweitzer[USETUP] When overwriting a file, if open fails, it...
2018-01-04 Timo Kreuzer[NTOS:EX] Don't dereference ExpCritSecOutOfMemoryEvent...
2018-01-04 David Quintana[PSDK] Change #if to #ifdef, to be more consistent...
2018-01-04 David Quintana[PSDK] Add ICMP_ECHO_REPLY32 needed by 64-bit code...
2018-01-04 Giannis Adamopoulos[COMCTL32] toolbar: Draw checked and not hot buttons...
2018-01-04 Katayama Hirofumi MZ[NTOS:KDBG] Fix DPRINT format specifier in KdPortInitia... 263/head
2018-01-03 Timo Kreuzer[NTOS:MM] Use MiResolveDemandZeroFault instead of MiDis...
2018-01-03 Timo Kreuzer[NTOS:MM] Implement resolving PXE/PPE page table demand...
2018-01-03 Timo Kreuzer[NTOS:MM] Increment Prcb->MmDemandZeroCount while holdi...
2018-01-03 Timo Kreuzer[NTOS/MM] Add Protection parameter to MiResolveDemandZe...
2018-01-03 Bișoc George[DLL][WIN32][NEWDEV] Wrong character in the Romanian...
2018-01-03 Stanislav Motylkov[SYSSETUP] Add marquee progress bar to show setup is...
2018-01-03 Bișoc George[RAPPS] Romanian translation update
2018-01-03 Bișoc George[RAPPS] Italian translation update
2018-01-03 Joachim Henze[RAPPS] update translation de-DE.rc for CORE-13789
2018-01-03 Alexander Shaposhnikov[RAPPS] Make selection global 257/head
2018-01-03 Pierre Schweitzer[DISKPART] Don't crash on input if user provided no...
2018-01-03 Hermes Belusca... [NTOS:INBV] Simplify a little bit the BootLogoFadeIn...
2018-01-03 Stanislav Motylkov[NTOS:INBV] Implement rotation bar for boot screen
2018-01-02 Bișoc George[REACTOS] Italian translation update. #255
2018-01-02 Luo Yufan[TRANSLATIONS] Simplified Chinese translation update...
2018-01-02 Ged Murphy[TRACERT] Rewrite tracert
2018-01-02 Alexander Shaposhnikov[RAPPS] Simplified string creation in CAvailableApps
2018-01-01 Thomas Faber[CMAKE] Allow overriding the .dll extension for delay... 246/head
2018-01-01 Pierre Schweitzer[FASTFAT] When overwriting a file with FILE_OVERWRITE...
2018-01-01 Pierre Schweitzer[FASTFAT] On file overwrite, deny it if file as HIDDEN...
2018-01-01 Timo Kreuzer[NTOS:KE] Fix pushing of fake error code in KiDoubleFau...
2018-01-01 Timo Kreuzer[RTL] Fix amd64 version of DebugService2
2018-01-01 Timo KreuzerAmd64/misc 64bit fixes (#236)
2018-01-01 Hermès Bélusca... [CHARMAP:NEW] Fix newlines and whitespace.
2017-12-31 Hermès Bélusca... [REACTOS] Switch to year 2018...
2017-12-31 Pierre Schweitzer[NTFS] Start using different tags for allocations.
2017-12-31 Bișoc George[CHARMAP:NEW] Adding some indentation (#241)
2017-12-31 Bișoc George[CHARMAP:NEW] Italian language implementation (#243)
2017-12-31 Bișoc George[CHARMAP:NEW] Romanian language implementation (#242)
2017-12-31 Thomas Faber[DXTN] Fix MSVC build with runtime checks. 247/head
2017-12-31 Mark Jansen[SHLEXTDBG] Add utility to run / debug shell extensions. 232/head
2017-12-31 Mark Jansen[ROSDLGS] Add SetWizardButtons to CPropertyPageImpl
2017-12-31 Mark Jansen[COM_APITEST] Add zipfldr tests.
2017-12-31 Pierre Schweitzer[NTFS] Fix a memory leak on error
2017-12-31 Pierre Schweitzer[NTFS] Use LookasideList allocations for FILE_RECORD_HE...
2017-12-31 Pierre Schweitzer[NTFS] Use LookasideList allocations for NTFS_ATTR_CONTEXT.
2017-12-31 Pierre Schweitzer[NTFS] Rewrite ReleaseAttributeContext() so that its...
2017-12-31 Pierre Schweitzer[NTFS] Don't dereference NULL IRP
2017-12-31 Pierre Schweitzer[NTFS] Don't leak memory in case of failure while creat...
2017-12-31 Pierre Schweitzer[NTFS] Don't leak attributes contextes in the btree...
next