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
/
glue
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-0
/
+4
2024-10-01
r/8741
feat(castore/fs): optional refscanner for ingest
Yureka
1
-1
/
+2
2024-09-27
r/8724
refactor(tvix): move refscan module to castore
Yureka
2
-340
/
+0
2024-09-05
r/8653
chore(3p/sources): bump channels & overlays (2024-09-01)
Vincent Ambo
1
-0
/
+3
2024-08-20
r/8545
refactor(nix-compat/store_path): make StorePath generic on S
Florian Klink
4
-43
/
+45
2024-08-19
r/8518
docs(tvix/glue/tvix_io): update doc-comments
Florian Klink
1
-4
/
+2
2024-08-17
r/8509
chore(tvix/glue): drop some explicit allow(clippy::mutable_key_type)
Florian Klink
2
-3
/
+0
2024-08-17
r/8507
refactor(tvix/castore): add into_nodes(), implement consuming proto conv
Florian Klink
1
-8
/
+3
2024-08-17
r/8506
refactor(tvix/castore): add PathComponent type for checked components
Florian Klink
1
-5
/
+11
2024-08-17
r/8505
refactor(tvix/castore): drop {Directory,File,Symlink}Node
Florian Klink
5
-33
/
+46
2024-08-17
r/8504
refactor(tvix/castore): remove `name` from Nodes
Florian Klink
5
-102
/
+99
2024-08-16
r/8502
feat(tvix/glue): Add refscanner pattern and AsyncRead
Brian Olsen
1
-22
/
+243
2024-08-13
r/8486
refactor(tvix/castore): move *Node and Directory to crate root
Florian Klink
5
-9
/
+7
2024-08-13
r/8484
refactor(tvix/castore): use Directory struct separate from proto one
Yureka
5
-97
/
+79
2024-08-12
r/8482
feat(tvix/cli): Add derivation file dumping functionality
Ilan Joselevich
2
-1
/
+22
2024-07-31
r/8434
fix(tvix/glue): coerce path argument to builtins.path to a path
Aspen Smith
1
-3
/
+8
2024-07-22
r/8399
refactor(tvix): move service addrs into shared clap struct
Yureka
3
-6
/
+16
2024-07-20
r/8380
refactor(tvix/store): use composition in tvix_store crate
Yureka
3
-3
/
+3
2024-07-06
r/8351
refactor(tvix/eval): Builderize Evaluation
Aspen Smith
4
-39
/
+50
2024-07-01
r/8337
chore(3p/sources): bump to OpenSSH vulnerability hotfix
Vincent Ambo
1
-2
/
+2
2024-06-26
r/8315
fix(tvix/glue): reject unknown attrset args for fetch builtins
Florian Klink
3
-1
/
+18
2024-06-26
r/8314
refactor(tvix/eval): prefix ctx iterators in NixString
Florian Klink
1
-9
/
+12
2024-06-26
r/8313
feat(tvix/glue): implement builtins.toFile
Florian Klink
4
-9
/
+94
2024-06-26
r/8311
feat(tvix/glue): add eval-fail-* support to glue tests
Florian Klink
3
-0
/
+10
2024-06-26
r/8307
refactor(tvix/glue): return a parsed Url in NixFetchArgs
Florian Klink
2
-44
/
+29
2024-06-26
r/8306
refactor(tvix/glue): take &CAHash, not CAHash
Florian Klink
2
-12
/
+14
2024-06-26
r/8305
feat(tvix/glue): handle regular file at builtins.path import
Florian Klink
2
-63
/
+114
2024-06-26
r/8304
feat(tvix/eval): add file_type method
Florian Klink
2
-0
/
+26
2024-06-17
r/8289
feat(tvix/tvix-store): improve progress bars
Florian Klink
1
-3
/
+3
2024-06-13
r/8266
fix(tvix-glue/fetchers/decompression): propagate error with ?
Florian Klink
1
-3
/
+1
2024-06-13
r/8265
fix(tvix/glue/tvix_store_io): also populate input sources
Florian Klink
1
-2
/
+23
2024-06-13
r/8263
fix(tvix/glue/tvix_store_io): disable concurrent fetches for now
Florian Klink
1
-1
/
+3
2024-06-13
r/8260
fix(tvix/glue/tvix_store_io): distinguish waiting and building
Florian Klink
1
-1
/
+3
2024-06-13
r/8259
feat(tvix/glue): report progress on all fetches, use progress bars
Florian Klink
3
-14
/
+41
2024-06-13
r/8258
fix(tvix/glue/tvix_store_io): use same case for progress messages
Florian Klink
1
-1
/
+1
2024-06-12
r/8257
fix(tvix-glue/fetchers): remove unused allow dead code
Florian Klink
1
-2
/
+0
2024-06-12
r/8255
feat(tvix/glue/tvix_store_io): show progress info
Florian Klink
1
-5
/
+8
2024-06-12
r/8254
feat(tvix/glue): support builtin:fetchurl
Florian Klink
5
-15
/
+197
2024-06-12
r/8252
feat(tvix/glue/fetchers): add NAR fetching infrastructure
Florian Klink
1
-5
/
+134
2024-06-12
r/8251
refactor(tvix/glue/fetchers): move store_path() tests here
Florian Klink
2
-42
/
+40
2024-06-12
r/8250
refactor(tvix/glue/fetchers): use named field for structs
Florian Klink
3
-30
/
+76
2024-06-12
r/8249
test(tvix/glue/fetchurl): add output path tests for fetchurl
Florian Klink
2
-1
/
+41
2024-06-11
r/8247
fix(tvix/eval): handle builtins.split matching the empty string
binarycat
1
-1
/
+1
2024-06-05
r/8217
feat(tvix/glue): Implement builtins.storePath
Aspen Smith
6
-2
/
+56
2024-05-23
r/8164
feat(tvix/eval): rm NixContext::join, add take_context & IntoIterator
Florian Klink
1
-2
/
+2
2024-05-23
r/8163
feat(tvix/eval): teach builtins.toXML context
Florian Klink
2
-0
/
+15
2024-05-11
r/8103
refactor(tvix/store): drop calculate_nar from PathInfoService
Florian Klink
5
-46
/
+60
2024-05-06
r/8082
refactor(tvix): remove usage of async-recursion
Connor Brewster
1
-2
/
+0
2024-05-04
r/8073
refactor(tvix/*store): use DS: DirectoryService
Florian Klink
1
-3
/
+3
[next]