curl-curl/.github/workflows
Viktor Szakats 5431b3dd6b
build: unix socket tidy-ups
- lib: delete two unused `<sys/un.h>` includes.

- lib: drop interim macro `WIN32_SOCKADDR_UN`.
  Follow-up to 0fe9018e1a #7737
  Also fixing a potential issue of leaving unix socket support disabled
  if any header would include Windows' `afunix.h`, and define
  `UNIX_PATH_MAX` on its own.

- connect: honor unix socket disable option.

- connect: simplify unix socket PP condition.
  `USE_UNIX_SOCKETS` already means the necessary header/type are
  available, guaranteed by configure. `AF_UNIX` is already used
  elsewhere in the code without explicit checks.

- curl_setup.h: document availability of `afunix.h` on Windows more.
  It requires mingw-w64 10+ or MS SDK 10.17763.0 VS2017 15.8+.

- curl_setup.h: use `afunix.h` with mingw-w64 v10+ to start avoiding
  the local workaround if possible.

- GHA/windows: test disable unix socket option on Windows.

Ref: https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/

Closes #19989
2025-12-16 13:41:25 +01:00
..
appveyor-status.yml scripts: pass -- before passing xargs 2025-10-16 20:45:28 +02:00
checkdocs.yml GHA: update actions 2025-12-14 09:17:31 +01:00
checksrc.yml GHA: update actions 2025-12-14 09:17:31 +01:00
checkurls.yml GHA: update actions 2025-12-14 09:17:31 +01:00
codeql.yml GHA: update actions 2025-12-14 09:17:31 +01:00
configure-vs-cmake.yml GHA: update actions 2025-12-14 09:17:31 +01:00
curl-for-win.yml GHA: update actions 2025-12-14 09:17:31 +01:00
distcheck.yml GHA: update actions 2025-12-14 09:17:31 +01:00
fuzz.yml GHA/fuzz: try fixing concurrency group deadlock 2025-10-24 13:46:14 +02:00
http3-linux.yml GHA: update actions 2025-12-14 09:17:31 +01:00
label.yml GHA: set concurrency: where missing 2025-10-24 13:38:11 +02:00
linux-old.yml GHA: update actions 2025-12-14 09:17:31 +01:00
linux.yml GHA/linux: update dependency pizlonator/fil-c to v0.677 2025-12-15 12:51:30 +01:00
macos.yml GHA: update actions 2025-12-14 09:17:31 +01:00
non-native.yml GHA/non-native: fix passing some envs to the VMs 2025-12-16 00:21:39 +01:00
windows.yml build: unix socket tidy-ups 2025-12-16 13:41:25 +01:00