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
2023-10-05
r/6694
refactor(tvix/nar-bridge): let callbaks return calculated digests
Florian Klink
6
-100
/
+109
2023-10-05
r/6693
refactor(tvix/nar-bridge): drop reader package
Florian Klink
6
-56
/
+41
2023-10-05
r/6692
refactor(tvix/nar-bridge): rename item to stackItem
Florian Klink
1
-3
/
+3
2023-10-05
r/6691
refactor(tvix/nar-bridge): inline assemblePathInfo
Florian Klink
1
-17
/
+14
2023-10-04
r/6690
fix(tvix/nix-compat): reject dotfiles
edef
1
-5
/
+7
2023-10-04
r/6689
fix(tvix/castore): explicitly name lifetimes in process_entry
edef
1
-3
/
+3
2023-10-03
r/6688
fix(tvix/nix-compat): bits are not bytes
edef
1
-2
/
+2
2023-10-02
r/6687
fix(tvix/store): Fix FUSE support on MacOS
Brian Olsen
9
-22
/
+42
2023-10-02
r/6686
fix(tvix/store): FuseDaemon unmount is blocking async runtime
Brian Olsen
1
-1
/
+1
2023-09-28
r/6667
docs(tvix/boot): Update command to reflect new tvix/boot directory
Connor Brewster
1
-5
/
+5
2023-09-26
r/6663
fix(tvix/store): rename Read method in Readme
Florian Klink
1
-1
/
+1
2023-09-26
r/6662
feat(tvix/eval): test case for b/281
Adam Joseph
2
-0
/
+2
2023-09-26
r/6661
fix(tvix/store): allow building with Nix on Darwin
Florian Klink
1
-0
/
+2
2023-09-26
r/6660
chore(tvix/[ca]store): allow building without tonic-reflection
Florian Klink
8
-18
/
+15
2023-09-26
r/6659
fix(tvix/cli): don't enable default features for tvix-store
Florian Klink
2
-1
/
+2
2023-09-26
r/6658
chore(tvix/store): only depend on vhost-user-fs if virtiofs enabled
Florian Klink
2
-8
/
+12
2023-09-26
r/6657
chore(third_party/crate2nix): bump crate2nix to current HEAD
Florian Klink
2
-15
/
+25
2023-09-26
r/6654
chore(tvix/store): move fuse-backend-rs back to upstream
Florian Klink
4
-7
/
+7
2023-09-25
r/6653
feat(tvix/store): Support listening on UNIX domain sockets
Connor Brewster
6
-71
/
+388
2023-09-25
r/6652
chore(tvix/tests): rename to //tvix/boot
Florian Klink
4
-41
/
+44
2023-09-25
r/6651
fix(tvix/tests/tvix-init): run as pid1, support init=
Florian Klink
3
-53
/
+133
2023-09-24
r/6650
fix(tvix/eval): fix b/281 by adding Value::Catchable
Adam Joseph
16
-247
/
+320
2023-09-24
r/6649
refactor(tvix/eval): factor CatchableErrorKind out of ErrorKind
Adam Joseph
5
-29
/
+57
2023-09-24
r/6648
docs(tvix) sync readme and website component listing, extend
Florian Klink
2
-8
/
+12
2023-09-24
r/6646
chore(tvix): add /*.sled to .gitignore
Florian Klink
1
-0
/
+2
2023-09-24
r/6645
feat(tvix/tests): add basic plumbing for integration tests
Florian Klink
3
-0
/
+337
2023-09-24
r/6644
feat(tvix/nar-bridge): provide a default for store-addr
Florian Klink
1
-3
/
+3
2023-09-24
r/6643
refactor(tvix/nar-bridge): rename binary to nar-bridge
Florian Klink
1
-0
/
+0
2023-09-24
r/6642
feat(tvix/store/fs): Add support for virtiofs backend
Connor Brewster
6
-5
/
+587
2023-09-23
r/6641
feat(tvix/cli/derivation): reject derivations with empty names
Florian Klink
1
-0
/
+27
2023-09-23
r/6640
fix(tvix/nix-compat): drop first character period check
Florian Klink
1
-6
/
+10
2023-09-23
r/6639
feat(tvix/cli): add back a derivation test
Florian Klink
1
-0
/
+30
2023-09-23
r/6638
feat(tvix/nix-compat): fix and improve error message
Florian Klink
1
-1
/
+6
2023-09-22
r/6633
refactor(tvix/nar-bridge): update to new separated protos
Florian Klink
16
-158
/
+170
2023-09-22
r/6632
chore(tvix): re-enable {ca,}store-protos-go
Florian Klink
3
-30
/
+22
2023-09-22
r/6630
chore(tvix/castore): remove dependency on anyhow
Florian Klink
4
-9
/
+1
2023-09-22
r/6629
refactor(tvix): move castore into tvix-castore crate
Florian Klink
87
-1832
/
+2306
2023-09-22
r/6628
docs(tvix/castore): rename traverse_to -> descend_to
Florian Klink
3
-18
/
+14
2023-09-22
r/6627
chore(tvix): remove some unused crate dependencies
Florian Klink
5
-481
/
+26
2023-09-22
r/6626
feat(tvix/shell): add cargo-machete
Florian Klink
1
-0
/
+1
2023-09-22
r/6625
docs(tvix/store/pathinfosvc): fix copypasta error
Florian Klink
1
-1
/
+0
2023-09-22
r/6624
docs(tvix/eval): fix some broken docstr references
Florian Klink
5
-10
/
+11
2023-09-21
r/6623
refactor(tvix/store): Asyncify PathInfoService and DirectoryService
Connor Brewster
24
-727
/
+776
2023-09-20
r/6622
refactor(tvix/store/fs): Separate FUSE and filesystem code
Connor Brewster
10
-133
/
+141
2023-09-20
r/6621
refactor(tvix/store/fuse): Switch from fuser to fuse-backend-rs
Connor Brewster
11
-584
/
+934
2023-09-18
r/6616
feat(tvix/nar-bridge): graceful shutdown
Florian Klink
2
-16
/
+30
2023-09-18
r/6615
refactor(tvix/nar-bridge): rename contentReader to blobReader
Florian Klink
1
-5
/
+5
2023-09-18
r/6614
refactor(tvix/nar-bridge): don't buffer blob in memory
Florian Klink
1
-16
/
+25
2023-09-18
r/6613
refactor(tvix/nar-bridge): simplify CLI interface
Florian Klink
8
-138
/
+56
2023-09-18
r/6612
fix(tvix/nar-bridge): don't log error on simple 404s
Florian Klink
2
-2
/
+2
[next]