about summary refs log tree commit diff
path: root/tvix/castore/src/import/archive.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-24 r/8002 refactor(tvix/castore): add separate Error enum for archivesConnor Brewster1-21/+34
2024-04-23 r/8001 feat(tvix/castore): upload blobs concurrently when ingesting archivesConnor Brewster1-10/+90
2024-04-23 r/8000 refactor(tvix/castore): switch to `ingest_entries` for tarball ingestionConnor Brewster1-124/+227
2024-04-20 r/7983 feat(tvix/eval): Implement builtins.fetchTarballAspen Smith1-0/+201