Nix/src/libfetchers
Robert Hensing 1fa87c6aa8
Merge pull request #9283 from obsidiansystems/mememory-source-accessor
Factor out `MemorySourceAccessor`, implement missing features
2023-11-06 19:51:02 +01:00
..
attrs.cc Fix conversion from JSON to fetch attributes 2021-01-05 02:06:25 +00:00
attrs.hh Reword some comments/API docs to reflect libfetcher's multiple users 2023-09-28 21:10:51 -04:00
cache.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
cache.hh Input: Replace markFileChanged() by putFile() 2023-10-25 18:30:29 +02: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
fetchers.cc Add git commit verification input attributes 2023-11-03 20:15:12 +01:00
fetchers.hh Add git commit verification input attributes 2023-11-03 20:15:12 +01:00
fs-input-accessor.cc SourceAccessor: Change the main interface from lstat() to maybeLstat() 2023-11-01 15:26:07 +01:00
fs-input-accessor.hh Introduce FSInputAccessor and use it 2023-10-18 17:37:32 +02:00
git.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
github.cc Systematize fetcher input attribute validation 2023-10-30 10:17:24 -04:00
indirect.cc Merge pull request #9255 from NixOS/libfetcher-docs-json 2023-11-01 09:38:02 -04:00
input-accessor.cc SourceAccessor::readFile(): Support reading into a sink 2023-10-20 16:36:41 +02:00
input-accessor.hh Merge pull request #9283 from obsidiansystems/mememory-source-accessor 2023-11-06 19:51:02 +01:00
local.mk Don't overwrite user provided lib*_LDFLAGS 2021-08-25 08:59:19 -07:00
memory-input-accessor.cc Factor out MemorySourceAccessor, implement missing features 2023-11-04 15:24:20 -04:00
memory-input-accessor.hh Introduce MemoryInputAccessor and use it for corepkgs 2023-10-18 17:38:11 +02:00
mercurial.cc Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
path.cc Merge pull request #9255 from NixOS/libfetcher-docs-json 2023-11-01 09:38:02 -04: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 Systematize fetcher input attribute validation 2023-10-30 10:17:24 -04:00
tarball.hh Remove fetchers::Tree and move tarball-related stuff into its own header 2023-10-20 19:56:52 +02:00