Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-04 | RepositoryConfig: Ensure consistency in reading blobs and trees | Paul Cristian Sarbu | |
...with respect to rejecting invalid entries such as upwards symlinks. Also ensure that valid trees are only checked once by remebering known valid tress though marker files in local storage. | |||
2025-06-04 | Add utility methods for caching valid trees | Paul Cristian Sarbu | |
...through marker files kept in storage under generation regime. These can be used to allow valid source trees, i.e., those free of upwards symlinks, to be cached in a persistent manner over multiple builds. |