index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
dummy-store.cc
Age
Commit message (
Expand
)
Author
2024-08-26
libstore: remove static initializers for Store registrations
Pierre Bourdon
2024-07-15
libstore: rewrite narFromPath as generator
eldritch horrors
2024-05-10
libutil: remove callback.hh
eldritch horrors
2024-05-09
libstore: un-callback-ify Store::queryRealisationUncached
eldritch horrors
2024-05-09
libstore: de-callback-ify Store::queryPathInfoUncached
eldritch horrors
2023-04-13
Push `getFSAccessor` `unsupported(...)` down `Store` class hierarchy
John Ericson
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-03-21
Support per-store Markdown documentation
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-11-03
Expose an async interface for `queryRealisation`
regnat
2021-07-22
DummyStore: Remove redundant method
Eelco Dolstra
2020-12-23
Expose schedule entrypoints to all stores
John Ericson
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-10-06
Shut up some clang warnings
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-21
Move Callback into its own header
Eelco Dolstra
2020-09-16
Add a name to the stores
regnat
2020-09-16
Document the new store hierarchy
regnat
2020-09-16
Properly filter the stores according to their declared uriSchemes
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-16
Separate store configs from the implems
regnat
2020-09-16
Separate the instantiation and initialisation of the stores
regnat
2020-09-16
Fix the registration of stores
regnat
2020-09-16
Make the store plugins more introspectable
regnat
2020-08-24
Add DummyStore (dummy://)
Eelco Dolstra