reactos.git
2018-09-01 Pierre Schweitzer[KMTESTS:CC] Add missing FsRtlEnter/ExitFileSystem...
2018-09-01 Pierre Schweitzer[KMTESTS:CC] That wasn't meant to be committed
2018-09-01 Serge Gautherie[COMCTL32_WINETEST] treeview.c: Skip test_right_click() 827/head
2018-08-31 Pierre Schweitzer[KMTESTS:CC] Add a test to show we map our buffers...
2018-08-31 Pierre Schweitzer[KMTESTS:CC] Remove dummy leftover
2018-08-31 Pierre Schweitzer[KMTESTS:CC] Extended previous test to show an overlap...
2018-08-31 Pierre Schweitzer[KMTESTS:CC] Add a test that shows that our CC implemen...
2018-08-31 Pierre Schweitzer[NTOSKRNL] Fix a typo
2018-08-31 Pierre Schweitzer[NTOSKRNL] Warn about unimplemented feature in CcMapDat...
2018-08-31 Serge Gautherie[KMTESTS] Re-enable kmtest_.exe installation (#389)
2018-08-30 Hermès Bélusca... [MODULES] Order the cmake inclusions alphabetically...
2018-08-30 Hermès Bélusca... [REACTOS] Introduce a "DEBUGFORMAT" environment variabl... 793/head
2018-08-30 Katayama Hirofumi MZ[WIN32SS][FONT] Fix GetTextFace function and related...
2018-08-30 Katayama Hirofumi MZ[FONT][SETUP] Add 'Tms Rmn' and 'Times' font substitute...
2018-08-30 David Quintana[CMAKE] Update baseaddress files to match latest changes.
2018-08-29 Katayama Hirofumi MZ[STORAHCI] Fix MSVC "uninitialized local variable"...
2018-08-29 Katayama Hirofumi MZ[SDK] Duplicate English messages as Polish Messages...
2018-08-29 David Quintana[MC] Fix VS2017 build.
2018-08-29 Eric Kohl[NET] Initialize a new users primary group ID in order...
2018-08-29 Eric Kohl[NET] Fix indentation
2018-08-29 Pierre Schweitzer[CDFS] Revert 9d0596a
2018-08-29 Pierre Schweitzer[SDK] Fix the implementation of the FsRtlIsAnsiCharacte...
2018-08-28 Joachim Henze[SHELL32] Fix typo in comment
2018-08-28 Katayama Hirofumi MZ[TCPSVCS] Remove hardcoded C drive letter (#800)
2018-08-28 Pierre Schweitzer[CDFS] Properly check for legal names in CdIsLegalName()
2018-08-27 Hermès Bélusca... [USETUP] Progress-bar: minor improvements.
2018-08-27 Mark Jansen[LDR] Load kernel32 in LdrpInitializeProcess. 805/head
2018-08-27 Mark Jansen[NTDLL_APITEST] Various small fixes
2018-08-27 Mark Jansen[COMCTL32] Unregister some classes that were registered. 811/head
2018-08-27 LuRenJia[MAGNIFY] Fix the magnification ratio bug for CORE...
2018-08-27 Katayama Hirofumi MZ[SHELL32] Adjust the IDC_PICKICON_LIST control's height...
2018-08-27 Mark Jansen[SHELL32] Check the result from PathUnExpandEnvStringsW 817/head
2018-08-27 Mark Jansen[SHELL32] Remove some mostly dead code from CShellLink
2018-08-27 Katayama Hirofumi MZ[SDK][CRT] Fix _ismbblead undefined error on MSVC 818/head
2018-08-26 Hermès Bélusca... [TIMEOUT] Fix a typo.
2018-08-26 Hermès Bélusca... [USETUP] Implement a basic console 'input queue' and...
2018-08-26 Eric Kohl[LSASRV] LsapLogonUser creates an impersonation token...
2018-08-26 Eric Kohl[SAMSRV] Simplify the initialization of the account...
2018-08-26 Eric Kohl[SAMLIB] Add stubs for SamTestPrivateFunctionsDomain...
2018-08-26 Pierre Schweitzer[NTOSKRNL] Properly reset pinning state on pinning...
2018-08-26 Pierre Schweitzer[NTOSKRNL] When acquiring BCB shared, starve exclusive...
2018-08-26 Pierre Schweitzer[NTOSKRNL] Handle the PIN_WAIT flag in CcPinMappedData()
2018-08-26 Pierre Schweitzer[NTOSKRNL] Stubplement CcPinMappedData() and simplify...
2018-08-26 Eric Kohl[SAMSRV] Simplify the initialization of the account...
2018-08-26 Eric Kohl[NETAPI32] Add code to handle special values of the...
2018-08-26 Hermès Bélusca... [USETUP] Progress-bar: Add support for displaying a...
2018-08-26 Hermès Bélusca... [USETUP] Progress-bar: Code formatting, add annotations...
2018-08-26 Hermès Bélusca... [USETUP] DrawProgressBar(): Draw the progress bar borde...
2018-08-26 Eric Kohl[NET] Set the proper account expiration time (TIMEQ_FOR...
2018-08-26 Katayama Hirofumi MZ[SHELL32] Fix CShellLink::GetIconLocation (#810)
2018-08-26 Denis Malikov[NTOS:KE] Fix stub for KeAcquireInStackQueuedSpinLockFo...
2018-08-25 Eric Kohl[NET] Add a date parser for the expires option of the...
2018-08-25 Eric Kohl[NTOSKRNL] IopGetDeviceProperty: Initialize power data...
2018-08-25 Pierre Schweitzer[KMTESTS:FSRTL] Add tests for the FsRtlIsAnsiCharacter...
2018-08-25 Pierre Schweitzer[NTOSKRNL] Add the OLE flag where appropriate in FsRtlL...
2018-08-25 Pierre Schweitzer[KMTESTS:FSRTL] Add tests for FsRtlLegalAnsiCharacterArray
2018-08-24 Katayama Hirofumi MZ[WIN32SS][NTGDI] Extend PATH_FillPath as PATH_FillPathE...
2018-08-24 Katayama Hirofumi MZ[FONTS] Improve Tahoma font (14px bitmap and ligatures...
2018-08-23 Baruch Rutman[WIN32SS][LPK] Add BiDi support to menus and window...
2018-08-23 Hermès Bélusca... [CONUTILS] In ConWrite(), emit an \r when a \n is encou...
2018-08-22 Joachim Henze[SDK] "0.4.11-dev" Starts here. 0.4.11-dev
2018-08-22 Katayama Hirofumi MZ[NFSD] [TELNET] Remove the hardcoded directory paths...
2018-08-22 Katayama Hirofumi MZ[TRANSLATION][ZIPFLDR] Add Japanese translation (#799)
2018-08-21 Serge Gautherie[ADVAPI32_WINETEST] Restore service.c changes from... 694/head
2018-08-21 Serge Gautherie[SERVICES] RChangeServiceConfig2A(): Zero-Initialize...
2018-08-21 Baruch Rutman[FONTS] Update Hebrew font subtitutions (#795)
2018-08-21 Andreas Bjerkeholt[TRANSLATION][ZIPFLDR] Add Swedish translation (#794)
2018-08-21 Bișoc George[USETUP] Implement CreateProgressBarEx() (#791)
2018-08-21 Serge Gautherie[CMAKE] MSVC_IDE: Enable 'unset(CMAKE_IMPORT_LIBRARY_SU... 572/head
2018-08-21 Katayama Hirofumi MZ[FONTS] Add Hebrew vector glyphs to Tahoma Bold font...
2018-08-21 Katayama Hirofumi MZ[FONTS] Add Hebrew vector glyphs to Tahoma font (#789)
2018-08-21 Serge Gautherie[MSHTML] Fix 3 MSVC warnings about HTML*Element_handle_... 688/head
2018-08-21 Hermès Bélusca... [CMD] Add missing memory allocation NULL checks (#161... 161/head
2018-08-21 Katayama Hirofumi MZ[SHELL32] Enable to change shortcut icon (#784)
2018-08-21 Robert Naumann[BROWSEUI] Show Tooltip text for 'Go' Button 786/head
2018-08-21 Pierre SchweitzerAddendum to 45fd48b
2018-08-21 Pierre Schweitzer[CDFS_NEW] -> [CDFS] No old driver, thus no new driver
2018-08-21 Pierre Schweitzer[CDFS] Delete the old CDFS driver.
2018-08-21 Andreas Bjerkeholt[ZIPFLDR] Enable / disable the correct wizard buttons 788/head
2018-08-21 Timo Kreuzer[NTOS:Mm] Fix a 64 bit issue in MmMapViewOfArm3Section...
2018-08-21 Timo Kreuzer[NTOS] Fix MiFindInitializationCode (#751)
2018-08-21 Pierre Schweitzer[FASTFAT] Drop an useless #ifdef, we have this cast...
2018-08-21 Pierre Schweitzer[FASTFAT] Finally drop the TAG_VFAT allocation tag
2018-08-21 Mark Jansen[BTRFS] Fix booting with runtime checks
2018-08-20 Timo Kreuzer[NTOS:MM] Fix ASSERT when expanding paged pool
2018-08-20 Timo Kreuzer[SYSSETUP] Fix handling of the status message window
2018-08-20 Pierre SchweitzerAdd a quick statement about BtrFS :-)
2018-08-20 Pierre Schweitzer[FASTFAT] Disable delayed close
2018-08-20 Serge Gautherie[MSHTML] Fix an MSVC warning about HTMLInputElementImpl...
2018-08-20 Timo Kreuzer[NTOS:MM] Fix paged pool expansion
2018-08-20 Adam Słaboń[TRANSLATION] Polish translation update (#781)
2018-08-20 Katayama Hirofumi MZ[GDI32][APITESTS] Add GetGlyphOutline testcase (#776)
2018-08-20 Katayama Hirofumi MZ[BOOTDATA] Improve 'Open With' registry information...
2018-08-20 Jake Collins[MODERN.MSSTYLES] Add the initial version of the modern... 698/head
2018-08-20 Victor Perevertkin[BTRFSTOOLS] Added python scripts for inspecting BTRFS...
2018-08-20 Victor Perevertkin[BTRFS] Applied upstream pull-requests before they...
2018-08-20 Victor Perevertkin[FREELDR][BTRFS] Implemented BTRFS support in Free...
2018-08-20 Victor Perevertkin[USETUP][SETUPLIB] Added support for formatting partiti...
2018-08-19 Eric Kohl[UMPNPMGR] Simplify PNP_GetDeviceRegProp
2018-08-19 Eric Kohl[SETUPAPI] SetupDiGetDeviceRegistryPropertyW call CM_Ge...
next