Alexandre Julliard pushed to branch master at wine / wine
Commits:
0606db17 by Conor McCarthy at 2025-04-14T21:51:52+02:00
server: Do not call setpriority() if it cannot be used safely.
Not checking nice_limit here can result in some calls to setpriority()
succeeding while others fail, which can result in relative priorities
being incorrect. For example, buffer underflows can occur in
winepulse.drv because the priority is too low in pulse_timer_loop().
- - - - -
1 changed file:
- server/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0606db176bdaa84e6d30734cd9a6dd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0606db176bdaa84e6d30734cd9a6dd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
64a974ed by Dmitry Timoshkov at 2025-04-14T21:51:52+02:00
bcrypt/tests: Add a test for exporting/importing AES wrapped blob with different key sizes.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
7b3657cd by Dmitry Timoshkov at 2025-04-14T21:51:52+02:00
bcrypt: Add support for exporting AES wrapped blob for a 256-bit key.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
d25a6f83 by Dmitry Timoshkov at 2025-04-14T21:51:52+02:00
bcrypt: Add support for importing AES wrapped blob for a 256-bit key.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/bcrypt/bcrypt_main.c
- dlls/bcrypt/tests/bcrypt.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f3c57876cb74c98af2aee88497388…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f3c57876cb74c98af2aee88497388…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6a560656 by Alexandre Julliard at 2025-04-14T21:51:52+02:00
mmdevapi: Move the device GUID cache to the common code.
- - - - -
52f1b16a by Alexandre Julliard at 2025-04-14T21:51:52+02:00
mmdevapi: Move the registry device name lookup to the common code.
- - - - -
f3c57876 by Alexandre Julliard at 2025-04-14T21:51:52+02:00
mmdevapi: Move assigning a device GUID to the common code.
- - - - -
12 changed files:
- dlls/mmdevapi/client.c
- dlls/mmdevapi/devenum.c
- dlls/mmdevapi/main.c
- dlls/mmdevapi/mmdevapi_private.h
- dlls/winealsa.drv/mmdevdrv.c
- dlls/winealsa.drv/winealsa.drv.spec
- dlls/winecoreaudio.drv/mmdevdrv.c
- dlls/winecoreaudio.drv/winecoreaudio.drv.spec
- dlls/wineoss.drv/mmdevdrv.c
- dlls/wineoss.drv/wineoss.drv.spec
- dlls/winepulse.drv/mmdevdrv.c
- dlls/winepulse.drv/winepulse.drv.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b02b055a7b2a803949129b18515e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b02b055a7b2a803949129b18515e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
469c963f by Nikolay Sivov at 2025-04-14T12:34:29+02:00
windowscodecs/metadata: Create default items for the cHRM handler.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
488f42f8 by Nikolay Sivov at 2025-04-14T12:34:30+02:00
windowscodecs/metadata: Create default item for the hIST handler.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f7e64c3a by Nikolay Sivov at 2025-04-14T12:34:31+02:00
windowscodecs/metadata: Create default items for the tIME handler.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
57225ce6 by Nikolay Sivov at 2025-04-14T12:34:32+02:00
windowscodecs/tests: Add more tests for initial reader contents.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c8d3c9cb by Nikolay Sivov at 2025-04-14T12:34:33+02:00
windowscodecs/metadata: Add default item for the GifComment handler.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e4941ae4 by Nikolay Sivov at 2025-04-14T12:34:34+02:00
windowscodecs/metadata: Implement bKGD chunk reader.
- - - - -
8 changed files:
- dlls/windowscodecs/clsfactory.c
- dlls/windowscodecs/gifformat.c
- dlls/windowscodecs/metadatahandler.c
- dlls/windowscodecs/pngformat.c
- dlls/windowscodecs/regsvr.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/wincodecs_private.h
- dlls/windowscodecs/windowscodecs_wincodec.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2db7b9e0af9e8eda80d270d4d9e87…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2db7b9e0af9e8eda80d270d4d9e87…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b4a9802b by Dmitry Timoshkov at 2025-04-14T12:34:19+02:00
sane.ds: Change return type of sane_categorize_value() to void.
It's not used.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
e5ed547a by Dmitry Timoshkov at 2025-04-14T12:34:21+02:00
sane.ds: Clarify how SANE mode names map to ICAP_PIXELTYPE values.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2db7b9e0 by Dmitry Timoshkov at 2025-04-14T12:34:22+02:00
sane.ds: Use sizeof() instead of hard-coded values, avoid zero initializing local variables when not necessary.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/sane.ds/capability.c
- dlls/sane.ds/options.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0005e4d1ff070817d7ec78a13e573…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0005e4d1ff070817d7ec78a13e573…
You're receiving this email because of your account on gitlab.winehq.org.