about summary refs log tree commit diff
path: root/tvix/Cargo.nix
AgeCommit message (Expand)AuthorFilesLines
2024-12-04 r/8982 chore(tvix): bump tower-otel-http-metrics, enable axum featureFlorian Klink1-11/+53
2024-12-01 r/8970 chore(tvix/nix-compat): basic daemon handler testsVova Kryachko1-0/+165
2024-11-24 r/8963 feat(tvix/store): Add CAHash validationVova Kryachko1-0/+12
2024-11-24 r/8961 feat(tvix/nar-bridge): support zstd content-encodingFlorian Klink1-9/+39
2024-11-23 r/8952 feat(tvix/nar-bridge): wire up metrics layerFlorian Klink1-2/+72
2024-11-23 r/8948 chore(tvix): bump opentelemetry to 0.27Florian Klink1-357/+99
2024-11-23 r/8947 feat(tvix/store): add xp-store-composition-cli feature flagFlorian Klink1-2/+4
2024-11-13 r/8917 feat(nix-daemon): Implement more nix daemon operations.Vova Kryachko1-2/+8
2024-11-12 r/8907 feat(nix-daemon): Implement client handler.Vova Kryachko1-4/+97
2024-11-11 r/8900 refactor(tvix/[ca]store): rename store composition feature flagsFlorian Klink1-3/+3
2024-11-04 r/8893 feat(tvix/nix-compat): Add nix serialization supportBrian Olsen1-0/+12
2024-10-30 r/8878 feat(tvix/nix-daemon): Initial skeleton for nix-daemonVova Kryachko1-0/+76
2024-10-23 r/8854 chore(tvix/cli): drop direct nix-compat dependencyFlorian Klink1-4/+0
2024-10-23 r/8853 chore(tvix/cli): drop direct castore dependencyFlorian Klink1-4/+0
2024-10-18 r/8835 refactor(tvix/[ca]store): use auto_implFlorian Klink1-0/+35
2024-10-17 r/8825 refactor(tvix/store): remove use of lazy_staticFlorian Klink1-4/+0
2024-10-17 r/8824 refactor(tvix/castore): remove remaining lazy_static usageFlorian Klink1-4/+0
2024-10-13 r/8805 refactor(tvix/tracing): remove use of lazy_staticFlorian Klink1-4/+0
2024-10-13 r/8804 refactor(tvix/build): remove use of lazy_staticFlorian Klink1-4/+0
2024-10-13 r/8803 refactor(tvix/glue): remove use of lazy_staticVincent Ambo1-4/+0
2024-10-13 r/8802 refactor(tvix/nix-compat): remove use of lazy_staticVincent Ambo1-4/+0
2024-10-12 r/8797 refactor(tvix/eval): remove usage of lazy_staticVincent Ambo1-4/+0
2024-10-12 r/8791 chore(tvix): bump crate dependenciesFlorian Klink1-956/+1063
2024-10-11 r/8786 chore(tvix/build): Bump oci-spec dependencyIlan Joselevich1-135/+101
2024-10-10 r/8785 feat(tvix/composition): allow urls as anonymous storesYureka1-2/+2
2024-10-04 r/8756 feat(tvix/[ca]store): Add logging support to redbIlan Joselevich1-0/+8
2024-10-03 r/8752 chore(tvix/[ca]store): Drop sled support completely in favor of redbIlan Joselevich1-228/+9
2024-10-01 r/8744 feat(tvix/build), add OciBuildService, the old wayFlorian Klink1-8/+373
2024-09-30 r/8737 feat(tvix/nar-bridge): implement range request for NARsFlorian Klink1-1/+233
2024-09-28 r/8725 chore(tvix/castore/fuse): update fuse-backend-rsYureka1-6/+10
2024-09-27 r/8724 refactor(tvix): move refscan module to castoreYureka1-8/+12
2024-09-26 r/8716 feat(tvix/store): Add a signing PathInfoServicesinavir1-0/+8
2024-09-25 r/8713 feat(tvix/eval): Use thiserror for ErrorKind and CatchableErrorKindIlan Joselevich1-0/+4
2024-08-30 r/8619 fix(tvix): Follow-up fixing no-default-features and commentsIlan Joselevich1-6/+0
2024-08-29 r/8610 chore(tvix): Migrate members to inherit deps from workspaceIlan Joselevich1-11/+26
2024-08-29 r/8609 chore(tvix): Bump versions of all compatible deps via cargo upgradeIlan Joselevich1-314/+760
2024-08-28 r/8608 chore(tvix/[ca]store): bump bigtable_rsFlorian Klink1-1447/+186
2024-08-28 r/8607 chore(tvix/[ca]store): bump hyper-util to 0.1.7Florian Klink1-5/+5
2024-08-28 r/8606 chore(tvix): bump tonic[-build] from 0.12.1 to 0.12.2Florian Klink1-26/+27
2024-08-28 r/8602 fix(tvix/nix-compat-derive): Get rid of external feature flagBrian Olsen1-5/+1
2024-08-27 r/8593 fix(tvix/store): restore v1alpha reflection endpointFlorian Klink1-2/+2
2024-08-25 r/8586 feat(tvix/nix-compat-derive): Add deriver for NixDeserializeBrian Olsen1-2/+170
2024-08-25 r/8585 feat(nix-compat): Add NixDeserialize and NixRead traitsBrian Olsen1-79/+82
2024-08-21 r/8547 feat(nix-compat/nix_http): init parse_nar[info]_strFlorian Klink1-0/+4
2024-08-19 r/8540 feat(nix-compat/narinfo/signature): generalize name fieldFlorian Klink1-4/+8
2024-08-19 r/8521 refactor(tvix/eval): remove use of imbl::OrdMapVincent Ambo1-250/+2
2024-08-19 r/8519 refactor(tvix/eval): ensure VM operations fit in a single byteVincent Ambo1-0/+15
2024-08-16 r/8502 feat(tvix/glue): Add refscanner pattern and AsyncReadBrian Olsen1-0/+4
2024-08-16 r/8500 chore(tvix): bump object_storeFlorian Klink1-7/+28
2024-08-16 r/8496 chore(tvix/nix-compat): bump curve25519-dalekFlorian Klink1-21/+236