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-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
2024-03-15
r/7696
docs(nix-compat/wire): update docstrings
Florian Klink
1
-5
/
+4
2024-03-15
r/7695
feat(nix-compat/wire): add low-level wire format primitives code
Florian Klink
6
-4
/
+157
2024-03-14
r/7694
refactor(nix-compat/derivation): emphasize aterm_bytes
Florian Klink
1
-12
/
+13
2024-03-14
r/7693
refactor(nix-compat/store_path): add from_name_and_digest_fixed
Florian Klink
2
-5
/
+17
2024-03-14
r/7692
refactor(nix-compat/store_path/utils): move helper function in
Florian Klink
1
-8
/
+7
2024-03-14
r/7691
refactor(nix-compat/store_path): take [u8;32] for outer fingerprint
Florian Klink
5
-51
/
+46
2024-03-12
r/7687
docs(tvix/eval): C++ Nix now has deduplicated inherit (from)
sterni
1
-0
/
+3
2024-03-11
r/7686
feat(tvix/boot/tests): add simple objectstore test
Florian Klink
1
-25
/
+30
2024-03-11
r/7685
feat(tvix/castore/blobsvc/from_addr): support object_store
Florian Klink
1
-1
/
+21
2024-03-11
r/7684
feat(tvix/castore/blobsvc): add object storage implementation
Florian Klink
6
-9
/
+1271
2024-03-11
r/7683
feat(tvix/store/bin): allow disabling OTLP at runtime
Florian Klink
1
-32
/
+39
2024-03-11
r/7679
feat(tvix/glue): Add AsyncRead wrapper to decompress streams
Aspen Smith
8
-1
/
+777
2024-03-11
r/7678
feat(tvix/glue): Implement builtins.fetchurl
Aspen Smith
11
-54
/
+454
2024-03-10
r/7662
docs(tvix/README): update IRC channels
Florian Klink
1
-4
/
+16
2024-03-09
r/7661
fix(tvix/store/grpc/pathinfo): skip_all fields, handle errors
Florian Klink
1
-15
/
+20
2024-03-09
r/7660
fix(tvix/castore/grpc/directory): skip_all fields in instrument
Florian Klink
1
-15
/
+21
2024-03-09
r/7659
fix(tvix/castore/grpc/blob): skip_all fields in instrument
Florian Klink
1
-5
/
+11
[next]