aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/dummy-store.cc
AgeCommit message (Expand)Author
2024-08-26libstore: remove static initializers for Store registrationsPierre Bourdon
2024-07-15libstore: rewrite narFromPath as generatoreldritch horrors
2024-05-10libutil: remove callback.hheldritch horrors
2024-05-09libstore: un-callback-ify Store::queryRealisationUncachedeldritch horrors
2024-05-09libstore: de-callback-ify Store::queryPathInfoUncachedeldritch horrors
2023-04-13Push `getFSAccessor` `unsupported(...)` down `Store` class hierarchyJohn Ericson
2023-04-06Add `Store::isTrustedClient()`matthewcroughan
2023-03-21Support per-store Markdown documentationEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-11-03Expose an async interface for `queryRealisation`regnat
2021-07-22DummyStore: Remove redundant methodEelco Dolstra
2020-12-23Expose schedule entrypoints to all storesJohn Ericson
2020-12-20Overhaul store subclassingJohn Ericson
2020-12-11Store metadata about drv outputs realisationsregnat
2020-10-06Shut up some clang warningsEelco Dolstra
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-21Move Callback into its own headerEelco Dolstra
2020-09-16Add a name to the storesregnat
2020-09-16Document the new store hierarchyregnat
2020-09-16Properly filter the stores according to their declared uriSchemesregnat
2020-09-16Correctly call all the parent contructors of the storesregnat
2020-09-16Separate store configs from the implemsregnat
2020-09-16Separate the instantiation and initialisation of the storesregnat
2020-09-16Fix the registration of storesregnat
2020-09-16Make the store plugins more introspectableregnat
2020-08-24Add DummyStore (dummy://)Eelco Dolstra