Alexandre Julliard pushed to branch master at wine / wine
Commits:
11a4148b by Paul Gofman at 2025-09-15T18:00:28+02:00
iphlpapi/tests: Add more tests for GetBestRoute().
- - - - -
5681dfe5 by Paul Gofman at 2025-09-15T18:00:28+02:00
nsi/tests: Add test for ipv4 loopback routes presence.
- - - - -
d48e8d03 by Paul Gofman at 2025-09-15T18:00:28+02:00
nsiproxy.sys: Explicitly add loopback entries to ipv4 forward table on Linux.
- - - - -
3a349f08 by Paul Gofman at 2025-09-15T18:00:30+02:00
nsi: Match struct nsi_tcp_conn_dynamic size to up to date Win11.
Fixes a crash in test_tcp_tables() on up to date Win11.
- - - - -
5 changed files:
- dlls/iphlpapi/tests/iphlpapi.c
- dlls/nsi/tests/Makefile.in
- dlls/nsi/tests/nsi.c
- dlls/nsiproxy.sys/ip.c
- include/wine/nsi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c40116539338744a85ab9ec774c11…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c40116539338744a85ab9ec774c11…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fec54dc1 by Alexandre Julliard at 2025-09-15T12:59:04+02:00
ntdll: Delay first thread initialization until process init.
We no longer need to allocate a TEB selector early.
- - - - -
2226c86c by Alexandre Julliard at 2025-09-15T13:22:39+02:00
ntdll: Use a separate bitmap to keep track of allocated LDT entries.
- - - - -
d3b0516a by Alexandre Julliard at 2025-09-15T13:22:50+02:00
ntdll: Use the virtual mutex to protect the LDT data.
- - - - -
c4011653 by Alexandre Julliard at 2025-09-15T17:59:42+02:00
include: Use latest definitions for PEB fields to replace the old Fls fields.
- - - - -
10 changed files:
- dlls/kernel32/tests/fiber.c
- dlls/kernel32/tests/loader.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/signal_arm.c
- dlls/ntdll/unix/signal_arm64.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/50aa9934e270ef356a21469c687eb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/50aa9934e270ef356a21469c687eb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1d90c11d by Elizabeth Figura at 2025-09-15T12:45:39+02:00
user32/tests: Test MDI menu updating when window titles are changed.
- - - - -
9e7780f0 by Elizabeth Figura at 2025-09-15T12:45:40+02:00
user32: Always refresh the MDI menu on WM_MDISETMENU.
Even if there was not a previous menu.
- - - - -
a7b9b417 by Sebastian Lackner at 2025-09-15T12:45:42+02:00
user32: Refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=21855
- - - - -
2 changed files:
- dlls/user32/mdi.c
- dlls/user32/tests/win.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/72dc2afb1a78f88cd930d61a20498…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/72dc2afb1a78f88cd930d61a20498…
You're receiving this email because of your account on gitlab.winehq.org.