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-05-23
r/8164
feat(tvix/eval): rm NixContext::join, add take_context & IntoIterator
Florian Klink
6
-60
/
+57
2024-05-23
r/8163
feat(tvix/eval): teach builtins.toXML context
Florian Klink
4
-6
/
+53
2024-05-23
r/8162
feat(tvix/eval): add NixContext::extend
Florian Klink
1
-1
/
+9
2024-05-23
r/8161
fix(tvix/eval): NixString are bytes
Florian Klink
1
-1
/
+1
2024-05-22
r/8160
refactor(tvix/eval): rewrite xml emitter to be simple-stupid
Profpatsch
9
-89
/
+205
2024-05-20
r/8159
feat(tvix/store): concurrently upload small blobs during nar ingestion
Connor Brewster
1
-12
/
+22
2024-05-20
r/8158
refactor(tvix/castore): extract concurrent blob uploader
Connor Brewster
3
-97
/
+190
2024-05-20
r/8157
refactor(tvix/store/pathinfo): test with PathInfoService directly
Florian Klink
4
-71
/
+58
2024-05-20
r/8156
fix(tvix/eval): use fake values for __curPos, rather than an error
Florian Klink
1
-2
/
+9
2024-05-16
r/8154
docs(tvix): Begin documenting the Nix daemon protocol
Brian Olsen
5
-0
/
+1527
2024-05-16
r/8153
fix(castore/directory/objectstore): fix responses for deduplicated dirs
Yureka
1
-7
/
+13
2024-05-16
r/8152
chore(tvix): drop json feature for tracing-subscriber
Florian Klink
5
-58
/
+5
2024-05-16
r/8151
feat(tvix/build): drop json logging
Florian Klink
3
-21
/
+6
2024-05-16
r/8150
feat(tvix/store): add ObjectStoreDirectoryService
Yureka
8
-11
/
+332
2024-05-15
r/8149
chore(tvix): bump to tokio-listener 0.4.1
Florian Klink
4
-840
/
+74
2024-05-15
r/8148
chore(tvix/store): bump otlp stack
Florian Klink
3
-361
/
+101
2024-05-15
r/8147
chore(tvix/nar-bridge): move to nar-bridge-go
Florian Klink
32
-14
/
+13
2024-05-13
r/8144
feat(tvix/store/pathinfo): add a Cache combinator
Florian Klink
2
-0
/
+113
2024-05-13
r/8143
fix(tvix/castore/grpc): don't use explicit channel
Florian Klink
1
-47
/
+36
2024-05-13
r/8142
feat(tvix/castore/directory/get_recursive): add 'static to BoxStream
Florian Klink
5
-6
/
+6
2024-05-13
r/8141
feat(tvix/castore/directory/traverse_directory): simplify
Florian Klink
1
-48
/
+43
2024-05-13
r/8140
feat(tvix/castore/directory/traverse): simplify code
Florian Klink
1
-53
/
+42
2024-05-13
r/8139
chore(tvix/clippy): configure clippy allow block_in_conditions
Florian Klink
5
-3
/
+15
2024-05-12
r/8117
feat(tvix/store/pathinfo/*): add more instrumentation
Florian Klink
6
-11
/
+20
2024-05-11
r/8115
refactor(tvix/castore/error): drop From<PoisonError<T>> for Error
Florian Klink
1
-7
/
+0
2024-05-11
r/8114
refactor(tvix/castore/directoryservice/memory): use tokio RwLock
Florian Klink
1
-3
/
+4
2024-05-11
r/8113
refactor(tvix/castore/blobservice/memory): use parking_lot RwLock
Florian Klink
5
-31
/
+27
2024-05-11
r/8112
refactor(tvix/store/pathinfo/memory): tokio RwLock, improve list()
Florian Klink
1
-14
/
+14
2024-05-11
r/8111
docs(tvix/docs): async nar reader is done
Florian Klink
1
-4
/
+1
2024-05-11
r/8110
docs(tvix/todo): add section on [ca]store errors
Florian Klink
1
-0
/
+7
2024-05-11
r/8109
docs(tvix/todo): update test suite section
Florian Klink
1
-4
/
+13
2024-05-11
r/8108
chore(tvix/narinfo2parquet): bump dependencies
Florian Klink
2
-27
/
+135
2024-05-11
r/8107
chore(tvix): update dependencies
Florian Klink
2
-57
/
+57
2024-05-11
r/8106
feat(tvix/store): add LruPathInfoService
Florian Klink
5
-1
/
+341
2024-05-11
r/8105
refactor(tvix/store/pathinfo/sled): drop {blob,directory}_service
Florian Klink
2
-31
/
+10
2024-05-11
r/8104
refactor(tvix/store/pathinfo/memory): drop {blob,directory}_service
Florian Klink
3
-26
/
+6
2024-05-11
r/8103
refactor(tvix/store): drop calculate_nar from PathInfoService
Florian Klink
20
-187
/
+241
2024-05-11
r/8102
fix(tvix/store/pathinfo/sled): use spawn_blocking
Florian Klink
1
-22
/
+45
2024-05-11
r/8101
fix(tvix/castore/directory/sled): use spawn_blocking
Florian Klink
1
-39
/
+60
2024-05-11
r/8100
chore(tvix/castore/blob): remove sled implementation
Florian Klink
5
-202
/
+3
2024-05-11
r/8099
refactor(tvix/store/pathinfo/grpc): simplify pingpong
Florian Klink
2
-76
/
+7
2024-05-09
r/8096
feat(tvix/cli): Use the same TvixStoreIO for the full runtime
Aspen Smith
1
-16
/
+26
2024-05-08
r/8095
refactor(nix-compat/nar/reader): reuse prev_name allocation
edef
8
-50
/
+73
2024-05-08
r/8094
feat(nix-compat/wire/bytes): read bytes into an existing buffer
edef
1
-1
/
+60
2024-05-08
r/8089
chore(tvix/tools/crunch-v2): upgrade tokio
edef
2
-5
/
+20
2024-05-08
r/8088
refactor(nix-compat/wire/bytes): style fixes
edef
1
-13
/
+10
2024-05-08
r/8087
fix(nix-compat/store_path): use Box<str>
edef
1
-8
/
+5
2024-05-08
r/8086
feat(nix-compat/wire/bytes/reader): support buffered reading
edef
3
-6
/
+195
2024-05-08
r/8085
fix(nix-compat/wire/bytes/reader): always read trailer tag data
edef
3
-16
/
+73
2024-05-08
r/8084
fix(nix-compat/wire/bytes/reader): drop allow(dead_code)
edef
1
-1
/
+0
[next]