Alexandre Julliard pushed to branch master at wine / wine
Commits: 9085bc7b by Tim Clem at 2024-09-06T11:15:26+02:00 nsiproxy: Implement TCP table on top of a server call.
- - - - - a3f737f6 by Tim Clem at 2024-09-06T11:15:26+02:00 nsiproxy: Implement UDP table on top of a server call.
- - - - - 7161c431 by Tim Clem at 2024-09-06T11:28:43+02:00 nsiproxy: Remove now unused git_pid_map and find_owning_pid.
- - - - - 52f76244 by Tim Clem at 2024-09-06T11:28:43+02:00 iphlpapi/tests: Confirm that GetExtendedTcpTable associates a socket with the correct PID.
- - - - - fc9e0d40 by Tim Clem at 2024-09-06T11:28:44+02:00 iphlpapi/tests: Confirm that GetExtendedUdpTable associates a socket with the correct PID.
- - - - -
15 changed files:
- configure - configure.ac - dlls/iphlpapi/tests/iphlpapi.c - dlls/nsiproxy.sys/tcp.c - dlls/nsiproxy.sys/udp.c - dlls/nsiproxy.sys/unix_private.h - include/config.h.in - include/wine/server_protocol.h - server/handle.c - server/handle.h - server/protocol.def - server/request.h - server/sock.c - server/trace.c - tools/make_requests
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f3adc3c309ec2e63e682fd4f23196...