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-12-09
r/7132
refactor(nix-compat/store_path): from_absolute_path to StorePathRef
Florian Klink
3
-19
/
+20
2023-12-09
r/7131
refactor(nix-compat/derivation): rename input derivation components
Florian Klink
1
-3
/
+3
2023-12-09
r/7130
feat(tvix/eval): impl DoubleEndedIter for OwnedAttrsIterator
Adam Joseph
1
-0
/
+10
2023-12-09
r/7129
chore(store/src/tests): make clippy shut up
Adam Joseph
1
-12
/
+6
2023-12-09
r/7128
fix(tvix/glue): do not panic if PathInfoService returns Err
Adam Joseph
1
-1
/
+1
2023-12-09
r/7127
chore(nix_cli): make clippy shut up
Adam Joseph
1
-0
/
+1
2023-12-09
r/7126
fix(tvix/nar-bridge): fix FOD hash
Adam Joseph
1
-1
/
+1
2023-12-07
r/7125
feat(tvix): run crate2nix generate in CI
Adam Joseph
1
-5
/
+57
2023-12-06
r/7123
refactor(tvix): Make benchmark script directory-agnostic
Aspen Smith
1
-1
/
+1
2023-12-06
r/7120
feat(tvix/eval): rewrite Thunk::force() in nonrecursive form
Adam Joseph
3
-64
/
+97
2023-12-05
r/7119
fix(tvix/eval): Return error rather than panicking on bad substring
Aspen Smith
2
-1
/
+10
2023-12-05
r/7118
refactor(tvix): move src into let binding
Florian Klink
1
-4
/
+6
2023-12-05
r/7115
feat(tvix): Add script for running benchmarks in Windtunnel
Aspen Smith
1
-0
/
+10
2023-11-28
r/7087
fix(tvix/nar-bridge): drop pathinfoservice
Florian Klink
3
-356
/
+0
2023-11-28
r/7086
feat(tvix/store/pathinfosvc/nix_http): allow configuring pubkeys
Florian Klink
1
-6
/
+28
2023-11-28
r/7085
feat(tvix/store/pathinfosvc): add signature verification
Florian Klink
1
-1
/
+33
2023-11-28
r/7084
feat(nix-compat/narinfo): add PubKey::verify(fp, sig)
Florian Klink
1
-0
/
+32
2023-11-28
r/7083
feat(nix-compat/narinfo): add PubKey
Florian Klink
2
-0
/
+119
2023-11-28
r/7082
refactor(nix-compat/narinfo/signature): rename Error type
Florian Klink
2
-9
/
+7
2023-11-28
r/7081
feat(tvix/store/pathinfosvc/nix_http): check Nar{Size,Hash} matches
Florian Klink
1
-13
/
+84
2023-11-28
r/7080
fix(tvix/store/fs): don't panic on PathInfoService error
Florian Klink
1
-11
/
+9
2023-11-27
r/7076
chore(3p/sources): bump channels & overlays (2023-11-27)
Vincent Ambo
1
-2
/
+2
2023-11-27
r/7075
fix(nix-compat/narinfo/signature): validate name field
Florian Klink
1
-2
/
+15
2023-11-27
r/7074
fix(nix-compat/narinfo): don't panic trying to parse signatures
Florian Klink
1
-6
/
+13
2023-11-27
r/7073
refactor(nix-compat): use ed25519_dalek::SIGNATURE_LENGTH
Florian Klink
1
-8
/
+9
2023-11-25
r/7065
refactor(tvix/eval): use `or_default` helper in entry API
Vincent Ambo
1
-3
/
+1
2023-11-25
r/7064
fix(tvix): ensure PartialOrd/Ord agree for StorePath & NixString
Vincent Ambo
2
-2
/
+2
2023-11-25
r/7055
refactor(tvix/eval): add ThunkRepr::is_forced()
Adam Joseph
1
-5
/
+9
2023-11-25
r/7054
feat(tvix/eval): add Thunk::unwrap_or_clone()
Adam Joseph
1
-1
/
+34
2023-11-24
r/7053
fix(tvix/castore): correctly flag unreachable code
sterni
1
-1
/
+1
2023-11-24
r/7052
docs(tvix/eval): optimization potential for inherit (from) exprs
sterni
1
-0
/
+19
2023-11-22
r/7051
feat(tvix/store): add as_narinfo() for PathInfo
Florian Klink
2
-2
/
+106
2023-11-22
r/7050
feat(nix-compat/narinfo/signature): add new() constructor
Florian Klink
1
-0
/
+5
2023-11-22
r/7049
refactor(tvix/store): impl From<&nar_info::Ca> for nixhash::CAHash
Florian Klink
1
-0
/
+62
2023-11-22
r/7048
refactor(tvix/store): impl From<nixhash::CAHash> for nar_info::Ca
Florian Klink
1
-16
/
+25
2023-11-22
r/7047
refactor(tvix/nix-compat): move from_name_and_digest to StorePathRef
Florian Klink
2
-13
/
+11
2023-11-22
r/7046
feat(nix-compat/narinfo): drop .drv from Narinfo.deriver field
Florian Klink
2
-16
/
+16
2023-11-22
r/7045
refactor(tvix/nix-compat): cleanup parse_{ca,hash} and fmt structs
Florian Klink
6
-97
/
+83
2023-11-19
r/7043
feat(tvix/nix-compat/narinfo): add fingerprint
Florian Klink
2
-0
/
+64
2023-11-19
r/7042
feat(tvix/nix-compat): add narinfo::Signature::verify
Florian Klink
6
-211
/
+1388
2023-11-19
r/7040
refactor(nix-compat/narinfo): move signature into separate file
Florian Klink
2
-52
/
+59
2023-11-19
r/7039
refactor(tvix/nix-compat): move narinfo into separate mod
Florian Klink
1
-2
/
+4
2023-11-19
r/7038
feat(tvix/store/pathinfoservice): implement NixHTTPPathInfoService
Florian Klink
6
-10
/
+1043
2023-11-19
r/7037
refactor(tvix/castore/blobservice): rm AsyncBufRead from BlobReader
Florian Klink
1
-4
/
+1
2023-11-19
r/7035
feat(nix-compat/nar/reader): provide passthrough buffered I/O
edef
2
-18
/
+80
2023-11-19
r/7034
fix(nix-compat/nar/reader): require BufRead
edef
2
-4
/
+4
2023-11-19
r/7033
fix(nix-compat/store_path): valid names ⊊ UTF-8
edef
1
-1
/
+2
2023-11-19
r/7032
fix(tvix): patch futures::AsyncBufReadExt::fill_buf
edef
5
-24
/
+84
2023-11-19
r/7031
chore(tvix): upgrade futures to 0.3.29
edef
2
-36
/
+36
2023-11-18
r/7030
refactor(tvix/store/fs): simpllify read
Florian Klink
1
-19
/
+3
[next]