1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-22 08:51:08 +01:00
nix/src
Sergei Zimmerman f274a7273a
libutil: Implement deletePath on windows via std::filesystem::remove_all
It doesn't track the number of bytes deleted, but since this code is
security critical also we can split unix and windows implementations.
If the need arises we can implement a smarter recursive deletion function
ourselves in the future.

Review with --color-moved.
2025-12-18 00:30:05 +03:00
..
external-api-docs doc: Improve libexpr-c docs 2025-10-28 17:57:15 +01:00
internal-api-docs meson: Apply formatting universally 2025-08-07 02:58:29 +03:00
json-schema-checks Remove dependent realisations 2025-12-16 19:56:19 -05:00
kaitai-struct-checks packaging: Unbork win shells with unavailable dependencies 2025-11-19 00:43:28 +03:00
libcmd Introduce AttrPath type 2025-12-05 13:41:59 +01:00
libexpr Merge pull request #14552 from hsjobeki/docs-sort 2025-12-16 20:31:12 +00:00
libexpr-c libexpr: Fix tests on 32 bit systems 2025-11-28 00:35:56 +03:00
libexpr-test-support Make string matcher for libexpr texts like others 2025-11-10 00:54:20 -05:00
libexpr-tests libexpr-tests: Work around LTO issue with SAMPLE_USER_DATA on i686-linux with sanitizers 2025-12-08 00:24:46 +03:00
libfetchers libfetchers: Bump tarball-cache version to v2 2025-12-15 22:12:08 +03:00
libfetchers-c meson: Move asan-options to common 2025-10-11 16:08:35 +03:00
libfetchers-tests Add GitRepo::Options type 2025-12-15 14:35:19 +01:00
libflake Use std::filesystem::path in libflake. 2025-11-27 01:39:37 +03:00
libflake-c c api: shovel EvalMemory * into nix_value 2025-11-21 21:26:23 +01:00
libflake-tests More mingw fixes 2025-12-04 17:56:07 +01:00
libmain Fix mingw build 2025-12-03 20:09:33 +01:00
libmain-c meson: Move asan-options to common 2025-10-11 16:08:35 +03:00
libstore Merge pull request #14648 from obsidiansystems/goal-division-of-labor 2025-12-17 03:10:18 +00:00
libstore-c libstore-c: Add new derivation and store path functions 2025-11-25 13:18:10 -05:00
libstore-test-support Remove dependent realisations 2025-12-16 19:56:19 -05:00
libstore-tests Remove dependent realisations 2025-12-16 19:56:19 -05:00
libutil libutil: Implement deletePath on windows via std::filesystem::remove_all 2025-12-18 00:30:05 +03:00
libutil-c C API: Need to try-catch around new 2025-11-25 13:00:13 -05:00
libutil-test-support Create basic substitution unit tests 2025-12-15 01:18:34 -05:00
libutil-tests libutil: Fix canonPath, makeTempPath and createTempDir on windows 2025-12-18 00:30:04 +03:00
nix Fix nix-build.cc double getenv("TZ") race condition 2025-12-13 08:34:27 +01:00
perl packaging: Unbork win shells with unavailable dependencies 2025-11-19 00:43:28 +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