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-18
r/6857
test(tvix/nix-compat/nar/writer/sync): add tests
Florian Klink
3
-0
/
+138
2023-10-18
r/6856
feat(tvix/nix-compat/nar/reader): add tests
Florian Klink
5
-0
/
+122
2023-10-18
r/6855
fix(tvix/nix-compat/nar/wire): correct Node::Some doc comment
edef
1
-1
/
+2
2023-10-18
r/6854
refactor(nix-compat/nar/writer): use clone_into
edef
2
-4
/
+2
2023-10-18
r/6853
feat(tvix/nix-compat): NAR reader
edef
8
-4
/
+530
2023-10-18
r/6852
docs(tvix/nix-compat/nar): document the wire format
edef
1
-2
/
+66
2023-10-18
r/6851
refactor(tvix/nix-compat): use hash_with_mode's nix_hash_string
Florian Klink
1
-7
/
+1
2023-10-17
r/6850
docs(tvix/castore/directorysvc): document drop without put and close
Florian Klink
1
-0
/
+4
2023-10-17
r/6849
chore(tvix/nar-bridge): update to latest go mod renames
Florian Klink
18
-29
/
+29
2023-10-17
r/6848
chore(tvix/store-go): rename go module
Florian Klink
12
-16
/
+16
2023-10-17
r/6847
chore(tvix/castore-go): rename go module
Florian Klink
5
-5
/
+5
2023-10-17
r/6846
chore(tvix): move regenerate scripts to passthru
Florian Klink
3
-14
/
+16
2023-10-17
r/6844
chore(tvix): move store golang bindings to tvix/store-go
Florian Klink
18
-7
/
+94
2023-10-17
r/6843
chore(tvix): move castore golang bindings to tvix/castore-go
Florian Klink
15
-7
/
+93
2023-10-17
r/6842
fix(tvix/castore): Fix race when ingesting into castore
Connor Brewster
1
-0
/
+4
2023-10-16
r/6841
refactor(tvix/nix-compat/derivation): remove some clones
Florian Klink
1
-3
/
+9
2023-10-16
r/6840
feat(tvix): add go to shell
Florian Klink
1
-0
/
+1
2023-10-16
r/6839
fix(tvix/cli): don't use protobuf from pkgs, but pkgs.buildPackages
Florian Klink
1
-1
/
+1
2023-10-16
r/6838
fix(tvix): fix binary building on Darwin
Florian Klink
1
-0
/
+8
2023-10-16
r/6837
refactor(tvix): push rarely-used darwin-specific hacks down
Florian Klink
1
-8
/
+10
2023-10-16
r/6836
fix(tvix/shell): fix cargo build on MacOS
Florian Klink
1
-4
/
+6
2023-10-16
r/6835
feat(nix-compat): add bench for aterm parsing
Florian Klink
4
-1
/
+43
2023-10-16
r/6834
refactor(nix-compat/derivation): drop non_unicode test
Florian Klink
1
-81
/
+1
2023-10-16
r/6833
refactor(nix-compat/derivation): use ATerm for output_paths test
Florian Klink
1
-5
/
+13
2023-10-16
r/6832
fix(nix-compat/derivation): handle dups
Florian Klink
2
-23
/
+173
2023-10-16
r/6831
feat(nix-compat/{aterm,derivation}): init parser
Florian Klink
14
-3
/
+679
2023-10-16
r/6828
refactor(nix-compat/derivation): fix function name
Florian Klink
2
-2
/
+2
2023-10-16
r/6827
refactor(tvix/cli): clippy
Florian Klink
1
-1
/
+1
2023-10-16
r/6826
refactor(tvix/store): clippy
Florian Klink
1
-1
/
+1
2023-10-16
r/6825
refactor(tvix/nix-compat): clippy
Florian Klink
1
-2
/
+2
2023-10-16
r/6824
refactor(tvix/castore): clippy
Florian Klink
1
-1
/
+1
2023-10-16
r/6823
refactor(tvix/store/fs): clippy
Florian Klink
2
-7
/
+14
2023-10-15
r/6815
refactor(nix-compat/derivation): make write_environment more generic
Florian Klink
1
-5
/
+7
2023-10-15
r/6814
refactor(nix-compat/derivation): move test fixtures to subdir
Florian Klink
21
-10
/
+10
2023-10-15
r/6813
feat(tvix/nix-compat/nixhash/NixHashWithMode): from_algo_mode_hash
Florian Klink
5
-2
/
+54
2023-10-15
r/6812
refactor(nix-compat/nixhash): add Result type alias
Florian Klink
1
-6
/
+9
2023-10-15
r/6811
refactor(nix-compat/nixhash): box sha512
Florian Klink
1
-4
/
+4
2023-10-14
r/6810
refactor(tvix/store): Upgrade tokio-listener to get tonic support
Connor Brewster
6
-141
/
+29
2023-10-14
r/6808
refactor(tvix/nix-compat/derivation): fod_digest return [u8; 32]
Florian Klink
1
-4
/
+4
2023-10-14
r/6807
refactor(tvix/nix-compat): make NixHash an enum with fixed-len bytes
Florian Klink
8
-221
/
+227
2023-10-14
r/6806
feat(tvix/store/protos): use Validate() function on root node
Florian Klink
4
-37
/
+22
2023-10-14
r/6805
feat(tvix/store/protos): add Deriver field to PathInfo
Florian Klink
10
-39
/
+161
2023-10-14
r/6804
feat(tvix/store/protos): add StorePath message
Florian Klink
3
-48
/
+137
2023-10-14
r/6803
refactor(tvix/store/fs): make fetch_directory_inode_data async
Florian Klink
1
-30
/
+32
2023-10-14
r/6802
refactor(tvix/*store): helper for channel creation from url
Florian Klink
6
-129
/
+88
2023-10-14
r/6801
refactor(tvix/*store): reorganize from_url
Florian Klink
3
-36
/
+27
2023-10-14
r/6800
refactor(tvix/*store): remove some grpc_client let bindings
Florian Klink
3
-27
/
+25
2023-10-14
r/6799
feat(tvix/castore/protos): add more granular validation methods
Florian Klink
2
-29
/
+104
2023-10-14
r/6798
refactor(tvix/castore): simplify node validation checks
Florian Klink
1
-9
/
+8
2023-10-13
r/6796
docs(tvix/castore): point out use of contents_first
Linus Heckemann
1
-0
/
+5
[next]