Alexandre Julliard pushed to branch master at wine / wine
Commits:
9792f764 by Dmitry Timoshkov at 2025-09-29T22:28:18+02:00
ws2_32/tests: Add a simple test for WSAProviderConfigChange().
This test replicates what Microsoft-MPI and its backend NetworkDirect (ND)
depend on.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
78b7d911 by Dmitry Timoshkov at 2025-09-29T22:28:18+02:00
ws2_32: Return a socket from WSAProviderConfigChange() stub.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/ws2_32/protocol.c
- dlls/ws2_32/tests/protocol.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7908e8fc7e251adfede9d119c747a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7908e8fc7e251adfede9d119c747a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3b918b0f by Nikolay Sivov at 2025-09-29T22:28:18+02:00
xmllite/tests: Add a few more tests for WriteDocType().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
fc393990 by David Kahurani at 2025-09-29T22:28:18+02:00
xmllite/writer: Implement WriteQualifiedName().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3804839a by Nikolay Sivov at 2025-09-29T22:28:18+02:00
xmllite/writer: Improve error handling in WriteAttributeString().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
aab0f01d by Nikolay Sivov at 2025-09-29T22:28:18+02:00
xmllite/writer: Improve error handling when writing namespace defitions.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
41798832 by Nikolay Sivov at 2025-09-29T22:28:18+02:00
xmllite/writer: Improve error handling in WriteStartElement().
- - - - -
7908e8fc by Nikolay Sivov at 2025-09-29T22:28:18+02:00
xmllite/writer: Handle empty names in WriteStartElement().
- - - - -
2 changed files:
- dlls/xmllite/tests/writer.c
- dlls/xmllite/writer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ccb23e8d4bac82dca259443385a84…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ccb23e8d4bac82dca259443385a84…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bf88b44a by Eric Pouech at 2025-09-29T22:28:18+02:00
cmd: Let WCMD_fgets() work properly when reading from a pipe.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
be25e3c9 by Eric Pouech at 2025-09-29T22:28:18+02:00
cmd: Use a global input handle for console.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a502b4c5 by Eric Pouech at 2025-09-29T22:28:18+02:00
cmd: Let WCMD_ask_confirm Use WCMD_fgets().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
57d59f2d by Eric Pouech at 2025-09-29T22:28:18+02:00
cmd: Let WCMD_setshow_date() use WCMD_fgets().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
63247a01 by Eric Pouech at 2025-09-29T22:28:18+02:00
cmd: Let WCMD_setshow_env() use WCMD_fgets().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
ccb23e8d by Eric Pouech at 2025-09-29T22:28:18+02:00
cmd: Let WCMD_label() use WCMD_fgets().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- programs/cmd/batch.c
- programs/cmd/builtins.c
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/061f71ffafeed6179eecc5c2e1494…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/061f71ffafeed6179eecc5c2e1494…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1df5fbf3 by Alexandre Julliard at 2025-09-29T22:28:17+02:00
wow64cpu: Store the actual segment registers in the wow64 context.
- - - - -
810e1cba by Alexandre Julliard at 2025-09-29T22:28:17+02:00
wow64cpu: Store the 32-bit segment registers in the context when entering 32-bit mode.
- - - - -
8715b77c by Alexandre Julliard at 2025-09-29T22:28:18+02:00
wow64cpu: Store the 32-bit segment registers in the context on syscalls.
- - - - -
9393214f by Alexandre Julliard at 2025-09-29T22:28:18+02:00
ntdll: Store the actual segment registers in the wow64 context.
- - - - -
29f53307 by Alexandre Julliard at 2025-09-29T22:28:18+02:00
ntdll: Trace some segment registers in 64-bit mode.
- - - - -
3 changed files:
- dlls/ntdll/ntdll_misc.h
- dlls/ntdll/unix/signal_x86_64.c
- dlls/wow64cpu/cpu.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2138d3bafb60655aa605c841bc1dd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2138d3bafb60655aa605c841bc1dd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ca95da9c by Rémi Bernon at 2025-09-29T13:04:35+02:00
server: Update queue access time in set_queue_mask request.
This is called before waiting on the queue and makes the access time
reliable to detect hung queues.
- - - - -
9963d6fa by Rémi Bernon at 2025-09-29T13:04:36+02:00
win32u: Check the queue access time before skipping set_queue_mask.
- - - - -
3f0fcdf5 by Rémi Bernon at 2025-09-29T13:04:36+02:00
server: Use the access time and signal state to detect hung queue.
- - - - -
2138d3ba by Rémi Bernon at 2025-09-29T13:04:37+02:00
server: Remove the now unnecessary queue waiting flag.
- - - - -
2 changed files:
- dlls/win32u/message.c
- server/queue.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a4b1652831a1fbdfd0ed634d0f1ec…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a4b1652831a1fbdfd0ed634d0f1ec…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0998f9c0 by Joe Souza at 2025-09-29T12:42:52+02:00
cmd/tests: Test that DIR /Oxxx at the command line overrides DIRCMD=/Oyyy set in the environment.
- - - - -
26e4ec50 by Joe Souza at 2025-09-29T12:42:52+02:00
cmd: Allow DIR /Oxxx at the command line to override DIRCMD=/Oyyy set in the environment.
- - - - -
3 changed files:
- programs/cmd/directory.c
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99a0efe5a27241bea51e077a06a93…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99a0efe5a27241bea51e077a06a93…
You're receiving this email because of your account on gitlab.winehq.org.