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-10-12
r/8800
chore(tvix/tools): move weave to //users/edef
Vincent Ambo
9
-11508
/
+0
2024-10-12
r/8799
chore(tvix/tools): move turbofetch to //users/edef
Vincent Ambo
9
-9375
/
+0
2024-10-12
r/8798
chore(tvix/tools): move crunch-v2 to //users/edef
Vincent Ambo
12
-15454
/
+0
2024-10-12
r/8797
refactor(tvix/eval): remove usage of lazy_static
Vincent Ambo
6
-38
/
+26
2024-10-12
r/8796
refactor(tvix/eval): Make `strict` an EvalMode enum
Aspen Smith
8
-31
/
+50
2024-10-12
r/8794
chore(tvix/tools/crunch-v2): bump crate dependencies
Florian Klink
2
-1974
/
+1266
2024-10-12
r/8793
chore(tvix/tools/weave): bump crate dependencies
Florian Klink
2
-1208
/
+903
2024-10-12
r/8792
chore(tvix/tools/turbofetch): bump crate dependencies
Florian Klink
2
-685
/
+1354
2024-10-12
r/8791
chore(tvix): bump crate dependencies
Florian Klink
5
-1541
/
+1650
2024-10-11
r/8790
test(tvix/store/signing_wrapper): restructure
Florian Klink
1
-14
/
+16
2024-10-11
r/8789
refactor(tvix/glue/register_in_path_info_service): return only PathInfo
Florian Klink
3
-33
/
+42
2024-10-11
r/8788
refactor(nix-compat/store_path): consistently use SP as type param
Florian Klink
3
-10
/
+13
2024-10-11
r/8787
refactor(tvix/store): use strictly typed PathInfo struct
Marijan Petričević
26
-1042
/
+726
2024-10-11
r/8786
chore(tvix/build): Bump oci-spec dependency
Ilan Joselevich
4
-202
/
+149
2024-10-10
r/8785
feat(tvix/composition): allow urls as anonymous stores
Yureka
9
-91
/
+151
2024-10-10
r/8784
feat(tvix/dirsvc/Cache): support building from url
Yureka
1
-5
/
+6
2024-10-10
r/8783
feat(tvix/pathinfo/nixhttp): use ingest stores from url
Yureka
1
-2
/
+18
2024-10-09
r/8782
refactor(tvix/cli/args): remove log-level argument
Marijan Petričević
3
-12
/
+0
2024-10-04
r/8756
feat(tvix/[ca]store): Add logging support to redb
Ilan Joselevich
4
-2
/
+11
2024-10-03
r/8752
chore(tvix/[ca]store): Drop sled support completely in favor of redb
Ilan Joselevich
14
-812
/
+18
2024-10-01
r/8748
test(tvix/castore/refscan): add empty pattern regression test
Yureka
1
-0
/
+16
2024-10-01
r/8747
fix(tvix/castore/refscan): don't panic on empty patterns
Yureka
1
-1
/
+9
2024-10-01
r/8746
docs(tvix/TODO): add PathInfo data types and ca reference items
Florian Klink
1
-0
/
+43
2024-10-01
r/8745
feat(tvix/build/oci): wire up refscanning
Yureka
1
-20
/
+47
2024-10-01
r/8744
feat(tvix/build), add OciBuildService, the old way
Florian Klink
14
-18
/
+1270
2024-10-01
r/8743
feat(tvix/glue): wire up nix refscanning
Yureka
2
-12
/
+73
2024-10-01
r/8742
feat(tvix/build): add refscanning interface
Yureka
3
-42
/
+153
2024-10-01
r/8741
feat(castore/fs): optional refscanner for ingest
Yureka
5
-22
/
+60
2024-10-01
r/8740
feat(tvix/castore/refscan): share the scanner between readers
Yureka
1
-39
/
+30
2024-09-30
r/8738
feat(tvix/nar-bridge): treat HEAD requests explicitly
Florian Klink
2
-4
/
+13
2024-09-30
r/8737
feat(tvix/nar-bridge): implement range request for NARs
Florian Klink
5
-21
/
+352
2024-09-28
r/8726
chore(tvix/castore/fuse): impl Layer for TvixStoreFs
Yureka
1
-1
/
+12
2024-09-28
r/8725
chore(tvix/castore/fuse): update fuse-backend-rs
Yureka
4
-13
/
+20
2024-09-27
r/8724
refactor(tvix): move refscan module to castore
Yureka
7
-13
/
+19
2024-09-26
r/8717
fix(tvix/castore): don't return object_store::has with INFO level
Florian Klink
1
-1
/
+1
2024-09-26
r/8716
feat(tvix/store): Add a signing PathInfoService
sinavir
6
-0
/
+225
2024-09-25
r/8715
feat(tvix/store): seekable nar renderer
Yureka
4
-0
/
+535
2024-09-25
r/8714
refactor(tvix/store/tests): combine tests into one parametrized function
Yureka
2
-179
/
+103
2024-09-25
r/8713
feat(tvix/eval): Use thiserror for ErrorKind and CatchableErrorKind
Ilan Joselevich
4
-242
/
+100
2024-09-24
r/8711
fix(tvix/nar-bridge): Remove name check for root node in nar generation
sinavir
4
-16
/
+27
2024-09-23
r/8710
feat(tvix/nix-compat/nar/writer/sync): add file_manual_write
Yureka
1
-0
/
+68
2024-09-19
r/8704
fix(tvix/castore/import): check small blobs first
Florian Klink
1
-0
/
+13
2024-09-08
r/8666
docs(tvix/nix-compat/wire/bytes/reader): None case doesn't exist
edef
1
-2
/
+0
2024-09-07
r/8663
feat(tvix/nix-compat/nar/writer/sync): trait objects -> generics
Yureka
1
-13
/
+10
2024-09-07
r/8662
feat(tvix/castore): expose ValidatedDirectoryGraph type
Yureka
1
-1
/
+1
2024-09-05
r/8653
chore(3p/sources): bump channels & overlays (2024-09-01)
Vincent Ambo
5
-11
/
+12
2024-09-03
r/8645
docs(tvix/contributing): remove reference to b/201
Florian Klink
1
-6
/
+3
2024-08-30
r/8619
fix(tvix): Follow-up fixing no-default-features and comments
Ilan Joselevich
3
-8
/
+4
2024-08-30
r/8613
fix(tvix/utils): Add missing src filtering for nix-compat-derive[-tests]
Ilan Joselevich
1
-1
/
+10
2024-08-30
r/8611
docs(tvix): update account creation instructions
Florian Klink
1
-1
/
+2
[next]