depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
store
/
src
/
import.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
r/8822
refactor(nix-compat/store_path): drop build_nar_based_store_path
Florian Klink
1
-3
/
+5
2024-10-15
r/8811
refactor(tvix/glue/builtins/import): refactor
Florian Klink
1
-54
/
+27
2024-10-11
r/8787
refactor(tvix/store): use strictly typed PathInfo struct
Marijan Petričević
1
-28
/
+17
2024-10-01
r/8741
feat(castore/fs): optional refscanner for ingest
Yureka
1
-3
/
+4
2024-08-20
r/8545
refactor(nix-compat/store_path): make StorePath generic on S
Florian Klink
1
-3
/
+3
2024-08-17
r/8506
refactor(tvix/castore): add PathComponent type for checked components
Florian Klink
1
-2
/
+8
2024-08-17
r/8505
refactor(tvix/castore): drop {Directory,File,Symlink}Node
Florian Klink
1
-6
/
+6
2024-08-17
r/8504
refactor(tvix/castore): remove `name` from Nodes
Florian Klink
1
-14
/
+13
2024-08-13
r/8486
refactor(tvix/castore): move *Node and Directory to crate root
Florian Klink
1
-1
/
+2
2024-08-13
r/8484
refactor(tvix/castore): use Directory struct separate from proto one
Yureka
1
-9
/
+10
2024-06-26
r/8306
refactor(tvix/glue): take &CAHash, not CAHash
Florian Klink
1
-2
/
+2
2024-06-17
r/8287
docs(tvix/store/import): update import_path_as_nar_ca docstr
Florian Klink
1
-4
/
+5
2024-05-11
r/8103
refactor(tvix/store): drop calculate_nar from PathInfoService
Florian Klink
1
-3
/
+6
2024-05-04
r/8073
refactor(tvix/*store): use DS: DirectoryService
Florian Klink
1
-1
/
+1
2024-04-30
r/8048
refactor(tvix/castore/import): restructure error types
Florian Klink
1
-1
/
+3
2024-04-20
r/7981
refactor(tvix/castore/import): make module, split off fs and error
Florian Klink
1
-3
/
+3
2024-04-19
r/7979
refactor(tvix/castore): generalize store ingestion streams
Connor Brewster
1
-2
/
+2
2024-04-19
r/7965
chore(tvix/store): migrate import.rs and tests/pathinfo.rs to rstest
Florian Klink
1
-9
/
+10
2024-04-01
r/7839
refactor(tvix/store): generalize `PathInfo` constructors
Ryan Lahfa
1
-9
/
+32
2024-03-18
r/7733
refactor(tvix/store/import): use B3Digest in log_node
Florian Klink
1
-5
/
+3
2024-03-15
r/7700
docs(tvix): fix some docstrings
Florian Klink
1
-1
/
+1
2024-01-20
r/7433
feat(tvix/store): enable `name` customization in the store
Ryan Lahfa
1
-5
/
+5
2024-01-20
r/7432
refactor(tvix/store): `import_path` → `import_path_as_nar_ca`
Ryan Lahfa
1
-0
/
+156
2023-09-22
r/6629
refactor(tvix): move castore into tvix-castore crate
Florian Klink
1
-199
/
+0
2023-09-21
r/6623
refactor(tvix/store): Asyncify PathInfoService and DirectoryService
Connor Brewster
1
-0
/
+1
2023-09-18
r/6606
refactor(tvix/store/blobsvc): make BlobStore async
Florian Klink
1
-9
/
+9
2023-09-05
r/6553
chore(tvix/store): drop walkdir workaround for symlinks at root
Florian Klink
1
-20
/
+4
2023-09-03
r/6548
docs(tvix/store): address cargo doc warnings
Florian Klink
1
-3
/
+4
2023-07-22
r/6439
feat(tvix/store/proto): use Bytes instead of Vec<u8>
Florian Klink
1
-16
/
+19
2023-07-21
r/6436
refactor(tvix/store): use bytes for node names and symlink targets
Florian Klink
1
-26
/
+8
2023-06-12
r/6278
refactor(tvix/store/blobsvc): drop Result<_,_> around open_write
Florian Klink
1
-1
/
+1
2023-06-12
r/6273
refactor(tvix/store): use Arc instead of Box
Florian Klink
1
-4
/
+10
2023-06-12
r/6272
refactor(tvix/store): use Box<dyn DirectoryService>
Florian Klink
1
-4
/
+5
2023-06-12
r/6269
feat(tvix/store): eliminate generics in BlobStore
Florian Klink
1
-6
/
+7
2023-05-25
r/6200
refactor(tvix/store): drop mut self borrow in ingest_path
Florian Klink
1
-3
/
+3
2023-05-17
r/6149
refactor(tvix/store): rename import::{import_path -> ingest_path}
Florian Klink
1
-6
/
+7
2023-05-11
r/6133
refactor(tvix/store): remove ChunkService
Florian Klink
1
-38
/
+16
2023-04-07
r/6074
refactor(tvix/store/import): use DirectoryPutter in import.rs
Florian Klink
1
-5
/
+7
2023-03-16
r/6014
refactor(tvix/store/directorysvc): use [u8; 32] instead of Vec<u8>
Florian Klink
1
-1
/
+1
2023-03-13
r/5958
refactor(tvix/store): add read_all_and_chunk method
Florian Klink
1
-41
/
+4
2023-03-11
r/5953
refactor(tvix/store): bump fastcdc dep
Florian Klink
1
-1
/
+1
2023-03-11
r/5952
refactor(tvix/store): factor out hash update into function
Florian Klink
1
-7
/
+6
2023-03-11
r/5950
feat(tvix/store/import): use StreamCDC instead of blobwriter
Florian Klink
1
-9
/
+35
2023-03-10
r/5939
feat(tvix/store): use rayon to upload chunks concurrently
Florian Klink
1
-2
/
+2
2023-03-10
r/5938
feat(tvix/store/import): make sure entries are sorted
Florian Klink
1
-2
/
+5
2023-03-10
r/5932
feat(tvix/store): add import::import_path
Florian Klink
1
-0
/
+248