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
/
nar
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-12
r/6791
refactor(tvix/store): clippy lint
Florian Klink
1
-1
/
+1
2023-10-10
r/6769
feat(tvix/store): use tvix_compat::nar::writer::async
edef
1
-49
/
+85
2023-09-22
r/6629
refactor(tvix): move castore into tvix-castore crate
Florian Klink
2
-20
/
+20
2023-09-21
r/6623
refactor(tvix/store): Asyncify PathInfoService and DirectoryService
Connor Brewster
1
-23
/
+38
2023-09-18
r/6606
refactor(tvix/store/blobsvc): make BlobStore async
Florian Klink
1
-7
/
+8
2023-07-22
r/6439
feat(tvix/store/proto): use Bytes instead of Vec<u8>
Florian Klink
2
-4
/
+4
2023-07-21
r/6437
feat(tvix/store/digests): use bytes::Bytes instead of Vec<u8>
Florian Klink
1
-4
/
+6
2023-07-21
r/6436
refactor(tvix/store): use bytes for node names and symlink targets
Florian Klink
1
-6
/
+6
2023-06-19
r/6335
docs(tvix/store): correct some cargo doc warnings
Florian Klink
1
-1
/
+1
2023-06-12
r/6273
refactor(tvix/store): use Arc instead of Box
Florian Klink
1
-8
/
+11
2023-06-12
r/6272
refactor(tvix/store): use Box<dyn DirectoryService>
Florian Klink
1
-6
/
+6
2023-06-12
r/6271
feat(tvix/store/pathinfosvc): add calculate_nar method
Florian Klink
2
-3
/
+3
2023-06-12
r/6270
refactor(tvix/src/nar): drop NARCalculationService
Florian Klink
4
-219
/
+116
2023-06-12
r/6269
feat(tvix/store): eliminate generics in BlobStore
Florian Klink
2
-13
/
+9
2023-05-24
r/6184
feat(tvix/store/nar): add GRPCNARCalculationService
Florian Klink
2
-0
/
+71
2023-05-23
r/6181
refactor(tvix/store/nar): clippy
Florian Klink
1
-1
/
+1
2023-05-23
r/6178
refactor(tvix/store/blobsvc): move from Vec<u8> to B3Digest
Florian Klink
1
-14
/
+19
2023-05-23
r/6177
refactor(tvix/store/directorysvc): move from Vec<u8> to B3Digest
Florian Klink
3
-28
/
+16
2023-05-18
r/6165
refactor(tvix/store): bump CalculateNARResponse.nar_size to u64
Florian Klink
1
-1
/
+1
2023-05-11
r/6133
refactor(tvix/store): remove ChunkService
Florian Klink
2
-63
/
+28
2023-05-10
r/6130
fix(tvix/store/nar/renderer): handle digest error
Florian Klink
1
-3
/
+7
2023-03-17
r/6019
refactor(tvix/store/nar): pass in &proto::node::Node
Florian Klink
3
-15
/
+23
2023-03-16
r/6014
refactor(tvix/store/directorysvc): use [u8; 32] instead of Vec<u8>
Florian Klink
1
-5
/
+8
2023-03-10
r/5918
feat(tvix/store): add NARCalculationService trait and impl
Florian Klink
2
-0
/
+61
2023-03-10
r/5917
feat(tvix/store): validate blob size in NARRenderer
Florian Klink
2
-0
/
+14
2023-03-10
r/5915
chore(tvix/store): move NAR rendering logic into Renderer struct
Florian Klink
2
-0
/
+158