about summary refs log tree commit diff
path: root/tvix
AgeCommit message (Expand)AuthorFilesLines
2025-01-02 r/9058 feat(tvix/nix-compat/narinfo): don't allocate error field namesedef1-37/+50
2025-01-01 r/9057 chore(3p/sources): bump channels & overlays (2024-12-31)Vincent Ambo37-562/+488
2025-01-01 r/9056 fix(nix-compat): support Deriver: unknown-deriver NARInfosFlorian Klink1-1/+29
2025-01-01 r/9054 chore(tvix): update crate dependenciesFlorian Klink6-1122/+2326
2024-12-31 r/9051 fix(tvix/eval): don't mark locals as used in resolve_localsterni2-17/+23
2024-12-30 r/9046 chore(tvix): use bigtable_rs from crates.ioFlorian Klink7-154/+221
2024-12-30 r/9044 chore(tvix): simplify Cargo.tomlFlorian Klink13-212/+212
2024-12-29 r/9043 fix(tvix/shell): s/buf-language-server/buf/Florian Klink1-1/+1
2024-12-29 r/9041 chore(3p/sources): Bump channels & overlays (2024-12-02)sterni8-8/+8
2024-12-27 r/9034 fix(tvix/nar-bridge): set FileSize to NarSizeFlorian Klink1-0/+4
2024-12-27 r/9033 test(tvix/nar-bridge): add NARInfo handler testsFlorian Klink2-0/+175
2024-12-27 r/9032 test(tvix/nar-bridge): start testing handlersFlorian Klink5-49/+870
2024-12-27 r/9031 refactor(tvix/nar-bridge): move narinfo_str gen to helperFlorian Klink1-14/+18
2024-12-27 r/9030 refactor(tvix/store): expose fixtures, make NAR_CONTENTS constFlorian Klink12-187/+200
2024-12-15 r/9006 feat(tvix/nix-daemon): instrument for TvixDaemonFlorian Klink1-1/+4
2024-12-10 r/8993 feat(tvix/boot/tests): Replace GNU parallel with rushIlan Joselevich1-3/+3
2024-12-09 r/8992 docs(tvix/boot): update docstringFlorian Klink1-3/+4
2024-12-09 r/8991 refactor(tvix/nix-daemon): use if let Some(_) = …Florian Klink1-8/+4
2024-12-09 r/8990 docs(nix-compat/nix_daemon): fix typoFlorian Klink1-1/+1
2024-12-09 r/8989 refactor(nix-compat/nix-daemon): s/result/results/Florian Klink1-3/+3
2024-12-04 r/8982 chore(tvix): bump tower-otel-http-metrics, enable axum featureFlorian Klink6-19/+71
2024-12-01 r/8970 chore(tvix/nix-compat): basic daemon handler testsVova Kryachko5-32/+361
2024-11-29 r/8969 refactor(tvix/glue): make user-agent more granularFlorian Klink2-3/+4
2024-11-29 r/8968 feat(tvix/castore): set user-agent for object_store blob/directorysvcFlorian Klink3-9/+41
2024-11-29 r/8967 feat(tvix/store): set user-agent for NixHTTPPathInfoServiceFlorian Klink2-3/+11
2024-11-28 r/8966 chore(tvix/glue): Fix fetchTarball for github urls.Vova Kryachko1-1/+6
2024-11-24 r/8964 feat(tvix/nix-daemon): New operation AddToStoreNarVova Kryachko5-19/+289
2024-11-24 r/8963 feat(tvix/store): Add CAHash validationVova Kryachko9-64/+302
2024-11-24 r/8961 feat(tvix/nar-bridge): support zstd content-encodingFlorian Klink4-16/+52
2024-11-23 r/8959 chore(tvix/nix-compat-derive-tests): update fixturesFlorian Klink1-5/+5
2024-11-23 r/8955 fix(tvix/nar-bridge): explicitly select fields to add to spanFlorian Klink2-5/+5
2024-11-23 r/8954 fix(tvix/castore): instrument blob uploads with current spanFlorian Klink1-0/+2
2024-11-23 r/8953 fix(tvix/nar-bridge): set correct service nameFlorian Klink1-1/+1
2024-11-23 r/8952 feat(tvix/nar-bridge): wire up metrics layerFlorian Klink7-5/+112
2024-11-23 r/8951 feat(tvix/tracing): configure metrics supportFlorian Klink1-25/+69
2024-11-23 r/8948 chore(tvix): bump opentelemetry to 0.27Florian Klink7-509/+217
2024-11-23 r/8947 feat(tvix/store): add xp-store-composition-cli feature flagFlorian Klink4-3/+10
2024-11-20 r/8945 chore(tvix/nix-daemon): Implement framed protocolVova Kryachko2-0/+191
2024-11-20 r/8944 chore(tvix/nix-daemon): Implement STDERR_READ protocolVova Kryachko5-3/+400
2024-11-18 r/8942 refactor(tvix/tracing): simplify flushing channelFlorian Klink1-32/+29
2024-11-18 r/8940 chore(3p/sources): bump channels & overlayssterni1-1/+1
2024-11-14 r/8918 feat(nix-daemon): Implement stubs for QueryReferrers, QueryRealizationsVova Kryachko1-1/+18
2024-11-13 r/8917 feat(nix-daemon): Implement more nix daemon operations.Vova Kryachko6-12/+264
2024-11-12 r/8916 feat(tvix-store): Improve tvix-store copy.Vova Kryachko3-12/+117
2024-11-12 r/8915 refactor(nix-compat/nix_daemon): drop Sync requirement for StorePathFlorian Klink1-5/+6
2024-11-12 r/8914 docs(tvix): document Store configurationFlorian Klink3-2/+175
2024-11-12 r/8913 refactor(nix-compat/store_path): use AsRef<str>Florian Klink5-34/+48
2024-11-12 r/8912 docs(tvix/eval): update string context documentFlorian Klink1-3/+4
2024-11-12 r/8911 refactor(tvix/eval): rm From<(T, Option<Box<NixContext>>)> for NixStringFlorian Klink2-20/+1
2024-11-12 r/8910 refactor(tvix/castore/digest): stop using bytes::Bytes internallyFlorian Klink1-24/+25