Alexandre Julliard pushed to branch master at wine / wine
Commits:
5261811d by Tim Clem at 2024-07-28T17:14:37+02:00
nsiproxy.sys: Use the pcblist64 sysctl to enumerate TCP connections on macOS.
The handles returned by libproc (namely struct socket_info's soi_pcb)
use all 64 bits, but the ones from the pcblist sysctl are truncated
to 32. That makes find_owning_pid fail. The pcblist64 sysctl was
added in macOS 10.6 and returns handles that match those from
libproc.
- - - - -
5305d80f by Tim Clem at 2024-07-28T17:14:39+02:00
nsiproxy.sys: Use the pcblist64 sysctl to enumerate UDP connections on macOS.
- - - - -
2 changed files:
- dlls/nsiproxy.sys/tcp.c
- dlls/nsiproxy.sys/udp.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8ad8c50e8f5e89b968146f232c63f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8ad8c50e8f5e89b968146f232c63f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
84872377 by Piotr Caban at 2024-07-25T23:00:37+02:00
msvcrt: Use thread-safe functions in _ctime64_s.
- - - - -
0fbd405b by Piotr Caban at 2024-07-25T23:00:37+02:00
msvcrt: Use thread-safe functions in _ctime32_s.
- - - - -
41844ec6 by Piotr Caban at 2024-07-25T23:00:37+02:00
msvcrt: Don't access input string after NULL-byte in mbstowcs.
- - - - -
2 changed files:
- dlls/msvcrt/mbcs.c
- dlls/msvcrt/time.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2f53eac6645a72ed725e08d4d650…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2f53eac6645a72ed725e08d4d650…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9b345198 by Jacek Caban at 2024-07-25T23:00:24+02:00
jscript: Improve invoke_prop_func error handling.
- - - - -
3291186b by Jacek Caban at 2024-07-25T23:00:25+02:00
mshtml: Explicitly specify case insensitive search in GetIDsOfNames.
- - - - -
7b455865 by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Treat external properties as volatile.
- - - - -
63cb963a by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Suport deleting host object properties.
- - - - -
9518a147 by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Support configuring host properties.
- - - - -
a6a2c992 by Jacek Caban at 2024-07-25T23:00:25+02:00
jscript: Allow host objects to implement fdexNameEnsure.
- - - - -
110dcd68 by Jacek Caban at 2024-07-25T23:00:25+02:00
mshtml: Use host object script bindings for HTMLFormElement.
- - - - -
d330411f by Jacek Caban at 2024-07-25T23:00:25+02:00
mshtml: Use ensure_real_info in dispex_compat_mode.
- - - - -
b2f53eac by Jacek Caban at 2024-07-25T23:00:26+02:00
mshtml: Use host object script bindings for document nodes.
- - - - -
12 changed files:
- dlls/jscript/dispex.c
- dlls/jscript/jscript.h
- dlls/jscript/jsdisp.idl
- dlls/jscript/tests/api.js
- dlls/mshtml/dispex.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
- dlls/mshtml/tests/events.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0c1c8c295b14626c2cb3c2fac65e1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0c1c8c295b14626c2cb3c2fac65e1…
You're receiving this email because of your account on gitlab.winehq.org.