nix-super/src/libfetchers
Eelco Dolstra 78b8db72b5 Remove tarball-cache.{hh,cc}
TarballInfo is only used in github.cc, and getTarballCache() is a bit
too trivial to have its own file.
2024-02-15 21:58:08 +01: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 Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
cache.hh Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
fetch-settings.cc Move some stuff from Settings to a new FetchSettings. 2022-03-01 01:39:25 +00:00
fetch-settings.hh Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
fetch-to-store.cc Use ContentAddressMethod::render in one more place 2024-02-13 11:14:49 -05:00
fetch-to-store.hh Combine AbstractPos, PosAdapter, and Pos 2024-01-08 10:59:41 -08:00
fetchers.cc Combine AbstractPos, PosAdapter, and Pos 2024-01-08 10:59:41 -08:00
fetchers.hh fetchGit/fetchTree: Improve exportIgnore, submodule interaction 2024-01-12 15:31:53 +01:00
filtering-input-accessor.cc CanonPath, SourcePath: Change operator + to / 2024-02-05 15:17:39 +01:00
filtering-input-accessor.hh libfetchers: Add CachingFilteringInputAccessor 2024-01-12 17:16:59 +01:00
fs-input-accessor.cc Get rid of CanonPath::fromCwd 2024-02-08 11:01:41 -05:00
fs-input-accessor.hh Get rid of CanonPath::fromCwd 2024-02-08 11:01:41 -05:00
git-utils.cc Remove tarball-cache.{hh,cc} 2024-02-15 21:58:08 +01:00
git-utils.hh Remove tarball-cache.{hh,cc} 2024-02-15 21:58:08 +01:00
git.cc Get rid of CanonPath::fromCwd 2024-02-08 11:01:41 -05:00
github.cc Remove tarball-cache.{hh,cc} 2024-02-15 21:58:08 +01:00
indirect.cc HashType: Rename to HashAlgorithm 2023-12-06 23:43:42 +01:00
local.mk Only link with -pthread on Unix 2024-01-10 20:38:39 -05:00
memory-input-accessor.cc Combine AbstractPos, PosAdapter, and Pos 2024-01-08 10:59:41 -08:00
memory-input-accessor.hh Combine AbstractPos, PosAdapter, and Pos 2024-01-08 10:59:41 -08:00
mercurial.cc CanonPath, SourcePath: Change operator + to / 2024-02-05 15:17:39 +01:00
mounted-input-accessor.cc Cleanup 2023-11-14 14:47:17 +01:00
mounted-input-accessor.hh Rename UnionInputAccessor to MountedInputAccessor 2023-11-14 14:02:57 +01:00
path.cc CanonPath, SourcePath: Change operator + to / 2024-02-05 15:17:39 +01:00
registry.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
registry.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
tarball.cc Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
tarball.hh Remove fetchers::Tree and move tarball-related stuff into its own header 2023-10-20 19:56:52 +02:00