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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-24
r/7779
feat(tvix/castore): add rstest-based BlobService tests
Florian Klink
3
-243
/
+294
2024-03-24
r/7778
feat(tvix/castore): AsRef<dyn BlobService> impl BlobService
Florian Klink
1
-0
/
+22
2024-03-24
r/7777
feat(tvix/castore): add rstest-based DirectoryService tests
Florian Klink
8
-1
/
+331
2024-03-24
r/7776
feat(tvix/castore): AsRef<dyn DirectoryService> impl DirectoryService
Florian Klink
1
-0
/
+25
2024-03-24
r/7775
feat(tvix/castore/directory): add SledDirectoryPutter
Florian Klink
1
-3
/
+59
2024-03-24
r/7774
refactor(tvix/castore/directory/grpc_wrapper): use ClosureValidator
Florian Klink
2
-89
/
+19
2024-03-24
r/7773
refactor(tvix/castore/directory): have SimplePutter use Validator
Florian Klink
5
-59
/
+82
2024-03-24
r/7772
feat(tvix/castore/directory): add ClosureValidator
Florian Klink
2
-0
/
+256
2024-03-23
r/7768
docs(tvix/castore): fix missing slash in docstring
Florian Klink
1
-1
/
+1
2024-03-23
r/7767
fix(tvix/castore/directory/tests): close upload handle
Florian Klink
1
-0
/
+2
2024-03-23
r/7764
feat(tvix): add mdbook to shell
Florian Klink
1
-0
/
+3
2024-03-23
r/7763
fix(nix-compat/nixhash): fix SRI string parsing with superfluous suffix
Florian Klink
1
-41
/
+38
2024-03-22
r/7758
feat(tvix/nix-compat): add read_u32 wire primitive
Picnoir
1
-1
/
+35
2024-03-20
r/7757
feat(tvix/castore): derive Eq and Hash automatically
Florian Klink
2
-3
/
+2
2024-03-20
r/7756
refactor(tvix/castore): instrument DirectoryPutter impls consistently
Florian Klink
2
-4
/
+5
2024-03-20
r/7755
refactor(tvix/castore/directory): remove GRPCPutter::new
Florian Klink
1
-10
/
+3
2024-03-20
r/7753
feat(tvix/castore): record errors for some failures in SimplePutter
Florian Klink
1
-0
/
+4
2024-03-20
r/7752
fix(tvix): allow trace level log messages in debug builds
Florian Klink
2
-3
/
+3
2024-03-20
r/7751
feat(tvix/castore/blob): document missing objectstore+*:// URL
Florian Klink
1
-0
/
+1
2024-03-20
r/7750
refactor(tvix/castore/blob): drop simplefs
Florian Klink
3
-208
/
+1
2024-03-20
r/7749
refactor(tvix/castore): introduce "cloud" feature flag
Florian Klink
4
-11
/
+31
2024-03-20
r/7748
docs(tvix/castore/directory): update docstring for get_recursive
Florian Klink
1
-1
/
+4
2024-03-20
r/7747
refactor(tvix/store/pathinfo/from_addr): use match guards
Florian Klink
1
-59
/
+62
2024-03-20
r/7746
refactor(tvix/castore/directory/from_addr): use match guards
Florian Klink
1
-39
/
+42
2024-03-20
r/7745
refactor(tvix/castore/blob/from_addr): use match guards
Florian Klink
1
-53
/
+59
2024-03-19
r/7741
feat(tvix/nix-compat): introduce magic hello/response
Picnoir
2
-1
/
+6
2024-03-19
r/7736
fix(tvix/eval): propagate errs from key comparison in genericClosure
sterni
3
-7
/
+17
2024-03-19
r/7735
fix(tvix/eval): don't force lambda arg in map, mapAttrs & genList
sterni
8
-4
/
+38
2024-03-18
r/7733
refactor(tvix/store/import): use B3Digest in log_node
Florian Klink
1
-5
/
+3
2024-03-18
r/7732
refactor(tvix/store/pathinfo/nix_http): NixHash to display NARHash
Florian Klink
1
-3
/
+5
2024-03-18
r/7731
refactor(tvix/store/nar): use B3Digest in RenderError
Florian Klink
1
-5
/
+4
2024-03-18
r/7730
refactor(tvix/castore/blobsvc): use B3Digest Display impl
Florian Klink
2
-10
/
+2
2024-03-18
r/7729
feat(tvix/boot): make VM cmdline and asserted VM output configurable
Florian Klink
1
-2
/
+8
2024-03-18
r/7728
fix(tvix/boot/tests): disable otlp
Florian Klink
2
-3
/
+8
2024-03-18
r/7727
feat(tvix/boot): support seeding closures via nar-bridge
Florian Klink
1
-42
/
+99
2024-03-18
r/7726
docs(tvix/boot): document we could use a smaller kernel here.
Florian Klink
1
-0
/
+2
2024-03-18
r/7725
feat(tvix/boot/tests): make urls and paths configurable
Florian Klink
1
-16
/
+39
2024-03-18
r/7724
feat(tvix/blobservice/object_store) more logging
Florian Klink
1
-1
/
+3
2024-03-18
r/7723
feat(tvix/store): support RUST_LOG env var
Florian Klink
4
-20
/
+153
2024-03-18
r/7722
feat(tvix/castore/blobsvc/grpc): read data in chunks
Florian Klink
1
-26
/
+54
2024-03-18
r/7721
feat(tvix/nar-bridge): support listening on unix sockets
Florian Klink
1
-2
/
+16
2024-03-18
r/7720
refactor(tvix/castore/src/blobservice): remove useless else case
Florian Klink
1
-4
/
+3
2024-03-17
r/7719
feat(tvix/castore): impl Debug for B3Digest
Florian Klink
1
-1
/
+7
2024-03-17
r/7717
chore(3p/sources): Bump channels & overlays
sterni
8
-8
/
+10
2024-03-16
r/7705
chore(tvix): bump tonic to 0.11.0
Florian Klink
6
-168
/
+1152
2024-03-16
r/7704
fix(tvix/eval): builtins.unsafeGetAttrPos returns path as a string
sterni
1
-1
/
+1
2024-03-16
r/7701
fix(tvix): don't emit rerun-if-changed
Florian Klink
3
-6
/
+6
2024-03-15
r/7700
docs(tvix): fix some docstrings
Florian Klink
4
-5
/
+5
2024-03-15
r/7699
fix(depotfmt): only exclude *imported* tvix tests
Vincent Ambo
90
-271
/
+411
2024-03-15
r/7697
feat(nix-compat/wire): add read_bytes[_unchecked]
Florian Klink
2
-0
/
+133
[next]