reactos.git
2020-08-26 James Tabor[Printing] Update and Add Functions
2020-08-26 Stanislav Motylkov[SYSDM] Add missing RegCloseKey function calls
2020-08-26 Stanislav Motylkov[SYSDM] Display system identifier when SMBIOS is not...
2020-08-26 Kyle Katarn[OPENGL32] Remove Err Log Spam from wglMakeCurrent...
2020-08-26 George Bișoc[NTOS:RTL] Implement the kernel-mode version of RtlGetN... 3029/head
2020-08-26 Serge Gautherie[SHELL32] spec: Update SHRunControlPanel() and SHValida...
2020-08-26 Stanislav Motylkov[XBOX] Move NV2A XGPU definitions into header file
2020-08-25 Stanislav Motylkov[XBOX] Move SuperIO definitions and helpers into header...
2020-08-25 Vladimir Barinov[MSGINA][SYSSETUP] Implement Friendly UI shutdown dialo... 2762/head
2020-08-25 Nguyen Trung... [NTGDI] Fix stack memory disclosure in ftGdiGetTextMetr...
2020-08-25 Nguyen Trung... [NTGDI] Fix pool memory disclosure in NtGdiGetGlyphOutl...
2020-08-25 Kyle Katarn[SHELL32] Demote noisy ERR() to TRACE() in CRecyclerDro...
2020-08-25 Catalin Gabriel... [BASE] Improve Spanish (es-ES) translation (#3088) 3088/head
2020-08-25 Hermès Bélusca... [NTOS:FSTUB] Minor fixes. upstream_master
2020-08-25 Hermès Bélusca... [NTOS:FSTUB] Whitespace fixes only.
2020-08-24 Victor Perevertkin[PSDK] Import definitions needed by newer storage class...
2020-08-23 Hermès Bélusca... [CONUTILS] Use const string pointers for strings that...
2020-08-23 Thomas Faber[NPFS] Set completion routine on the correct IRP in...
2020-08-23 Jose Carlos... [REACTOS][USETUP] Update Portuguese PT translation...
2020-08-23 Aobi Chan CL[TRANSLATION] Chinese Traditional translation for ...
2020-08-23 Thomas Faber[XDK] Fix a noisy clang warning in RTL_CONSTANT_STRING... 3055/head
2020-08-23 Thomas Faber[CRT] Fix XMM intrinsics for clang. CORE-14306
2020-08-23 Thomas Faber[GITHUB] Enable Clang-Cl build in GitHub actions. CORE...
2020-08-23 Thomas Faber[KERNEL32_APITEST] Enable SSE for TestSSEExceptions...
2020-08-23 Thomas Faber[TELNET] Don't build this for clang due to compiler...
2020-08-23 Thomas Faber[FREELDR][NETKVM][ATL_APITEST] Pick the GCC code path...
2020-08-23 Thomas Faber[CMAKE] Explicitly target Pentium for clang. CORE-17202
2020-08-23 Thomas Faber[CMAKE] Use a space after /fo for the RC compiler to...
2020-08-23 Thomas Faber[CRT] Make some more intrinsics conditional. CORE-17202
2020-08-23 Thomas Faber[CMAKE] Avoid deprecated CMakeClDeps and CMakeForceCCom...
2020-08-22 Joachim Henze[SHELL32] Demote 2 noisy goodpath loggings to TRACE...
2020-08-21 Victor Perevertkin[NTOS:IO] Queue device tree enumeration inside IoReport...
2020-08-21 Victor Perevertkin[NTOS:IO] Do not raise an unknown bugcheck inside the...
2020-08-21 Victor Perevertkin[NTOS:IO] Do device reset inside the PipDeviceActionWorker 1569/head
2020-08-21 Victor Perevertkin[HALX86] Report HAL root device to the stack before...
2020-08-21 Victor Perevertkin[NTOS:IO] Enumerate devices only inside the PipDeviceAc...
2020-08-21 Victor Perevertkin[NTOS:IO] change DEVICE_ACTION values and rename functions
2020-08-20 Adam Stachowicz[CMD] Update Polish (pl-PL) translation (#3082)
2020-08-20 Katayama Hirofumi MZ[SHELL32] Enable CopyTo/MoveTo textbox functionality...
2020-08-20 Katayama Hirofumi MZ[NTUSER] Improve SPI_SETWORKAREA setting (#3061)
2020-08-19 Stanislav Motylkov[CMD] Update Russian (ru-RU) translation
2020-08-19 Hermès Bélusca... [CMD] Add mention of the /Y switch in MORE command...
2020-08-19 Hermès Bélusca... [CMD] TYPE: Rewrite the command so as to fix some of...
2020-08-19 Hermès Bélusca... [CMD] CHDIR: Some features are available only when...
2020-08-19 Hermès Bélusca... [CMD] SET: Fix displaying the environment variables...
2020-08-19 Hermès Bélusca... [CMD] REPLACE: Fix a memory leak.
2020-08-19 Hermès Bélusca... [CMD] SETLOCAL / ENDLOCAL: Save / Restore as well the...
2020-08-19 Hermès Bélusca... [CMD] setlocal.c : Code style and formatting fixes
2020-08-19 Hermès Bélusca... [CMD] Implement provisional support for the HIGHESTNUMA...
2020-08-19 Hermès Bélusca... [CMD] The "special" environment-like variables are...
2020-08-19 Hermès Bélusca... [CMD] FOR: Some functionality is available only when...
2020-08-19 Hermès Bélusca... [CMD] IF: Some functionality is available only when...
2020-08-19 Hermès Bélusca... [CMD] DATE: Simplify the input loop, based on the TIME...
2020-08-19 Hermès Bélusca... [CMD] DATE: The /T option is available only when extens...
2020-08-19 Hermès Bélusca... [CMD] TIME: The /T option is available only when extens...
2020-08-19 Hermès Bélusca... [CMD] Some code style and formatting fixes
2020-08-19 Hermès Bélusca... [CMD] Simplify GetRootPath() and mark its InPath parame...
2020-08-19 Hermès Bélusca... [CMD] CHDIR: Adjust ERROR_FILE_NOT_FOUND into ERROR_PAT...
2020-08-19 Hermès Bélusca... [CMD] It is not the job of ErrorMessage() to set the...
2020-08-19 Hermès Bélusca... [CMD] MOVE: Set the errorlevel on failure.
2020-08-19 Hermès Bélusca... [CMD] RMDIR: Improve some aspects of the /S option.
2020-08-19 Hermès Bélusca... [CMD] RMDIR: Force directory deletion even if it's...
2020-08-19 Hermès Bélusca... [CMD] PATH, SET: Fix the returned error message when...
2020-08-19 Hermès Bélusca... [CMD] Use kernel32!lstrcmp(i) when comparing strings...
2020-08-19 Hermès Bélusca... [CMD] Improve the way the ErrorMessage() helper and...
2020-08-19 Hermès Bélusca... [CMD] Improve RMDIR help and MD error message.
2020-08-19 Hermès Bélusca... [CMD] Fix the output of the SET command.
2020-08-19 Hermès Bélusca... [CMD] Some code style and formatting fixes
2020-08-19 Hermès Bélusca... [CMD] Fix the implementation of EXIT /B when a batch...
2020-08-19 Hermès Bélusca... [CMD] Additional fixes for ERRORLEVEL and last returned...
2020-08-19 Hermès Bélusca... [CMD_ROSTEST] Add tests for EXIT and CMD returned exit...
2020-08-19 Hermès Bélusca... [CMD] GOTO: Fix label parsing.
2020-08-19 Hermès Bélusca... [CMD_ROSTEST] Add tests for GOTO label parsing.
2020-08-19 Hermès Bélusca... [CMD] GOTO: Fix handling of the ':EOF' label handling.
2020-08-19 Hermès Bélusca... [CMD_ROSTEST] Add tests for GOTO :EOF
2020-08-19 Hermès Bélusca... [CMD] GOTO: The command should search labels from its...
2020-08-19 Hermès Bélusca... [CMD_ROSTEST] Add tests for GOTO and CALL label search...
2020-08-19 Hermès Bélusca... [CMD] Syntax errors during parsing of batch parameters...
2020-08-19 Hermès Bélusca... [CMD] Fixes for Batch error execution control flow.
2020-08-19 Hermès Bélusca... [CMD_ROSTEST] Add tests for batch execution flow with...
2020-08-19 Hermès Bélusca... [CMD] Further code style and formatting fixes.
2020-08-19 Hermès Bélusca... [CMD] Reduce stack memory usage when parsing or echoing...
2020-08-19 Hermès Bélusca... [CMD] Make the command echoer Windows-CMD-compatible...
2020-08-19 Hermès Bélusca... [CMD] Fix the command echo-er/unparser.
2020-08-19 Hermès Bélusca... [CMD] Add a command tree dumper, for debugging purposes...
2020-08-19 Hermès Bélusca... [CMD_ROSTEST] Add tests for the command echoer.
2020-08-19 Hermès Bélusca... [CMD] parser.c, cmd.c/h : Code style and formatting...
2020-08-19 Hermès Bélusca... [CMD] Fix some messages formatting.
2020-08-19 Hermès Bélusca... [CMD_ROSTEST] Minor improvements for the echo-ed info...
2020-08-19 Hermès Bélusca... [CMD_ROSTEST] Sync batch.c with cmd_winetest' counterpart.
2020-08-19 Hermès Bélusca... [CMD_WINETEST] Sync with Wine 5.12.
2020-08-19 Hermès Bélusca... [CMD] todo.txt: Remove some points that have already...
2020-08-19 Hermès Bélusca... [CMD] Remove deprecated definition in CMakeLists.txt.
2020-08-19 Thomas Schneider[FREELDR] Bootsector fix for CHS read on old BIOSes... 3078/head
2020-08-19 Andreas Hausmann[BROWSEUI] Few corrections for German (de-DE) translati... 3067/head
2020-08-18 Dmitry Borisov[PC98VID] Add framebuffer video miniport driver for... 3040/head
2020-08-18 Stanislav Motylkov[TASKMGR] Revert 535e262 (#3016)
2020-08-18 Stanislav Motylkov[SHELL32] Addendum to 4156fd5
2020-08-18 Stanislav Motylkov[SHELL32] Improve Russian translation
2020-08-18 Zheng Jianping[UMANDLG] Update Chinese Simplified (zh-CN) translation... 2545/head
next