[MMIXER] Fix additional data size initialization for different audio formats (#6753)
[reactos.git] / sdk / tools / winesync /
2023-12-18 Hermès Bélusca-Maïto[WINESYNC] Support improvements for staging patches... hbelusca/winesync_script_fixes 5898/head
2023-12-18 Hermès Bélusca-Maïto[WINESYNC] When initially reverting wine-staging patche...
2023-12-18 Hermès Bélusca-Maïto[WINESYNC] Use the same 'winesync' author as for all...
2023-12-18 Hermès Bélusca-Maïto[WINESYNC] Make the wine-staging tag optional, in which...
2023-12-18 Hermès Bélusca-Maïto[WINESYNC] Elegantly handle empty 'files' and 'director...
2023-12-18 Hermès Bélusca-Maïto[WINESYNC] Allow using the "new" Wine-Staging patchinst...
2023-12-18 Hermès Bélusca-Maïto[WINESYNC] Explicitly use posix paths for git file...
2023-12-18 Hermès Bélusca-Maïto[WINESYNC] Fix some apparent problems with commits...
2023-12-18 Hermès Bélusca-Maïto[WINESYNC] Minor formatting.
2023-08-22 Andriy Shevchenko[REACTOS] Fix typos in comments (#5591)
2023-08-19 Timo Kreuzer[WINESYNC]: crt is now in sync with wine-staging wine-5.0
2023-08-19 Timo Kreuzer[WINESYNC] Allow directories to be None
2022-06-19 Thomas Csovcsity[WINESYNC]: reg is now in sync with wine-staging wine... 4298/head
2022-06-19 winesync[WINESYNC] reg: Use the standard va_list instead of...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views in the...
2022-06-19 winesync[WINESYNC] reg/tests: Test use of registry views when...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views when...
2022-06-19 winesync[WINESYNC] reg/tests: Use correct file and line argumen...
2022-06-19 winesync[WINESYNC] reg/tests: Split 'export' syntax tests into...
2022-06-19 winesync[WINESYNC] reg/tests: Test use of registry views when...
2022-06-19 winesync[WINESYNC] reg/tests: Add registry view syntax tests...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views in the...
2022-06-19 winesync[WINESYNC] reg/tests: Test use of registry views when...
2022-06-19 winesync[WINESYNC] reg/tests: Split 'import' syntax tests into...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views in the...
2022-06-19 winesync[WINESYNC] reg/tests: Check all error codes in delete_t...
2022-06-19 winesync[WINESYNC] reg/tests: Test use of registry views when...
2022-06-19 winesync[WINESYNC] reg/tests: Don't verify key deletion after...
2022-06-19 winesync[WINESYNC] reg/tests: Verify key opening and key deleti...
2022-06-19 winesync[WINESYNC] reg/tests: Test use of registry views with...
2022-06-19 winesync[WINESYNC] reg/tests: Split 'query' syntax tests into...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views when...
2022-06-19 winesync[WINESYNC] reg: Support use of registry views when...
2022-06-19 winesync[WINESYNC] reg/tests: Test deletion of keys and values...
2022-06-19 winesync[WINESYNC] reg/tests: Remove duplicate test from test_r...
2022-06-19 winesync[WINESYNC] reg/tests: Modify delete_tree() to support...
2022-06-19 winesync[WINESYNC] reg/tests: Move 'delete' syntax tests into...
2022-06-19 winesync[WINESYNC] reg: Support the use of registry views durin...
2022-06-19 winesync[WINESYNC] reg/tests: Test key and value creation in...
2022-06-19 winesync[WINESYNC] reg/tests: Modify add_key() to support key...
2022-06-19 winesync[WINESYNC] reg/tests: Update delete_value() declaration...
2022-06-19 winesync[WINESYNC] reg/tests: Modify verify_key_nonexist()...
2022-06-19 winesync[WINESYNC] reg/tests: Modify verify_key() to support...
2022-06-19 winesync[WINESYNC] reg/tests: Update reg_open() and reg_open_...
2022-06-19 winesync[WINESYNC] reg/tests: Modify delete_key() to support...
2022-06-19 winesync[WINESYNC] reg/tests: Test how values are overwritten...
2022-06-19 winesync[WINESYNC] reg: Prompt the user to confirm whether...
2022-06-19 winesync[WINESYNC] reg/tests: Test whether the 'copy' command...
2022-06-19 winesync[WINESYNC] reg: Fail if the source and destination...
2022-06-19 winesync[WINESYNC] reg: Support recursion in the 'copy' command.
2022-06-19 winesync[WINESYNC] reg: Partially implement the 'copy' command.
2022-06-19 winesync[WINESYNC] reg: Group resource IDs by source location.
2022-06-19 winesync[WINESYNC] reg: Remove two unused string resources.
2022-06-19 winesync[WINESYNC] reg: Fail if one or more arguments follow...
2022-06-19 winesync[WINESYNC] reg: Add initial support for the 'copy'...
2022-06-19 winesync[WINESYNC] reg: Fix a typo in a function definition.
2022-06-19 winesync[WINESYNC] reg/tests: Add key and value order tests...
2022-06-19 winesync[WINESYNC] reg/tests: Add more data tests for the ...
2022-06-19 winesync[WINESYNC] reg/tests: Add complex data and hex type...
2022-06-19 winesync[WINESYNC] reg/tests: Add missing return code checks.
2022-06-19 winesync[WINESYNC] reg/tests: Add data tests for the 'copy...
2022-06-19 winesync[WINESYNC] reg/tests: Add further syntax tests for...
2022-06-19 winesync[WINESYNC] reg: Update an error message.
2022-06-19 winesync[WINESYNC] reg: Update the STRING_VALUEALL_FAILED resou...
2022-06-19 winesync[WINESYNC] reg: Fail if access is denied when deleting...
2022-06-19 winesync[WINESYNC] reg: Prevent buffer over-read when querying...
2022-06-19 winesync[WINESYNC] reg: Avoid allocating zero bytes of memory...
2022-06-19 winesync[WINESYNC] reg: Allow the 'reg_data' pointer to be...
2022-06-19 winesync[WINESYNC] reg: Only prompt the user to overwrite regis...
2022-06-19 winesync[WINESYNC] reg: Fail if access is denied when adding...
2022-06-19 winesync[WINESYNC] reg: Add or modify the (Default) registry...
2022-06-19 winesync[WINESYNC] reg: Replace the 'reg_count' variable name...
2022-06-19 winesync[WINESYNC] reg/tests: Update error messages.
2022-06-19 winesync[WINESYNC] reg/tests: Add two REG_DWORD tests.
2022-06-19 winesync[WINESYNC] reg/tests: Fix a typo in a REG_DWORD test.
2022-06-19 winesync[WINESYNC] reg/tests: Split the REG_DWORD_BIG_ENDIAN...
2022-06-19 winesync[WINESYNC] reg/tests: Use string literals instead of...
2022-06-19 winesync[WINESYNC] reg/tests: Add and amend tests adding a...
2022-06-19 winesync[WINESYNC] reg: Use correct error message if RegCreateK...
2022-06-19 winesync[WINESYNC] reg/tests: Verify that only the (Default...
2022-06-19 winesync[WINESYNC] reg/tests: Rework syntax tests for the ...
2022-06-19 winesync[WINESYNC] reg: Don't enumerate a registry key for...
2022-06-19 winesync[WINESYNC] reg: Print a new line when recursing and...
2022-06-19 winesync[WINESYNC] reg: Only print the name of the registry...
2022-06-19 winesync[WINESYNC] reg: Do not print a line break after queryin...
2022-06-19 winesync[WINESYNC] reg: Consistently use 'hkey' for HKEY variables.
2022-06-19 winesync[WINESYNC] reg: Print the full key path without a trail...
2022-06-19 winesync[WINESYNC] reg: Fail if a system key has a trailing...
2022-06-19 winesync[WINESYNC] reg: Drop key output from the "Invalid syste...
2022-06-19 winesync[WINESYNC] reg/tests: Add tests for querying a key...
2022-06-19 winesync[WINESYNC] reg/tests: Use 'hkey' in 'query' tests for...
2022-06-19 winesync[WINESYNC] reg/tests: Only try querying an invalid...
2022-06-19 winesync[WINESYNC] reg/tests: Test key creation and initializat...
2022-06-19 winesync[WINESYNC] reg/tests: Only pass a newly created HKEY...
2022-06-19 winesync[WINESYNC] reg/tests: Refactor 'add' tests into registr...
2022-06-19 winesync[WINESYNC] reg/tests: Test output of keys with a traili...
2022-06-19 winesync[WINESYNC] reg/tests: Compare output of some 'query...
2022-06-19 winesync[WINESYNC] reg/tests: Compare 'query'test output with...
2022-06-19 winesync[WINESYNC] reg/tests: Give 'query' tests some structure.
2022-06-19 winesync[WINESYNC] reg/tests: Reorder failing 'query' tests.
next