[ros-diffs] [reactos] 01/01: Remove liberapay

2023-12-17 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=474a8ea46bec44a9155194ef2bf92548a9bfca07 commit 474a8ea46bec44a9155194ef2bf92548a9bfca07 Author: Mark Jansen AuthorDate: Sun Dec 17 16:27:45 2023 +0100 Commit: GitHub CommitDate: Sun Dec 17 16:27:45 2023 +0100 Remove liberapay

[ros-diffs] [reactos] 01/02: [RTL] Implement RtlGetProcessHeaps

2023-12-17 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b8cdd1a8799acc381eba6db6889e94a141185e89 commit b8cdd1a8799acc381eba6db6889e94a141185e89 Author: Mark Jansen AuthorDate: Thu Dec 7 20:20:03 2023 +0100 Commit: Mark Jansen CommitDate: Sun Dec 17 22:28:24 2023 +0100 [RTL

[ros-diffs] [reactos] 02/02: [NTDLL_APITEST] Add test for RtlGetProcessHeaps

2023-12-17 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e8f9564c2079203d3e0291cbe8889e2a935b7d1b commit e8f9564c2079203d3e0291cbe8889e2a935b7d1b Author: Mark Jansen AuthorDate: Fri Dec 8 00:18:57 2023 +0100 Commit: Mark Jansen CommitDate: Sun Dec 17 22:28:40 2023 +0100 [NTDLL_APITEST

[ros-diffs] [reactos] 01/01: [URLMON] Remove BOM from urlmon.inf

2017-10-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=da27e0026a89253fcbb3b3930f85aba22e13d99a commit da27e0026a89253fcbb3b3930f85aba22e13d99a Author: Mark Jansen AuthorDate: Sat Oct 7 22:11:41 2017 +0200 [URLMON] Remove BOM from urlmon.inf --- dll/win32/urlmon/urlmon.inf | Bin 55000

[ros-diffs] [reactos] 01/01: [URLMON] Convert urlmon.inf to utf8 since git insists on fucking up utf16 files.

2017-10-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=48fe08654d7ee94baad7ae3768a095749cc81b29 commit 48fe08654d7ee94baad7ae3768a095749cc81b29 Author: Mark Jansen AuthorDate: Sat Oct 7 23:43:57 2017 +0200 [URLMON] Convert urlmon.inf to utf8 since git insists on fucking up utf16 files

[ros-diffs] [reactos] 01/01: [MSI] Fix a buffer overrun in build_default_format CORE-13881 Imported wine commit: f517022: msi: Fix an invalid write in build_default_format (Valgrind).

2017-10-09 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4dafcc5ea250673993995c4d5a60d8d250e9eb7a commit 4dafcc5ea250673993995c4d5a60d8d250e9eb7a Author: Mark Jansen AuthorDate: Sun Oct 8 23:41:02 2017 +0200 [MSI] Fix a buffer overrun in build_default_format CORE-13881 Imported wine commit

[ros-diffs] [reactos] 01/01: [ATL] Implement CDialogImpl CORE-13903

2017-10-22 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=31a11bba7e598336990610a9cd36665fa8bb commit 31a11bba7e598336990610a9cd36665fa8bb Author: Mark Jansen AuthorDate: Sat Oct 21 00:25:36 2017 +0200 [ATL] Implement CDialogImpl CORE-13903 --- sdk/lib/atl/atlwin.h | 184

[ros-diffs] [reactos] 01/01: [ATL] Initial implementation of CAtlExeModuleT. CORE-13908

2017-11-01 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=be1155f294ea1c4d551a34411d48389e510d4082 commit be1155f294ea1c4d551a34411d48389e510d4082 Author: Mark Jansen AuthorDate: Sun Oct 22 22:25:03 2017 +0200 [ATL] Initial implementation of CAtlExeModuleT. CORE-13908 --- sdk/lib/atl

[ros-diffs] [reactos] 01/01: [WIN32K] Check if the window being destroyed is currently tracked. (#103)

2017-11-04 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9e4d2f1f9e9529bc1e8b9d8c3ab2e0b398fbf2b5 commit 9e4d2f1f9e9529bc1e8b9d8c3ab2e0b398fbf2b5 Author: Mark Jansen AuthorDate: Sat Nov 4 15:00:54 2017 +0100 [WIN32K] Check if the window being destroyed is currently tracked. (#103

[ros-diffs] [reactos] 01/02: [OPENGL32] Do not crash in IntGetCurrentDC if thread data was not allocated. CORE-12232

2017-11-17 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fa9ce98d8e19526200e8c38dd5e418ddee14b692 commit fa9ce98d8e19526200e8c38dd5e418ddee14b692 Author: Mark Jansen AuthorDate: Sun Nov 5 21:23:55 2017 +0100 [OPENGL32] Do not crash in IntGetCurrentDC if thread data was not allocated. CORE

[ros-diffs] [reactos] 02/02: [OPENGL32] Allocate thread data in IntMakeCurrent if it is not allocated yet. CORE-12232

2017-11-17 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=64d10228ee1fea0f118735d812cf6bed7fbac1c0 commit 64d10228ee1fea0f118735d812cf6bed7fbac1c0 Author: Mark Jansen AuthorDate: Sun Nov 5 21:24:31 2017 +0100 [OPENGL32] Allocate thread data in IntMakeCurrent if it is not allocated yet

[ros-diffs] [reactos] 01/01: [SHELL32_APITEST] Add test for SHCreateFileExtractIconW CORE-14082

2017-12-09 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4ac511405f69535076bbdabfc2710891978e5d02 commit 4ac511405f69535076bbdabfc2710891978e5d02 Author: Mark Jansen AuthorDate: Sat Dec 9 00:51:56 2017 +0100 [SHELL32_APITEST] Add test for SHCreateFileExtractIconW CORE-14082 --- modules

[ros-diffs] [reactos] 01/03: [COM_APITEST] Add IACLCustomMRU

2017-12-18 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8aaa5eea75121fcce0617ff2f55d4227180cb11c commit 8aaa5eea75121fcce0617ff2f55d4227180cb11c Author: Mark Jansen AuthorDate: Sat Dec 16 14:50:49 2017 +0100 [COM_APITEST] Add IACLCustomMRU --- modules/rostests/apitests/com/browseui.c| 2

[ros-diffs] [reactos] 02/03: [BROWSEUI_APITEST] Add tests for IACLCustomMRU. CORE-9281

2017-12-18 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cba274350e6d17a8356357fadb8ccb13d0c7531f commit cba274350e6d17a8356357fadb8ccb13d0c7531f Author: Mark Jansen AuthorDate: Sat Dec 16 17:22:48 2017 +0100 [BROWSEUI_APITEST] Add tests for IACLCustomMRU. CORE-9281 --- modules/rostests

[ros-diffs] [reactos] 03/03: [BROWSEUI] Implement ACLCustomMRU. CORE-9281

2017-12-18 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ad181d892cc5349bba1ac74378a71d7d3d5258cf commit ad181d892cc5349bba1ac74378a71d7d3d5258cf Author: Mark Jansen AuthorDate: Sun Dec 17 15:29:30 2017 +0100 [BROWSEUI] Implement ACLCustomMRU. CORE-9281 --- dll/win32/browseui

[ros-diffs] [reactos] 02/02: [ATL_APITEST] Show that CComObject's COM_MAP continues enumeration after a failing blind function.

2017-12-21 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f941c78f50cb138840c68c2756a583e8d8ceb105 commit f941c78f50cb138840c68c2756a583e8d8ceb105 Author: Mark Jansen AuthorDate: Wed Dec 20 22:06:44 2017 +0100 [ATL_APITEST] Show that CComObject's COM_MAP continues enumeration after a fa

[ros-diffs] [reactos] 01/02: [ATL] Continue enumeration after a failing COM_INTERFACE_ENTRY_FUNC_BLIND

2017-12-21 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a730e3fce14b76daf7e1ba25698a07d6ea6ed4a5 commit a730e3fce14b76daf7e1ba25698a07d6ea6ed4a5 Author: Mark Jansen AuthorDate: Mon Dec 18 23:15:46 2017 +0100 [ATL] Continue enumeration after a failing COM_INTERFACE_ENTRY_FUNC_BLIND --- sdk

[ros-diffs] [reactos] 01/02: [DLL] Fix wrong manifest includes.

2017-12-24 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=99c7c93b83c4b62a241a58e2f3e5e6c5e47ecbc4 commit 99c7c93b83c4b62a241a58e2f3e5e6c5e47ecbc4 Author: Mark Jansen AuthorDate: Sat Dec 23 22:38:42 2017 +0100 [DLL] Fix wrong manifest includes. --- dll/3rdparty/mbedtls/mbedtls.rc | 1 + dll

[ros-diffs] [reactos] 02/02: [SDK] Guard manifest_[dll|exe].rc against wrong usage.

2017-12-24 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7861960a884322ef09c138d2667b3b46cf00cac1 commit 7861960a884322ef09c138d2667b3b46cf00cac1 Author: Mark Jansen AuthorDate: Sat Dec 23 22:39:26 2017 +0100 [SDK] Guard manifest_[dll|exe].rc against wrong usage. --- sdk/include/reactos

[ros-diffs] [reactos] 01/04: [ATL_APITEST] Add a test for CString.AllocSysString

2017-12-25 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bccdcded28112a49e4d02160cd0ca598595e10b7 commit bccdcded28112a49e4d02160cd0ca598595e10b7 Author: Mark Jansen AuthorDate: Sun Dec 24 01:25:54 2017 +0100 [ATL_APITEST] Add a test for CString.AllocSysString --- modules/rostests/apitests

[ros-diffs] [reactos] 02/04: [ATL_APITEST] Add a test for CComBSTR.Attach/Detach

2017-12-25 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9187a81538f126dea4e15e557d20d92553d074c7 commit 9187a81538f126dea4e15e557d20d92553d074c7 Author: Mark Jansen AuthorDate: Sun Dec 24 01:26:29 2017 +0100 [ATL_APITEST] Add a test for CComBSTR.Attach/Detach --- modules/rostests/apitests

[ros-diffs] [reactos] 03/04: [ATL] Add CComBSTR.Attach

2017-12-25 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6c92d5c14a6a7eda627f755453b69ac4ec4b8863 commit 6c92d5c14a6a7eda627f755453b69ac4ec4b8863 Author: Mark Jansen AuthorDate: Sun Dec 24 01:27:06 2017 +0100 [ATL] Add CComBSTR.Attach --- sdk/lib/atl/atlcomcli.h | 6 ++ 1 file changed, 6

[ros-diffs] [reactos] 04/04: [ATL] Add CString.AllocSysString

2017-12-25 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fa3e1735152a12a9111c20c16e9a72ba1a913250 commit fa3e1735152a12a9111c20c16e9a72ba1a913250 Author: Mark Jansen AuthorDate: Sun Dec 24 01:28:16 2017 +0100 [ATL] Add CString.AllocSysString --- sdk/lib/atl/cstringt.h | 27

[ros-diffs] [reactos] 01/03: [COM_APITEST] Add zipfldr tests. CORE-7684 #234

2017-12-31 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4bdc74bf5d8937bd5bf20aaade43a1ad03c394ce commit 4bdc74bf5d8937bd5bf20aaade43a1ad03c394ce Author: Mark Jansen AuthorDate: Tue Nov 28 22:58:07 2017 +0100 [COM_APITEST] Add zipfldr tests. CORE-7684 #234 --- modules/rostests/apitests

[ros-diffs] [reactos] 02/03: [ROSDLGS] Add SetWizardButtons to CPropertyPageImpl CORE-7684 #234

2017-12-31 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b2a5a804b4b43b59e21c0c9931217c10f0da1c2a commit b2a5a804b4b43b59e21c0c9931217c10f0da1c2a Author: Mark Jansen AuthorDate: Sun Dec 24 14:56:42 2017 +0100 [ROSDLGS] Add SetWizardButtons to CPropertyPageImpl CORE-7684 #234 --- sdk

[ros-diffs] [reactos] 03/03: [SHLEXTDBG] Add utility to run / debug shell extensions. CORE-7684 #234

2017-12-31 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=cb885480b2606843577f8239c79e2b93a718883b commit cb885480b2606843577f8239c79e2b93a718883b Author: Mark Jansen AuthorDate: Sat Dec 23 22:31:15 2017 +0100 [SHLEXTDBG] Add utility to run / debug shell extensions. CORE-7684 #234

[ros-diffs] [reactos] 01/01: [DRWTSN32] Implement basic crash report functionality

2018-01-06 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=280d7a97758b28d078124f17eb61b5c9d4a30d2d commit 280d7a97758b28d078124f17eb61b5c9d4a30d2d Author: Mark Jansen AuthorDate: Sat Jan 6 11:47:54 2018 +0100 [DRWTSN32] Implement basic crash report functionality On application crash

[ros-diffs] [reactos] 01/02: [PSDK] Fix definition of INVALID_PROCESSTRACE_HANDLE as suggested by Thomas. #267

2018-01-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e3459ec36ecd783d67c27dac4e81ad9facc08605 commit e3459ec36ecd783d67c27dac4e81ad9facc08605 Author: Mark Jansen AuthorDate: Sat Jan 6 21:09:51 2018 +0100 [PSDK] Fix definition of INVALID_PROCESSTRACE_HANDLE as suggested by Thomas. #267

[ros-diffs] [reactos] 02/02: [ADVAPI32] Stub OpenTrace and ProcessTrace so newer versions of ProcessExplorer start again. CORE-10312

2018-01-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d0f3fa51fb5371b65c2bde39f49caa78089b3ba4 commit d0f3fa51fb5371b65c2bde39f49caa78089b3ba4 Author: Mark Jansen AuthorDate: Sat Jan 6 20:48:21 2018 +0100 [ADVAPI32] Stub OpenTrace and ProcessTrace so newer versions of ProcessExplorer start

[ros-diffs] [reactos] 01/02: [SDK] Add UNIMPLEMENTED_ONCE macro, to be used for functions that spam.

2018-01-08 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=81eb3bbceb518c331f3d8e4754ad61adc0e94d33 commit 81eb3bbceb518c331f3d8e4754ad61adc0e94d33 Author: Mark Jansen AuthorDate: Mon Jan 8 21:06:23 2018 +0100 [SDK] Add UNIMPLEMENTED_ONCE macro, to be used for functions that spam. --- sdk

[ros-diffs] [reactos] 02/02: [NTOS] Limit the spam from NtNotifyChangeMultipleKeys. CORE-13125

2018-01-08 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7b398514f1ff921edb647b8d7e01941670a79034 commit 7b398514f1ff921edb647b8d7e01941670a79034 Author: Mark Jansen AuthorDate: Mon Jan 8 21:18:30 2018 +0100 [NTOS] Limit the spam from NtNotifyChangeMultipleKeys. CORE-13125 --- ntoskrnl

[ros-diffs] [reactos] 01/02: [APPHELP] Try Dos and Nt path formats in SdbGetFileAttributes.

2018-01-09 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0123f4745b359983fb6c0c47bc5f71d60be87c6f commit 0123f4745b359983fb6c0c47bc5f71d60be87c6f Author: Mark Jansen AuthorDate: Sun Jan 7 21:52:13 2018 +0100 [APPHELP] Try Dos and Nt path formats in SdbGetFileAttributes. --- dll/appcompat

[ros-diffs] [reactos] 02/02: [SHIMENG] Mark modified dll's as visited, and apply shims to newly loaded dlls

2018-01-09 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=06c1e134e1665356394c1947ff061d28a918aa5a commit 06c1e134e1665356394c1947ff061d28a918aa5a Author: Mark Jansen AuthorDate: Tue Aug 29 22:21:58 2017 +0200 [SHIMENG] Mark modified dll's as visited, and apply shims to newly loaded

[ros-diffs] 01/01: [BROWSEUI] Do not clear a CComPtr with memset.

2018-01-13 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e5f90298267bca3551cb95a67592647b0a26c833 commit e5f90298267bca3551cb95a67592647b0a26c833 Author: Mark Jansen AuthorDate: Sat Jan 13 20:57:04 2018 +0100 Commit: Mark Jansen CommitDate: Sat Jan 13 20:57:04 2018 +0100 [BROWSEUI] Do

[ros-diffs] 01/01: [PSDK][ACTXPROXY] Add IExplorerCommand and related classes (Vista+)

2018-01-13 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1d4d88b062c5df08ba8dd082f2c92862db3d0de4 commit 1d4d88b062c5df08ba8dd082f2c92862db3d0de4 Author: Mark Jansen AuthorDate: Thu Dec 28 23:19:52 2017 +0100 Commit: Mark Jansen CommitDate: Sat Jan 13 23:49:58 2018 +0100 [PSDK

[ros-diffs] 01/01: [KERNEL32] Add version info to VerifyVersionInfo mismatch print.

2018-01-15 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4a2ad113e59e8998dcf30ec490e76008bedb6a1e commit 4a2ad113e59e8998dcf30ec490e76008bedb6a1e Author: Mark Jansen AuthorDate: Sun Jan 14 00:57:56 2018 +0100 Commit: Mark Jansen CommitDate: Mon Jan 15 19:47:58 2018 +0100 [KERNEL32

[ros-diffs] 01/01: [CMAKE/WIDL] Add rudimentary dependency tracking in add_rpcproxy_files CORE-14204

2018-01-20 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7e9fb41b9f6bf9a677651f080853d5f4f50b52e3 commit 7e9fb41b9f6bf9a677651f080853d5f4f50b52e3 Author: Mark Jansen AuthorDate: Mon Jan 15 21:04:56 2018 +0100 Commit: Mark Jansen CommitDate: Sat Jan 20 15:46:25 2018 +0100 [CMAKE/WIDL

[ros-diffs] 03/06: [APPSHIM_APITEST] Add test for shims in AcGenral

2018-01-21 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fc503b7c083751d43c07b317f70729be438e0f45 commit fc503b7c083751d43c07b317f70729be438e0f45 Author: Mark Jansen AuthorDate: Wed Jun 14 18:38:41 2017 +0200 Commit: Mark Jansen CommitDate: Sun Jan 21 21:13:08 2018 +0100

[ros-diffs] 04/06: [APPSHIM_APITEST] Add test for shims in AcLayers

2018-01-21 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f4f4466ffd1efece8c6b7d42fe18986a143ed55c commit f4f4466ffd1efece8c6b7d42fe18986a143ed55c Author: Mark Jansen AuthorDate: Mon Jan 8 22:58:42 2018 +0100 Commit: Mark Jansen CommitDate: Sun Jan 21 21:13:08 2018 +0100

[ros-diffs] 02/06: [APPHELP] Use GetSystemWindowsDirectory instead of GetWindowsDirectory

2018-01-21 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3fd6fcf6eb4ad30b29af4059d74534a53f8dd510 commit 3fd6fcf6eb4ad30b29af4059d74534a53f8dd510 Author: Mark Jansen AuthorDate: Sat Jan 20 22:52:53 2018 +0100 Commit: Mark Jansen CommitDate: Sun Jan 21 21:13:08 2018 +0100 [APPHELP] Use

[ros-diffs] 01/06: [SHIMENG] Change the default loglevel + mute GetProcAddress logging

2018-01-21 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=abeaf2e9dbc3b0891e790f868c521bc1c4d64722 commit abeaf2e9dbc3b0891e790f868c521bc1c4d64722 Author: Mark Jansen AuthorDate: Mon Jan 15 22:36:07 2018 +0100 Commit: Mark Jansen CommitDate: Sun Jan 21 21:13:08 2018 +0100 [SHIMENG

[ros-diffs] 05/06: [APPHELP][APPHELP_APITEST] Fix SdbGetAppPatchDir prototype

2018-01-21 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f9395e92afe042726d66630da93245e4da623829 commit f9395e92afe042726d66630da93245e4da623829 Author: Mark Jansen AuthorDate: Sun Jan 21 11:18:59 2018 +0100 Commit: Mark Jansen CommitDate: Sun Jan 21 21:13:08 2018 +0100 [APPHELP

[ros-diffs] 06/06: [APPSHIM_APITEST] Windows 10 test update

2018-01-21 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=eec2e288be0369451a8961c762c86edf0533a0bc commit eec2e288be0369451a8961c762c86edf0533a0bc Author: Mark Jansen AuthorDate: Sat Jan 20 22:53:41 2018 +0100 Commit: Mark Jansen CommitDate: Sun Jan 21 21:13:08 2018 +0100

[ros-diffs] 01/04: [SHIMENG] Change SE_InstallBeforeInit loglevel.

2018-01-27 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=06d7926e274fe3aa6335e57030cc6aa3b65b0ede commit 06d7926e274fe3aa6335e57030cc6aa3b65b0ede Author: Mark Jansen AuthorDate: Thu Jan 25 21:39:01 2018 +0100 Commit: Mark Jansen CommitDate: Sat Jan 27 15:12:24 2018 +0100 [SHIMENG

[ros-diffs] 02/04: [XML2SDB] Parse Flags.

2018-01-27 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1d0e7bddea48cca2023bb3d62a962b3647e4918c commit 1d0e7bddea48cca2023bb3d62a962b3647e4918c Author: Mark Jansen AuthorDate: Wed Jan 24 22:35:12 2018 +0100 Commit: Mark Jansen CommitDate: Sat Jan 27 15:12:24 2018 +0100 [XML2SDB

[ros-diffs] 03/04: [SHIMENG] Parse and apply [AppCompat] Flags.

2018-01-27 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7630bb0e79fb24640becb9d9aa004f3404297308 commit 7630bb0e79fb24640becb9d9aa004f3404297308 Author: Mark Jansen AuthorDate: Wed Jan 24 22:41:56 2018 +0100 Commit: Mark Jansen CommitDate: Sat Jan 27 15:12:24 2018 +0100 [SHIMENG

[ros-diffs] 04/04: [SDB] Define the layers GetShortPathNameNT4 and GetDiskFreeSpace2GB

2018-01-27 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f7520da3cef1c6fb9a99f31fd5b2780a6aae9d96 commit f7520da3cef1c6fb9a99f31fd5b2780a6aae9d96 Author: Mark Jansen AuthorDate: Wed Jan 24 22:43:35 2018 +0100 Commit: Mark Jansen CommitDate: Sat Jan 27 15:12:24 2018 +0100 [SDB] Define

[ros-diffs] 01/01: [ACPPAGE] Improve the compatibility tab (#332)

2018-01-27 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3889d8309a73d85486ae0b1cca66206454162cf9 commit 3889d8309a73d85486ae0b1cca66206454162cf9 Author: Mark Jansen AuthorDate: Sat Jan 27 18:10:50 2018 +0100 Commit: Hermès BÉLUSCA - MAÏTO CommitDate: Sat Jan 27 18:10:50 2018 +0100

[ros-diffs] 01/02: [ACPPAGE] Hide shims handled by the main ui.

2018-01-29 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5c7ce469bb5abbd5c7fd2e0a5648ca78580618e1 commit 5c7ce469bb5abbd5c7fd2e0a5648ca78580618e1 Author: Mark Jansen AuthorDate: Sat Jan 27 17:41:58 2018 +0100 Commit: Mark Jansen CommitDate: Mon Jan 29 22:05:17 2018 +0100 [ACPPAGE

[ros-diffs] 02/02: [ACPPAGE] Visualize custom layers

2018-01-29 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fbde4b00140e1be5d29423f837043efd68623500 commit fbde4b00140e1be5d29423f837043efd68623500 Author: Mark Jansen AuthorDate: Mon Jan 29 17:57:19 2018 +0100 Commit: Mark Jansen CommitDate: Mon Jan 29 22:05:17 2018 +0100 [ACPPAGE

[ros-diffs] 01/01: [SHELL32] CDefViewBckgrndMenu: Fix a crash when pasting on a new explorer window.

2018-02-05 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=058c2658a43a2ea2f155be0c8b7ecf97c2ae18d3 commit 058c2658a43a2ea2f155be0c8b7ecf97c2ae18d3 Author: Mark Jansen AuthorDate: Mon Feb 5 17:12:00 2018 +0100 Commit: Mark Jansen CommitDate: Mon Feb 5 17:39:32 2018 +0100 [SHELL32

[ros-diffs] 01/01: [RAPPS] Do not resize (hide) the treeview when minimizing.

2018-02-05 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=64d32eab27ce87995e3ddd0dd487bfe6586eaef1 commit 64d32eab27ce87995e3ddd0dd487bfe6586eaef1 Author: Mark Jansen AuthorDate: Tue Feb 6 00:02:17 2018 +0100 Commit: Mark Jansen CommitDate: Tue Feb 6 00:08:12 2018 +0100 [RAPPS] Do not

[ros-diffs] 01/01: [COMCTL32] Import wine commit 71cf0a31d99feb to fix the name column width in rapps.

2018-02-13 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=fb7caa745240b523f6e826b60b2c735558f6bd68 commit fb7caa745240b523f6e826b60b2c735558f6bd68 Author: Mark Jansen AuthorDate: Tue Feb 13 19:47:58 2018 +0100 Commit: Mark Jansen CommitDate: Tue Feb 13 19:48:18 2018 +0100 [COMCTL32

[ros-diffs] 01/01: [RAPPS] Some fixes to our completely broken cert pinning attempt. - We should not open a new connection to request a certificate. - Update the issuer / subject for the LE certificat

2018-02-18 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b56193a27c8cb3180710f26f03af7084415479ce commit b56193a27c8cb3180710f26f03af7084415479ce Author: Mark Jansen AuthorDate: Sun Feb 18 12:56:33 2018 +0100 Commit: Mark Jansen CommitDate: Sun Feb 18 13:01:02 2018 +0100 [RAPPS] Some

[ros-diffs] 01/01: [COMCTL32] Export GetWindowSubclass by name. CORE-14346

2018-02-18 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b02d78586cac43e9d52b96386ff8691f508d8d6b commit b02d78586cac43e9d52b96386ff8691f508d8d6b Author: Mark Jansen AuthorDate: Sun Feb 18 23:04:45 2018 +0100 Commit: Mark Jansen CommitDate: Sun Feb 18 23:04:45 2018 +0100 [COMCTL32

[ros-diffs] 01/01: [RAPPS] Various fixes - Ask the user if they want to continue on cab certificate problems - Fix memory leaks in failure paths - Properly disable caching

2018-02-19 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=07f3691cd82df5ba4b951fdcfa956dad6578c5b9 commit 07f3691cd82df5ba4b951fdcfa956dad6578c5b9 Author: Mark Jansen AuthorDate: Sun Feb 18 15:27:08 2018 +0100 Commit: Mark Jansen CommitDate: Mon Feb 19 11:54:33 2018 +0100 [RAPPS

[ros-diffs] 01/01: [RTL][XDK][KERNERL32_WINETEST] Import wine actctx changes from 3.2-37c98396 This adds support for reading the trustInfo (requestedExecutionLevel), and the compatibility (supportedOs

2018-02-19 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ee7f479c57623dffcf92507380a16d7b0a51dbb5 commit ee7f479c57623dffcf92507380a16d7b0a51dbb5 Author: Mark Jansen AuthorDate: Mon Feb 19 22:23:39 2018 +0100 Commit: Mark Jansen CommitDate: Mon Feb 19 22:23:39 2018 +0100 [RTL][XDK

[ros-diffs] 01/01: [SHIMENG] Do not crash on a NULL ModuleName & BaseAddress. CORE-14376

2018-02-22 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5f52a61e7dfdb821cc79c7daf4c357fd6199eab9 commit 5f52a61e7dfdb821cc79c7daf4c357fd6199eab9 Author: Mark Jansen AuthorDate: Thu Feb 22 23:25:34 2018 +0100 Commit: Mark Jansen CommitDate: Thu Feb 22 23:25:57 2018 +0100 [SHIMENG] Do

[ros-diffs] 01/04: [APPHELP] Set debug level in case of parse failure

2018-02-24 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0dd71438a4fdc7a0b076fa7415112175c1158e34 commit 0dd71438a4fdc7a0b076fa7415112175c1158e34 Author: Mark Jansen AuthorDate: Tue Feb 6 19:32:26 2018 +0100 Commit: Mark Jansen CommitDate: Sat Feb 24 19:33:02 2018 +0100 [APPHELP] Set

[ros-diffs] 02/04: [ACPPAGE] Enable version lies until Win7 + some cleanup

2018-02-24 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9b55e647fae5c899f22699a6f432ae44e2c11146 commit 9b55e647fae5c899f22699a6f432ae44e2c11146 Author: Mark Jansen AuthorDate: Tue Feb 6 19:32:51 2018 +0100 Commit: Mark Jansen CommitDate: Sat Feb 24 19:33:42 2018 +0100 [ACPPAGE

[ros-diffs] 03/04: [APPSHIM_APITEST] Add Win8 and Win81 versionlie tests

2018-02-24 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8e1f3429905776f604162c93eb92f0b31ff4516f commit 8e1f3429905776f604162c93eb92f0b31ff4516f Author: Mark Jansen AuthorDate: Sat Feb 10 15:31:06 2018 +0100 Commit: Mark Jansen CommitDate: Sat Feb 24 19:33:50 2018 +0100

[ros-diffs] 04/04: [ACLAYERS] Add WIN8 and WIN81 VersionLie shims

2018-02-24 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2ffc6846996748c7d81bd569ba44ffd8bf858bc4 commit 2ffc6846996748c7d81bd569ba44ffd8bf858bc4 Author: Mark Jansen AuthorDate: Sat Feb 10 15:31:55 2018 +0100 Commit: Mark Jansen CommitDate: Sat Feb 24 19:33:56 2018 +0100 [ACLAYERS

[ros-diffs] 01/02: [SHLWAPI_APITEST] Add test for SHAreIconsEqual

2018-03-05 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=754a2fa8724a3efdd5055bff7e369604ac7e5205 commit 754a2fa8724a3efdd5055bff7e369604ac7e5205 Author: Mark Jansen AuthorDate: Mon Mar 5 22:18:21 2018 +0100 Commit: Mark Jansen CommitDate: Mon Mar 5 22:43:17 2018 +0100

[ros-diffs] 02/02: [SHLWAPI] Implement SHAreIconsEqual CORE-14425

2018-03-05 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=173b79095c1f7aaf8e5c0e5d3b57b6d54392c1c0 commit 173b79095c1f7aaf8e5c0e5d3b57b6d54392c1c0 Author: Mark Jansen AuthorDate: Mon Mar 5 22:43:05 2018 +0100 Commit: Mark Jansen CommitDate: Mon Mar 5 22:43:18 2018 +0100 [SHLWAPI

[ros-diffs] 01/04: [SDK] Do not use a NUL file while calculating format string length CORE-14342

2018-03-09 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2f548599a4b9e33eeec79b113e7d8bc511336b07 commit 2f548599a4b9e33eeec79b113e7d8bc511336b07 Author: Mark Jansen AuthorDate: Thu Mar 8 21:38:40 2018 +0100 Commit: Mark Jansen CommitDate: Sat Mar 10 00:04:57 2018 +0100 [SDK] Do not

[ros-diffs] 04/04: [DRWTSN32] Indicate the thread that crashed.

2018-03-09 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=516c5a9a4fd34d08c79bc62d9619c1dd06fcee76 commit 516c5a9a4fd34d08c79bc62d9619c1dd06fcee76 Author: Mark Jansen AuthorDate: Thu Mar 8 22:52:23 2018 +0100 Commit: Mark Jansen CommitDate: Sat Mar 10 00:04:57 2018 +0100 [DRWTSN32

[ros-diffs] 01/01: [PSDK] Fix the build for msvc 2010. Addendum to e129995 CORE-14434

2018-03-10 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a8b9a43ae817ea1bee11a766b57fda76400505cb commit a8b9a43ae817ea1bee11a766b57fda76400505cb Author: Mark Jansen AuthorDate: Sat Mar 10 12:21:03 2018 +0100 Commit: Mark Jansen CommitDate: Sat Mar 10 12:25:41 2018 +0100 [PSDK] Fix

[ros-diffs] 01/03: [WIN32K] Do not truncate localized font names. ROSTESTS-154

2018-03-15 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=37a34a21a9e4e1f995b54972b62dc1249c2e7a24 commit 37a34a21a9e4e1f995b54972b62dc1249c2e7a24 Author: Mark Jansen AuthorDate: Thu Mar 15 19:10:40 2018 +0100 Commit: Mark Jansen CommitDate: Thu Mar 15 20:16:04 2018 +0100 [WIN32K] Do

[ros-diffs] 02/03: [WIN32K] Do not try to compare a long name against a truncated name. This fixes gdiplus_winetest:font crashing. ROSTESTS-154

2018-03-15 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=428e4617e94e6cca8379c853a8cdea8f9b487dbf commit 428e4617e94e6cca8379c853a8cdea8f9b487dbf Author: Mark Jansen AuthorDate: Thu Mar 15 19:11:43 2018 +0100 Commit: Mark Jansen CommitDate: Thu Mar 15 20:16:04 2018 +0100 [WIN32K] Do

[ros-diffs] 03/03: [GDIPLUS_WINETEST] Re-enable test_font_substitution. ROSTESTS-154

2018-03-15 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=25cacdedb7bee26dd5432ea1ef9daee8baf6cb8a commit 25cacdedb7bee26dd5432ea1ef9daee8baf6cb8a Author: Mark Jansen AuthorDate: Thu Mar 15 20:15:48 2018 +0100 Commit: Mark Jansen CommitDate: Thu Mar 15 20:16:04 2018 +0100

[ros-diffs] 01/01: [NTPRINT_WINETEST] Remove a crashing test for a dll we don't have anymore.

2018-03-17 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0dff328003d02823992c9375ca52456a236f4404 commit 0dff328003d02823992c9375ca52456a236f4404 Author: Mark Jansen AuthorDate: Sat Mar 17 21:22:42 2018 +0100 Commit: Mark Jansen CommitDate: Sat Mar 17 21:22:42 2018 +0100

[ros-diffs] 01/02: [DSOUND] Check arguments in IDirectSoundFullDuplex::Initialize. This prevents a crash in winetest_dsound:duplex

2018-03-18 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=775e2aea3cc85508f8965660ab8486b1ec3869b6 commit 775e2aea3cc85508f8965660ab8486b1ec3869b6 Author: Mark Jansen AuthorDate: Sun Mar 18 15:56:59 2018 +0100 Commit: Mark Jansen CommitDate: Sun Mar 18 15:58:04 2018 +0100 [DSOUND

[ros-diffs] 02/02: [APPHELP_APITEST] Fix some 64 bit issues.

2018-03-18 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8bbbab534afbd501b27f706755914aa0405e1527 commit 8bbbab534afbd501b27f706755914aa0405e1527 Author: Mark Jansen AuthorDate: Sun Mar 18 15:57:46 2018 +0100 Commit: Mark Jansen CommitDate: Sun Mar 18 15:58:04 2018 +0100

[ros-diffs] 01/01: [EXPLORER] Do not force X86 in the manifest.

2018-03-19 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bc67bb3dd0960794dd67c902db2da5109a500653 commit bc67bb3dd0960794dd67c902db2da5109a500653 Author: Mark Jansen AuthorDate: Sun Mar 18 22:49:31 2018 +0100 Commit: Mark Jansen CommitDate: Mon Mar 19 09:44:25 2018 +0100 [EXPLORER] Do

[ros-diffs] 01/01: [WS2_32_APITEST] Add a test showing that GetFileType / _open_osfhandle should succeed. CORE-13067

2018-03-19 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3bf53491725d081ef385660c00fb327dcef1492d commit 3bf53491725d081ef385660c00fb327dcef1492d Author: Mark Jansen AuthorDate: Mon Mar 19 22:34:45 2018 +0100 Commit: Mark Jansen CommitDate: Mon Mar 19 22:35:21 2018 +0100

[ros-diffs] 01/01: [WS2_32_APITEST] Add additional testcases. CORE-13067

2018-03-20 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=47da4337426ee65df93c52f0dd774e7bfeaebeea commit 47da4337426ee65df93c52f0dd774e7bfeaebeea Author: Mark Jansen AuthorDate: Tue Mar 20 22:07:48 2018 +0100 Commit: Mark Jansen CommitDate: Tue Mar 20 22:20:12 2018 +0100

[ros-diffs] 01/02: [AFD] Respond to FileFsDeviceInformation. CORE-13067

2018-03-21 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9168226378740cf69bbaf18b1568be39db526fb5 commit 9168226378740cf69bbaf18b1568be39db526fb5 Author: Mark Jansen AuthorDate: Tue Mar 20 22:15:16 2018 +0100 Commit: Mark Jansen CommitDate: Wed Mar 21 19:22:13 2018 +0100 [AFD] Respond

[ros-diffs] 02/02: [AFD] Mark the socket as named pipe, so NtWriteFile actually knows what to do with it. CORE-13067

2018-03-21 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8b84b1c6b33576ff8207712a109dd5fc93378c9d commit 8b84b1c6b33576ff8207712a109dd5fc93378c9d Author: Mark Jansen AuthorDate: Tue Mar 20 23:49:06 2018 +0100 Commit: Mark Jansen CommitDate: Wed Mar 21 19:22:13 2018 +0100 [AFD] Mark

[ros-diffs] 01/01: [MSI] fix some defines CORE-14501

2018-03-24 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8aff426af021eb18acaf387a9ec1ce24a1c07518 commit 8aff426af021eb18acaf387a9ec1ce24a1c07518 Author: Mark Jansen AuthorDate: Sat Mar 24 18:38:01 2018 +0100 Commit: Mark Jansen CommitDate: Sat Mar 24 18:55:57 2018 +0100 [MSI] fix

[ros-diffs] 01/01: Add initial test for IShellFolderViewCB

2018-03-30 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=96c0f7d341f9d0ba0ab543e0772ba1d6c303a8c0 commit 96c0f7d341f9d0ba0ab543e0772ba1d6c303a8c0 Author: Mark Jansen AuthorDate: Wed Dec 20 22:32:06 2017 +0100 Commit: Mark Jansen CommitDate: Fri Mar 30 19:46:24 2018 +0200 Add initial

[ros-diffs] 01/01: [NTOSKRNL] Fix IopValidateID using uninitialized var, reset SeparatorsCount in the MultiSz case.

2018-04-05 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a5f12908df6245ab254d4152399058e385137516 commit a5f12908df6245ab254d4152399058e385137516 Author: Mark Jansen AuthorDate: Thu Apr 5 22:06:31 2018 +0200 Commit: Mark Jansen CommitDate: Thu Apr 5 22:06:31 2018 +0200 [NTOSKRNL] Fix

[ros-diffs] 01/03: [SDK] Remove some unused includes in stubs.h CORE-13231

2018-04-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=547240efd5f02e328087fd6a44e85f48316a3a34 commit 547240efd5f02e328087fd6a44e85f48316a3a34 Author: Mark Jansen AuthorDate: Sat Apr 7 03:23:56 2018 +0200 Commit: Mark Jansen CommitDate: Sat Apr 7 14:50:42 2018 +0200 [SDK] Remove

[ros-diffs] 02/03: [APISETS] Introduce a script that will generate apisets based on wine apisets. Functions that are present in ReactOS will be forwarded, the rest stubbed. CORE-13231

2018-04-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3ff8f1bb09e6cbc46329ce368fbe7ded4733e95d commit 3ff8f1bb09e6cbc46329ce368fbe7ded4733e95d Author: Mark Jansen AuthorDate: Sat Apr 7 03:24:07 2018 +0200 Commit: Mark Jansen CommitDate: Sat Apr 7 14:50:58 2018 +0200 [APISETS

[ros-diffs] 01/06: [SHELL32] Initial partial IShellFolderViewCB implementation.

2018-04-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0d07967a27e747e57d5518439e178565745f8f5b commit 0d07967a27e747e57d5518439e178565745f8f5b Author: Mark Jansen AuthorDate: Mon Dec 18 23:27:05 2017 +0100 Commit: Mark Jansen CommitDate: Sat Apr 7 15:29:53 2018 +0200 [SHELL32

[ros-diffs] 02/06: [SHELL32] Partially implement SHCreateFileExtractIconW CORE-14082

2018-04-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a69393205ad3e37c4ba286385f29644683518cd8 commit a69393205ad3e37c4ba286385f29644683518cd8 Author: Mark Jansen AuthorDate: Tue Mar 27 19:57:00 2018 +0200 Commit: Mark Jansen CommitDate: Sat Apr 7 15:29:58 2018 +0200 [SHELL32

[ros-diffs] 03/06: [SHELL32_APITEST] Show that our current SHCreateFileExtractIconW is incorrect. CORE-14082

2018-04-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7fe78f2779bf47a9e2d1495f96b56fce8fb8060e commit 7fe78f2779bf47a9e2d1495f96b56fce8fb8060e Author: Mark Jansen AuthorDate: Tue Mar 27 19:58:43 2018 +0200 Commit: Mark Jansen CommitDate: Sat Apr 7 15:29:59 2018 +0200

[ros-diffs] 05/06: [ZIPFLDR] Initial implementation. Icon by Jared Smudde CORE-7684

2018-04-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c7e6a9d04b08131fd1bc6b5ed70d1b9e4bf8140a commit c7e6a9d04b08131fd1bc6b5ed70d1b9e4bf8140a Author: Mark Jansen AuthorDate: Fri Dec 29 23:45:02 2017 +0100 Commit: Mark Jansen CommitDate: Sat Apr 7 15:29:59 2018 +0200 [ZIPFLDR

[ros-diffs] 06/06: [ZIPFLDR] Register the shell extension. CORE-7684

2018-04-07 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=da6a46c6ac52cda4191fb09955fa791f13039fb7 commit da6a46c6ac52cda4191fb09955fa791f13039fb7 Author: Mark Jansen AuthorDate: Fri Dec 29 23:45:47 2017 +0100 Commit: Mark Jansen CommitDate: Sat Apr 7 15:29:59 2018 +0200 [ZIPFLDR

[ros-diffs] 01/01: [KERNEL32] Implement FlsAlloc/FlsFree based on Wine's implementation.

2018-04-08 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ac620c2e8ea7a14e7175ce32d1bfa74585f9ff36 commit ac620c2e8ea7a14e7175ce32d1bfa74585f9ff36 Author: Mark Jansen AuthorDate: Sat Apr 7 23:41:53 2018 +0200 Commit: Mark Jansen CommitDate: Sun Apr 8 17:27:24 2018 +0200 [KERNEL32

[ros-diffs] 01/02: [KERNEL32_VISTA] Export InitializeCriticalSectionEx.

2018-04-08 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5aefc6f49a048c2d8b6ab91fbcda792dee63191b commit 5aefc6f49a048c2d8b6ab91fbcda792dee63191b Author: Mark Jansen AuthorDate: Sun Apr 8 11:09:54 2018 +0200 Commit: Mark Jansen CommitDate: Sun Apr 8 17:30:44 2018 +0200 [KERNEL32_VISTA

[ros-diffs] 02/02: [APISETS] Update the script to take the current newline setting into account.

2018-04-08 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=15affd19ee8ce8cb2c875a43822788d465acd6cb commit 15affd19ee8ce8cb2c875a43822788d465acd6cb Author: Mark Jansen AuthorDate: Sun Apr 8 11:10:11 2018 +0200 Commit: Mark Jansen CommitDate: Sun Apr 8 17:30:44 2018 +0200 [APISETS

[ros-diffs] 01/01: [KERNEL32_VISTA] This function now comes from rtlfuncs.h

2018-04-08 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dffd748daebea8e192961cd99836c8ea0cb39604 commit dffd748daebea8e192961cd99836c8ea0cb39604 Author: Mark Jansen AuthorDate: Sun Apr 8 17:47:43 2018 +0200 Commit: Mark Jansen CommitDate: Sun Apr 8 17:47:43 2018 +0200 [KERNEL32_VISTA

[ros-diffs] 01/01: [RTL] Fixes for supportedOS close elements. Imported from wine f8cca44: ntdll: Allow closing tags for 'supportedOS' elements. 697d4a7: ntdll: Allow explicitly specified asm.v2 names

2018-04-08 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=19912955f6547040eb99bbc5c695d6d1577062b5 commit 19912955f6547040eb99bbc5c695d6d1577062b5 Author: Mark Jansen AuthorDate: Mon Apr 9 00:01:30 2018 +0200 Commit: Mark Jansen CommitDate: Mon Apr 9 00:07:31 2018 +0200 [RTL] Fixes for

[ros-diffs] 01/02: [NTDLL] Check the process manifest at startup for a compatibility section.

2018-04-09 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d49004352fd3927e94db440ea0a61185f45eab4e commit d49004352fd3927e94db440ea0a61185f45eab4e Author: Mark Jansen AuthorDate: Sat Jan 13 21:32:48 2018 +0100 Commit: Mark Jansen CommitDate: Mon Apr 9 19:36:09 2018 +0200 [NTDLL] Check

[ros-diffs] 02/02: [RTL] actctx: Use the new RosGetProcessCompatVersion.

2018-04-09 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9aa26b9c232f9e8c500f021904eb49c54cd744e2 commit 9aa26b9c232f9e8c500f021904eb49c54cd744e2 Author: Mark Jansen AuthorDate: Mon Apr 9 18:55:59 2018 +0200 Commit: Mark Jansen CommitDate: Mon Apr 9 19:36:09 2018 +0200 [RTL] actctx

[ros-diffs] 01/05: [XML2SDB] Add support for DATA in Layers.

2018-04-12 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=767fc4a6ade47be16125f1844e61f9836543c2ae commit 767fc4a6ade47be16125f1844e61f9836543c2ae Author: Mark Jansen AuthorDate: Tue Apr 10 22:39:29 2018 +0200 Commit: Mark Jansen CommitDate: Thu Apr 12 18:49:12 2018 +0200 [XML2SDB] Add

[ros-diffs] 02/05: [APPHELP] Implement SdbQueryData[Ex][TagID]

2018-04-12 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d74a3fecad67e8504a51706851436d7ae423dcfa commit d74a3fecad67e8504a51706851436d7ae423dcfa Author: Mark Jansen AuthorDate: Tue Apr 10 22:42:03 2018 +0200 Commit: Mark Jansen CommitDate: Thu Apr 12 18:49:25 2018 +0200 [APPHELP

[ros-diffs] 03/05: [APPHELP_APITEST] Add tests for Data tags

2018-04-12 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=74bb9d5dc077eda9bb0c99858dcdb98beab38c91 commit 74bb9d5dc077eda9bb0c99858dcdb98beab38c91 Author: Mark Jansen AuthorDate: Tue Apr 10 22:40:27 2018 +0200 Commit: Mark Jansen CommitDate: Thu Apr 12 18:49:25 2018 +0200

[ros-diffs] 04/05: [SDB][APPHELP] Add ShimVersionNT data tags + read them in SdbPackAppCompatData

2018-04-12 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bcb2613684fe74ca34d1286688620ed2c7ae844e commit bcb2613684fe74ca34d1286688620ed2c7ae844e Author: Mark Jansen AuthorDate: Wed Apr 11 00:05:41 2018 +0200 Commit: Mark Jansen CommitDate: Thu Apr 12 18:49:25 2018 +0200 [SDB][APPHELP

[ros-diffs] 05/05: [NTDLL] Allow shimdata to override the process manifest.

2018-04-12 Thread Mark Jansen
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ab240d1b6d7ccaf1ed60f93a314be9f7d4e742c0 commit ab240d1b6d7ccaf1ed60f93a314be9f7d4e742c0 Author: Mark Jansen AuthorDate: Wed Apr 11 00:18:17 2018 +0200 Commit: Mark Jansen CommitDate: Thu Apr 12 18:49:25 2018 +0200 [NTDLL] Allow

  1   2   3   4   5   6   7   >