about summary refs log tree commit diff
path: root/tvix/castore/src/import/archive.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor(tvix/castore): extract concurrent blob uploaderConnor Brewster13 days1-97/+12
* feat(tvix-castore/import) have IngestionEntry.path() return &PathFlorian Klink2024-05-051-2/+2
* refactor(tvix/*store): use DS: DirectoryServiceFlorian Klink2024-05-041-1/+1
* refactor(tvix/castore/import): use crate Path[Buf] in IngestionEntryFlorian Klink2024-05-021-33/+48
* refactor(tvix/castore/import): restructure error typesFlorian Klink2024-04-301-20/+62
* fix(tvix/castore/import): symlink targets are Vec<u8>Florian Klink2024-04-301-1/+3
* docs(tvix/castore): fix tvix_castore::import sub-mod docstringsFlorian Klink2024-04-301-0/+2
* refactor(tvix/castore): add separate Error enum for archivesConnor Brewster2024-04-241-21/+34
* feat(tvix/castore): upload blobs concurrently when ingesting archivesConnor Brewster2024-04-231-10/+90
* refactor(tvix/castore): switch to `ingest_entries` for tarball ingestionConnor Brewster2024-04-231-124/+227
* feat(tvix/eval): Implement builtins.fetchTarballAspen Smith2024-04-201-0/+201