Age | Commit message (Expand) | Author | Files | Lines |
2024-12-04 | r/8982 chore(tvix): bump tower-otel-http-metrics, enable axum feature | Florian Klink | 1 | -3/+16 |
2024-12-01 | r/8970 chore(tvix/nix-compat): basic daemon handler tests | Vova Kryachko | 1 | -0/+71 |
2024-11-24 | r/8963 feat(tvix/store): Add CAHash validation | Vova Kryachko | 1 | -0/+3 |
2024-11-24 | r/8961 feat(tvix/nar-bridge): support zstd content-encoding | Florian Klink | 1 | -6/+10 |
2024-11-23 | r/8952 feat(tvix/nar-bridge): wire up metrics layer | Florian Klink | 1 | -0/+17 |
2024-11-23 | r/8948 chore(tvix): bump opentelemetry to 0.27 | Florian Klink | 1 | -105/+35 |
2024-11-12 | r/8907 feat(nix-daemon): Implement client handler. | Vova Kryachko | 1 | -0/+31 |
2024-11-04 | r/8893 feat(tvix/nix-compat): Add nix serialization support | Brian Olsen | 1 | -0/+2 |
2024-10-30 | r/8878 feat(tvix/nix-daemon): Initial skeleton for nix-daemon | Vova Kryachko | 1 | -0/+17 |
2024-10-23 | r/8854 chore(tvix/cli): drop direct nix-compat dependency | Florian Klink | 1 | -1/+0 |
2024-10-23 | r/8853 chore(tvix/cli): drop direct castore dependency | Florian Klink | 1 | -1/+0 |
2024-10-18 | r/8835 refactor(tvix/[ca]store): use auto_impl | Florian Klink | 1 | -0/+13 |
2024-10-17 | r/8825 refactor(tvix/store): remove use of lazy_static | Florian Klink | 1 | -1/+0 |
2024-10-17 | r/8824 refactor(tvix/castore): remove remaining lazy_static usage | Florian Klink | 1 | -1/+0 |
2024-10-13 | r/8805 refactor(tvix/tracing): remove use of lazy_static | Florian Klink | 1 | -1/+0 |
2024-10-13 | r/8804 refactor(tvix/build): remove use of lazy_static | Florian Klink | 1 | -1/+0 |
2024-10-13 | r/8803 refactor(tvix/glue): remove use of lazy_static | Vincent Ambo | 1 | -1/+0 |
2024-10-13 | r/8802 refactor(tvix/nix-compat): remove use of lazy_static | Vincent Ambo | 1 | -1/+0 |
2024-10-12 | r/8797 refactor(tvix/eval): remove usage of lazy_static | Vincent Ambo | 1 | -1/+0 |
2024-10-12 | r/8791 chore(tvix): bump crate dependencies | Florian Klink | 1 | -582/+584 |
2024-10-11 | r/8786 chore(tvix/build): Bump oci-spec dependency | Ilan Joselevich | 1 | -64/+45 |
2024-10-04 | r/8756 feat(tvix/[ca]store): Add logging support to redb | Ilan Joselevich | 1 | -0/+1 |
2024-10-03 | r/8752 chore(tvix/[ca]store): Drop sled support completely in favor of redb | Ilan Joselevich | 1 | -82/+5 |
2024-10-01 | r/8744 feat(tvix/build), add OciBuildService, the old way | Florian Klink | 1 | -4/+129 |
2024-09-30 | r/8737 feat(tvix/nar-bridge): implement range request for NARs | Florian Klink | 1 | -0/+64 |
2024-09-28 | r/8725 chore(tvix/castore/fuse): update fuse-backend-rs | Yureka | 1 | -6/+7 |
2024-09-27 | r/8724 refactor(tvix): move refscan module to castore | Yureka | 1 | -2/+3 |
2024-09-26 | r/8716 feat(tvix/store): Add a signing PathInfoService | sinavir | 1 | -0/+2 |
2024-09-25 | r/8713 feat(tvix/eval): Use thiserror for ErrorKind and CatchableErrorKind | Ilan Joselevich | 1 | -0/+1 |
2024-08-29 | r/8610 chore(tvix): Migrate members to inherit deps from workspace | Ilan Joselevich | 1 | -10/+17 |
2024-08-29 | r/8609 chore(tvix): Bump versions of all compatible deps via cargo upgrade | Ilan Joselevich | 1 | -229/+301 |
2024-08-28 | r/8608 chore(tvix/[ca]store): bump bigtable_rs | Florian Klink | 1 | -489/+124 |
2024-08-28 | r/8607 chore(tvix/[ca]store): bump hyper-util to 0.1.7 | Florian Klink | 1 | -4/+4 |
2024-08-28 | r/8606 chore(tvix): bump tonic[-build] from 0.12.1 to 0.12.2 | Florian Klink | 1 | -20/+20 |
2024-08-27 | r/8593 fix(tvix/store): restore v1alpha reflection endpoint | Florian Klink | 1 | -2/+2 |
2024-08-25 | r/8586 feat(tvix/nix-compat-derive): Add deriver for NixDeserialize | Brian Olsen | 1 | -0/+44 |
2024-08-25 | r/8585 feat(nix-compat): Add NixDeserialize and NixRead traits | Brian Olsen | 1 | -59/+58 |
2024-08-21 | r/8547 feat(nix-compat/nix_http): init parse_nar[info]_str | Florian Klink | 1 | -0/+1 |
2024-08-19 | r/8540 feat(nix-compat/narinfo/signature): generalize name field | Florian Klink | 1 | -4/+5 |
2024-08-19 | r/8521 refactor(tvix/eval): remove use of imbl::OrdMap | Vincent Ambo | 1 | -85/+0 |
2024-08-19 | r/8519 refactor(tvix/eval): ensure VM operations fit in a single byte | Vincent Ambo | 1 | -0/+7 |
2024-08-16 | r/8502 feat(tvix/glue): Add refscanner pattern and AsyncRead | Brian Olsen | 1 | -0/+1 |
2024-08-16 | r/8500 chore(tvix): bump object_store | Florian Klink | 1 | -7/+16 |
2024-08-16 | r/8496 chore(tvix/nix-compat): bump curve25519-dalek | Florian Klink | 1 | -9/+2 |
2024-08-10 | r/8474 feat(tvix/eval): Store hash in key of interner | Aspen Smith | 1 | -0/+7 |
2024-08-08 | r/8461 feat(tvix): Jemalloc -> MiMalloc | Ilan Joselevich | 1 | -23/+26 |
2024-08-07 | r/8453 feat(tvix/eval): Forbid Hash{Map,Set}, use Fx instead | Aspen Smith | 1 | -3/+11 |
2024-07-22 | r/8405 feat(tvix/store): add redb PathInfoService | Ilan Joselevich | 1 | -0/+11 |
2024-07-22 | r/8403 feat(tvix/store): add grpc healthcheck service to daemon | Yureka | 1 | -0/+14 |
2024-07-22 | r/8400 feat(tvix): add experimental-store-composition option | Yureka | 1 | -6/+50 |