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
/
Cargo.nix
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-15
r/7385
feat(tvix/build): add gRPC client
Florian Klink
1
-0
/
+1
2024-01-15
r/7383
feat(tvix/build): add BuildService trait
Florian Klink
1
-0
/
+4
2024-01-12
r/7376
feat(tvix/glue/derivationStrict): support __structuredAttrs
Florian Klink
1
-16
/
+34
2024-01-06
r/7356
feat(tvix/build): add BuildRequest validation
Florian Klink
1
-86
/
+100
2024-01-06
r/7355
chore(tvix): bump itertools
Florian Klink
1
-7
/
+28
2024-01-05
r/7350
chore(tvix): bump test-case dep to 3.3.1
Florian Klink
1
-82
/
+44
2024-01-03
r/7316
feat(tvix/glue): handle passAsFile
Florian Klink
1
-4
/
+8
2024-01-03
r/7311
feat(tvix/glue): emit a warning in case of bad SRI hashes
Florian Klink
1
-0
/
+4
2024-01-01
r/7308
feat(tvix/store): add opentelemetry
Florian Klink
1
-53
/
+845
2023-12-24
r/7261
chore(tvix): switch to upstream futures 0.3.30
Florian Klink
1
-58
/
+18
2023-12-24
r/7258
refactor(tvix/castore): add RootNode impl for BTreeMap, mv fs tests
Florian Klink
1
-4
/
+0
2023-12-22
r/7256
chore(tvix): move store/fs to castore/fs
Florian Klink
1
-49
/
+55
2023-12-17
r/7228
feat(tvix/castore): simple filesystem blob service
Ryan Lahfa
1
-0
/
+87
2023-12-16
r/7224
chore(tvix/store): switch back to fuse-backend-rs upstream
Florian Klink
1
-7
/
+6
2023-12-13
r/7212
feat(tvix/glue): add some import tests
Florian Klink
1
-29
/
+171
2023-12-12
r/7161
feat(tvix/glue): add nixpkgs eval benchmark
Florian Klink
1
-0
/
+5
2023-12-11
r/7158
chore(tvix): drop sled compression support
Florian Klink
1
-8
/
+1
2023-12-11
r/7154
feat(tvix/build): add derivation_to_build_request
Florian Klink
1
-0
/
+13
2023-12-11
r/7151
feat(tvix/build): init
Florian Klink
1
-0
/
+54
2023-12-11
r/7146
chore(tvix): bump criterion to 0.5
Florian Klink
1
-116
/
+16
2023-12-09
r/7133
chore(tvix/nix_cli): drop crate
Florian Klink
1
-45
/
+0
2023-11-19
r/7042
feat(tvix/nix-compat): add narinfo::Signature::verify
Florian Klink
1
-128
/
+564
2023-11-19
r/7038
feat(tvix/store/pathinfoservice): implement NixHTTPPathInfoService
Florian Klink
1
-3
/
+628
2023-11-19
r/7032
fix(tvix): patch futures::AsyncBufReadExt::fill_buf
edef
1
-8
/
+48
2023-11-19
r/7031
chore(tvix): upgrade futures to 0.3.29
edef
1
-18
/
+18
2023-11-10
r/6986
feat(nix-compat/narinfo): turn flags into bitfields
edef
1
-0
/
+4
2023-11-07
r/6971
feat(tvix/nix-compat): add drvfmt
Florian Klink
1
-0
/
+7
2023-11-05
r/6959
chore(tvix): bump proptest dependency
Vincent Ambo
1
-64
/
+50
2023-11-04
r/6936
refactor(tvix): move tvix glue code into glue crate
Florian Klink
1
-0
/
+71
2023-11-02
r/6922
chore(third_party/crate2nix): apply patches to fix cross
Florian Klink
1
-5
/
+7
2023-10-31
r/6919
chore(tvix): regenerate Cargo.nix
Florian Klink
1
-6
/
+22
2023-10-27
r/6897
feat(tvix/nix-compat): add narinfo parsing and serialisation
edef
1
-52
/
+10
2023-10-27
r/6883
refactor(tvix): condense long bytestrings
edef
1
-0
/
+18
2023-10-23
r/6874
test(tvix/cli/derivation): add test cases for output path calc
Florian Klink
1
-0
/
+6
2023-10-16
r/6835
feat(nix-compat): add bench for aterm parsing
Florian Klink
1
-1
/
+6
2023-10-16
r/6831
feat(nix-compat/{aterm,derivation}): init parser
Florian Klink
1
-0
/
+47
2023-10-15
r/6813
feat(tvix/nix-compat/nixhash/NixHashWithMode): from_algo_mode_hash
Florian Klink
1
-0
/
+4
2023-10-14
r/6810
refactor(tvix/store): Upgrade tokio-listener to get tonic support
Connor Brewster
1
-3
/
+15
2023-10-12
r/6789
feat(tvix/store): enable tls[-roots] feature in tonic
Florian Klink
1
-4
/
+421
2023-10-10
r/6778
fix(tvix/castore): use bstr for formatting names in errors
edef
1
-0
/
+4
2023-10-10
r/6775
fix(third_party/crate2nix): run tests in debug mode
edef
1
-0
/
+1
2023-10-10
r/6769
feat(tvix/store): use tvix_compat::nar::writer::async
edef
1
-3
/
+42
2023-10-10
r/6768
feat(tvix/nix-compat): add nar::writer::async
edef
1
-2
/
+18
2023-10-08
r/6743
test(tvix/store): use tokio-retry for exp backoff
Florian Klink
1
-0
/
+4
2023-10-08
r/6742
test(tvix/castore): use tokio-retry for exp backoff
Florian Klink
1
-0
/
+36
2023-10-08
r/6739
refactor(tvix/eval/tests): migrate to tempfile
Florian Klink
1
-164
/
+12
2023-10-08
r/6736
chore(tvix): bump tokio[-util], tonic, prost
Florian Klink
1
-144
/
+65
2023-10-08
r/6735
refactor(tvix/castore): move tests to grpc client, rm tonic-mock
Florian Klink
1
-45
/
+0
2023-10-08
r/6723
chore(tvix/store): drop tonic-mock from dependencies
Florian Klink
1
-4
/
+0
2023-10-07
r/6720
fix(tvix/store): Remove virtiofs from default features
Connor Brewster
1
-1
/
+1
[prev]
[next]