mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #328] [MERGED] Core/Socket: Unix domain socket (AF_UNIX) support for Windows #317
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#317
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/328
Author: @ismail-yilmaz
Created: 12/13/2025
Status: ✅ Merged
Merged: 1/17/2026
Merged by: @mirek-fidler
Base:
master← Head:af_unix_win32📝 Commits (1)
991f3afCore/Socket: Unix domain socket (AF_UNIX) support for Windows📊 Changes
6 files changed (+168 additions, -123 deletions)
View changed files
📝
autotest/UnixSocket/UnixSocket.cpp(+54 -41)📝
reference/UnixSocketClient/UnixSocketClient.cpp(+22 -17)📝
reference/UnixSocketServer/UnixSocketServer.cpp(+14 -8)📝
uppsrc/Core/Inet.h(+2 -5)📝
uppsrc/Core/Socket.cpp(+57 -39)📝
uppsrc/Core/src.tpp/Socket_en-us.tpp(+19 -13)📄 Description
This PR adds support for AF_UNIX (Unix domain sockets) on Windows using native Winsock functionality available in Windows 10 (1803+) and newer.
(Tom informed me about the availability of AF_UNIX on Windows, and here we are.)
Notes
#ifdef AF_UNIX)<afunix.h>on Windows forsockaddr_unLimitations on Windows
Other
Please check.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.