1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-25 11:49:35 +01:00
nix/src
Eelco Dolstra 4816b640a2 Fix HUP detection on macOS
As of macOS 15.4, passing 0 or POLLHUP doesn't seem to work at all for
sockets any more (though it does work for `notifyPipe`). As a
workaround, also pass POLLIN. That does cause us to receive a bunch of
POLLIN events we don't care about, so we sleep for a bit when receiving
POLLIN.
2025-08-27 21:11:05 +02:00
..
external-api-docs meson: Apply formatting universally 2025-08-07 02:58:29 +03:00
internal-api-docs meson: Apply formatting universally 2025-08-07 02:58:29 +03:00
libcmd No more globals.hh in headers 2025-08-20 16:24:37 -04:00
libexpr Implement parseURLRelative, use in HttpBinaryCacheStore 2025-08-26 19:45:10 -04:00
libexpr-c treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
libexpr-test-support treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
libexpr-tests treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
libfetchers Implement parseURLRelative, use in HttpBinaryCacheStore 2025-08-26 19:45:10 -04:00
libfetchers-c treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
libfetchers-tests No more globals.hh in headers 2025-08-20 16:24:37 -04:00
libflake Limit to lenient parsing of non-standard URLs only where needed 2025-08-22 12:37:37 -04:00
libflake-c treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
libflake-tests Limit to lenient parsing of non-standard URLs only where needed 2025-08-22 12:37:37 -04:00
libmain treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
libmain-c treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
libstore No more DerivationBuilderParams: constructor! 2025-08-27 11:40:02 -04:00
libstore-c treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
libstore-test-support No more globals.hh in headers 2025-08-20 16:24:37 -04:00
libstore-tests feat(libstore/s3): add toHttpsUrl 2025-08-25 18:48:19 +00:00
libutil Fix HUP detection on macOS 2025-08-27 21:11:05 +02:00
libutil-c treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
libutil-test-support treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
libutil-tests Implement parseURLRelative, use in HttpBinaryCacheStore 2025-08-26 19:45:10 -04:00
nix Make more URLs parsed, most notably FileTransferRequest::url 2025-08-22 12:42:48 -04:00
perl flake: Apply nixfmt 1.0.0 2025-08-18 20:29:45 +03:00
nix-functional-tests Build Functional tests with Meson 2024-08-14 15:35:40 -04:00
nix-manual Build the manual with Meson 2024-10-09 11:58:17 -04:00