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
2025-01-02
r/9058
feat(tvix/nix-compat/narinfo): don't allocate error field names
edef
1
-37
/
+50
2025-01-01
r/9057
chore(3p/sources): bump channels & overlays (2024-12-31)
Vincent Ambo
37
-562
/
+488
2025-01-01
r/9056
fix(nix-compat): support Deriver: unknown-deriver NARInfos
Florian Klink
1
-1
/
+29
2025-01-01
r/9054
chore(tvix): update crate dependencies
Florian Klink
6
-1122
/
+2326
2024-12-31
r/9051
fix(tvix/eval): don't mark locals as used in resolve_local
sterni
2
-17
/
+23
2024-12-30
r/9046
chore(tvix): use bigtable_rs from crates.io
Florian Klink
7
-154
/
+221
2024-12-30
r/9044
chore(tvix): simplify Cargo.toml
Florian Klink
13
-212
/
+212
2024-12-29
r/9043
fix(tvix/shell): s/buf-language-server/buf/
Florian Klink
1
-1
/
+1
2024-12-29
r/9041
chore(3p/sources): Bump channels & overlays (2024-12-02)
sterni
8
-8
/
+8
2024-12-27
r/9034
fix(tvix/nar-bridge): set FileSize to NarSize
Florian Klink
1
-0
/
+4
2024-12-27
r/9033
test(tvix/nar-bridge): add NARInfo handler tests
Florian Klink
2
-0
/
+175
2024-12-27
r/9032
test(tvix/nar-bridge): start testing handlers
Florian Klink
5
-49
/
+870
2024-12-27
r/9031
refactor(tvix/nar-bridge): move narinfo_str gen to helper
Florian Klink
1
-14
/
+18
2024-12-27
r/9030
refactor(tvix/store): expose fixtures, make NAR_CONTENTS const
Florian Klink
12
-187
/
+200
2024-12-15
r/9006
feat(tvix/nix-daemon): instrument for TvixDaemon
Florian Klink
1
-1
/
+4
2024-12-10
r/8993
feat(tvix/boot/tests): Replace GNU parallel with rush
Ilan Joselevich
1
-3
/
+3
2024-12-09
r/8992
docs(tvix/boot): update docstring
Florian Klink
1
-3
/
+4
2024-12-09
r/8991
refactor(tvix/nix-daemon): use if let Some(_) = …
Florian Klink
1
-8
/
+4
2024-12-09
r/8990
docs(nix-compat/nix_daemon): fix typo
Florian Klink
1
-1
/
+1
2024-12-09
r/8989
refactor(nix-compat/nix-daemon): s/result/results/
Florian Klink
1
-3
/
+3
2024-12-04
r/8982
chore(tvix): bump tower-otel-http-metrics, enable axum feature
Florian Klink
6
-19
/
+71
2024-12-01
r/8970
chore(tvix/nix-compat): basic daemon handler tests
Vova Kryachko
5
-32
/
+361
2024-11-29
r/8969
refactor(tvix/glue): make user-agent more granular
Florian Klink
2
-3
/
+4
2024-11-29
r/8968
feat(tvix/castore): set user-agent for object_store blob/directorysvc
Florian Klink
3
-9
/
+41
2024-11-29
r/8967
feat(tvix/store): set user-agent for NixHTTPPathInfoService
Florian Klink
2
-3
/
+11
2024-11-28
r/8966
chore(tvix/glue): Fix fetchTarball for github urls.
Vova Kryachko
1
-1
/
+6
2024-11-24
r/8964
feat(tvix/nix-daemon): New operation AddToStoreNar
Vova Kryachko
5
-19
/
+289
2024-11-24
r/8963
feat(tvix/store): Add CAHash validation
Vova Kryachko
9
-64
/
+302
2024-11-24
r/8961
feat(tvix/nar-bridge): support zstd content-encoding
Florian Klink
4
-16
/
+52
2024-11-23
r/8959
chore(tvix/nix-compat-derive-tests): update fixtures
Florian Klink
1
-5
/
+5
2024-11-23
r/8955
fix(tvix/nar-bridge): explicitly select fields to add to span
Florian Klink
2
-5
/
+5
2024-11-23
r/8954
fix(tvix/castore): instrument blob uploads with current span
Florian Klink
1
-0
/
+2
2024-11-23
r/8953
fix(tvix/nar-bridge): set correct service name
Florian Klink
1
-1
/
+1
2024-11-23
r/8952
feat(tvix/nar-bridge): wire up metrics layer
Florian Klink
7
-5
/
+112
2024-11-23
r/8951
feat(tvix/tracing): configure metrics support
Florian Klink
1
-25
/
+69
2024-11-23
r/8948
chore(tvix): bump opentelemetry to 0.27
Florian Klink
7
-509
/
+217
2024-11-23
r/8947
feat(tvix/store): add xp-store-composition-cli feature flag
Florian Klink
4
-3
/
+10
2024-11-20
r/8945
chore(tvix/nix-daemon): Implement framed protocol
Vova Kryachko
2
-0
/
+191
2024-11-20
r/8944
chore(tvix/nix-daemon): Implement STDERR_READ protocol
Vova Kryachko
5
-3
/
+400
2024-11-18
r/8942
refactor(tvix/tracing): simplify flushing channel
Florian Klink
1
-32
/
+29
2024-11-18
r/8940
chore(3p/sources): bump channels & overlays
sterni
1
-1
/
+1
2024-11-14
r/8918
feat(nix-daemon): Implement stubs for QueryReferrers, QueryRealizations
Vova Kryachko
1
-1
/
+18
2024-11-13
r/8917
feat(nix-daemon): Implement more nix daemon operations.
Vova Kryachko
6
-12
/
+264
2024-11-12
r/8916
feat(tvix-store): Improve tvix-store copy.
Vova Kryachko
3
-12
/
+117
2024-11-12
r/8915
refactor(nix-compat/nix_daemon): drop Sync requirement for StorePath
Florian Klink
1
-5
/
+6
2024-11-12
r/8914
docs(tvix): document Store configuration
Florian Klink
3
-2
/
+175
2024-11-12
r/8913
refactor(nix-compat/store_path): use AsRef<str>
Florian Klink
5
-34
/
+48
2024-11-12
r/8912
docs(tvix/eval): update string context document
Florian Klink
1
-3
/
+4
2024-11-12
r/8911
refactor(tvix/eval): rm From<(T, Option<Box<NixContext>>)> for NixString
Florian Klink
2
-20
/
+1
2024-11-12
r/8910
refactor(tvix/castore/digest): stop using bytes::Bytes internally
Florian Klink
1
-24
/
+25
[next]