aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/nar-accessor.hh
AgeCommit message (Expand)Author
2024-08-28tree-wide: shuffle headers around for about 30s compile timeJade Lovelace
2023-04-07Finish converting existing comments for internal API docs (#8146)John Ericson
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
2022-01-18Get rid of std::shared_ptr<std::string> and ref<std::string>Eelco Dolstra
2020-07-13NarAccessor: Run in constant memoryEelco Dolstra
2017-12-16Fix build on gcc 7Eelco Dolstra
2017-12-07Provide random access to cached NARsEelco Dolstra
2017-11-14nix ls-{nar,store} --json: Respect -REelco Dolstra
2017-11-14nix ls-{store,nar}: Add --json flagEelco Dolstra
2016-02-25Add NAR / Store accessor abstractionEelco Dolstra