1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/src/libfetchers
John Ericson e0b159549b Misc Windows fixes
1. Fix build by making the legacy SSH Storey's secret `logFD` setting
   not a setting on Windows. (It doesn't make sense to specify `void *`
   handles by integer cross-proccess, I don't think.)

2. Move some files that don't need to be Unix-only anymore back to their
   original locations.
2024-06-01 19:19:35 -04:00
..
attrs.cc Merge remote-tracking branch 'origin/master' into tarball-cache 2023-12-14 13:31:29 +01:00
attrs.hh Add a Git-based content-addressed tarball cache 2023-11-29 12:37:03 +01:00
cache.cc Build the local store on Windows 2024-05-10 13:05:23 -04:00
cache.hh Update src/libfetchers/cache.hh 2024-05-06 21:11:41 +02:00
fetch-settings.cc
fetch-settings.hh Rename commit-lockfile-summary to commit-lock-file-summary for consistency 2024-05-13 09:23:59 -04:00
fetch-to-store.cc Merge pull request #10465 from edolstra/remove-locked 2024-05-06 21:32:26 +02:00
fetch-to-store.hh fetchToStore(): Don't always respect settings.readOnlyMode 2024-02-20 11:46:49 +01:00
fetchers.cc Merge InputAccessor into SourceAccessor 2024-05-03 12:14:01 +02:00
fetchers.hh Fix build failure with clang 2024-05-06 13:39:21 -04:00
filtering-source-accessor.cc fix nix edit in pure mode 2024-05-31 10:39:30 +02:00
filtering-source-accessor.hh fix nix edit in pure mode 2024-05-31 10:39:30 +02:00
git-utils.cc Merge pull request #10465 from edolstra/remove-locked 2024-05-06 21:32:26 +02:00
git-utils.hh Rename remaining instances of "InputAccessor" to "SourceAccessor" 2024-05-06 17:29:03 +02:00
git.cc Misc Windows fixes 2024-06-01 19:19:35 -04:00
github.cc libfetchers: handle nonexistent refs in GitLab repos more gracefully 2024-05-31 08:24:53 +02:00
indirect.cc Merge InputAccessor into SourceAccessor 2024-05-03 12:14:01 +02:00
local.mk Misc Windows fixes 2024-06-01 19:19:35 -04:00
mercurial.cc Misc Windows fixes 2024-06-01 19:19:35 -04:00
mounted-source-accessor.cc Rename remaining instances of "InputAccessor" to "SourceAccessor" 2024-05-06 17:29:03 +02:00
mounted-source-accessor.hh Rename remaining instances of "InputAccessor" to "SourceAccessor" 2024-05-06 17:29:03 +02:00
path.cc Remove FSInputAccessor 2024-05-03 12:30:28 +02:00
registry.cc downloadFile(): Remove the "locked" (aka "immutable") flag 2024-04-08 15:56:16 +02:00
registry.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
store-path-accessor.cc Formatting 2024-05-03 15:41:03 +02:00
store-path-accessor.hh Formatting 2024-05-03 15:41:03 +02:00
tarball.cc add and fix -Wignored-qualifiers 2024-05-17 19:29:50 +02:00
tarball.hh Merge InputAccessor into SourceAccessor 2024-05-03 12:14:01 +02:00