Alexandre Julliard pushed to branch master at wine / wine
Commits:
6dcb31fc by Paul Gofman at 2025-08-22T12:09:19+02:00
nsiproxy.sys: Get rid of echo request thread.
- - - - -
3700cfbd by Paul Gofman at 2025-08-22T12:09:20+02:00
nsiproxy.sys: Bind to source address in icmp_send_echo().
- - - - -
d59ed153 by Paul Gofman at 2025-08-22T12:09:22+02:00
nsiproxy.sys: Store socket type in struct icmp_data.
- - - - -
383aaf54 by Paul Gofman at 2025-08-22T12:09:23+02:00
iphlpapi: Factor out icmp_send_echo() function.
- - - - -
8bc97368 by Paul Gofman at 2025-08-22T12:09:23+02:00
iphlpapi/tests: Refactor APC testing in testIcmpSendEcho().
- - - - -
ea47fbff by Paul Gofman at 2025-08-22T12:09:23+02:00
iphlpapi: Only supply APC routine if no event in icmp_send_echo().
- - - - -
e649a2c8 by Paul Gofman at 2025-08-22T12:09:23+02:00
iphlpapi: Implement Icmp6ParseReplies().
- - - - -
7f9eb518 by Paul Gofman at 2025-08-22T12:09:24+02:00
iphlpapi: Implement Icmp6CreateFile().
- - - - -
d3f07f47 by Paul Gofman at 2025-08-22T12:09:25+02:00
nsiproxy.sys: Don't try to check for original packet for ping socket.
- - - - -
81fc18e2 by Paul Gofman at 2025-08-22T12:09:27+02:00
iphlpapi: Implement Icmp6SendEcho2().
- - - - -
58f8ef30 by Paul Gofman at 2025-08-22T12:09:27+02:00
iphlpapi/tests: Add tests for Icmp6SendEcho2().
- - - - -
8 changed files:
- dlls/iphlpapi/iphlpapi.spec
- dlls/iphlpapi/iphlpapi_main.c
- dlls/iphlpapi/tests/iphlpapi.c
- dlls/nsiproxy.sys/device.c
- dlls/nsiproxy.sys/icmp_echo.c
- dlls/nsiproxy.sys/nsiproxy_private.h
- include/ipexport.h
- include/wine/nsi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ba951534540d1202a0f840b4d1078…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ba951534540d1202a0f840b4d1078…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
151ca7e4 by Tyson Whitehead at 2025-08-22T11:59:13+02:00
winebus: SDL backend FF effect angle requires 32 bits.
The max value of a INT16 is 32768, which is less than the 36000
required for a full rotation angle. Change type to INT32 as that
is what the underlying SDL paramerter is.
Rotate by +270 instead of -90 to eliminate negative value fixup too.
- - - - -
1 changed file:
- dlls/winebus.sys/bus_sdl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/151ca7e49185a44715db4785811421…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/151ca7e49185a44715db4785811421…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d3456332 by Alexandre Julliard at 2025-08-22T10:27:05+02:00
sxs: Add support for language in manifest names.
- - - - -
88119343 by Alexandre Julliard at 2025-08-22T10:32:52+02:00
sxs: Support XML escaping in manifest names.
- - - - -
de4e0205 by Alexandre Julliard at 2025-08-22T10:34:25+02:00
sxs: Take manifest language into account when building the file name.
- - - - -
1a185df4 by Alexandre Julliard at 2025-08-22T10:43:58+02:00
sxs: Install policy files the same way as normal manifests.
This is what Windows does since Vista.
- - - - -
4 changed files:
- dlls/sxs/cache.c
- dlls/sxs/name.c
- dlls/sxs/sxs_private.h
- dlls/sxs/tests/name.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ae563341f914244adcb2a32cfe9b4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ae563341f914244adcb2a32cfe9b4…
You're receiving this email because of your account on gitlab.winehq.org.