about summary refs log tree commit diff
path: root/tvix/Cargo.lock (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-20 r/8299 feat(tvix/tracing): gRPC trace context propagationSimon Hauser1-0/+41
2024-06-17 r/8289 feat(tvix/tvix-store): improve progress barsFlorian Klink1-0/+1
2024-06-16 r/8285 fix(tvix/store/bin): fix shutdown behaviour for FUSEFlorian Klink1-0/+10
2024-06-14 r/8275 feat(tvix/tracing): add tracing-tracy supportFlorian Klink1-27/+128
2024-06-14 r/8271 feat(tvix/tracing): correctly close otlp on exitSimon Hauser1-0/+2
2024-06-13 r/8261 feat(tvix/cli): add toplevel progress spanFlorian Klink1-0/+1
2024-06-12 r/8256 chore(tvix/castore): drop unused indicatif dependencyFlorian Klink1-1/+0
2024-06-12 r/8255 feat(tvix/glue/tvix_store_io): show progress infoFlorian Klink1-0/+2
2024-06-10 r/8242 feat(tvix/tracing): introduce common tvix-tracing crateSimon Hauser1-8/+18
2024-06-06 r/8222 feat(tvix): Switch to jemallocAspen Smith1-0/+23
2024-06-06 r/8221 fix(tvix/glue): drop tracing-indicatif from depsFlorian Klink1-1/+0
2024-06-06 r/8220 feat(tvix/store/bin): add progress bar infrastructureFlorian Klink1-0/+95
2024-06-01 r/8186 feat(tvix/repl): Support multiline inputAspen Smith1-0/+1
2024-05-22 r/8160 refactor(tvix/eval): rewrite xml emitter to be simple-stupidProfpatsch1-7/+0
2024-05-16 r/8152 chore(tvix): drop json feature for tracing-subscriberFlorian Klink1-13/+0
2024-05-16 r/8150 feat(tvix/store): add ObjectStoreDirectoryServiceYureka1-0/+1
2024-05-15 r/8149 chore(tvix): bump to tokio-listener 0.4.1Florian Klink1-184/+29
2024-05-15 r/8148 chore(tvix/store): bump otlp stackFlorian Klink1-91/+36
2024-05-11 r/8113 refactor(tvix/castore/blobservice/memory): use parking_lot RwLockFlorian Klink1-4/+5
2024-05-11 r/8107 chore(tvix): update dependenciesFlorian Klink1-24/+24
2024-05-11 r/8106 feat(tvix/store): add LruPathInfoServiceFlorian Klink1-0/+52
2024-05-06 r/8082 refactor(tvix): remove usage of async-recursionConnor Brewster1-13/+0
2024-05-06 r/8080 feat(tvix/store): use async nar reader for ingest_narFlorian Klink1-3/+5
2024-04-23 r/7996 feat(tvix/glue/fetchers): support file:// URLsFlorian Klink1-0/+1
2024-04-23 r/7993 refactor(tvix/glue): move Fetch[er] into its own types, fetch lazilyFlorian Klink1-0/+2
2024-04-20 r/7983 feat(tvix/eval): Implement builtins.fetchTarballAspen Smith1-0/+1
2024-04-19 r/7977 chore(tvix/glue): migrate from test_case to rstestFlorian Klink1-34/+0
2024-04-19 r/7976 chore(tvix/cli): remove unused dependencyFlorian Klink1-1/+0
2024-04-19 r/7975 chore(nix-compat): remove unused test-case and test-generatorFlorian Klink1-113/+65
2024-04-19 r/7967 chore(tvix/build): migrate from test_case to rstestFlorian Klink1-1/+1
2024-04-19 r/7966 chore(tvix/store): remove test-case dependencyFlorian Klink1-1/+0
2024-04-15 r/7928 fix(tvix/castore/directory): fix graph traversalFlorian Klink1-0/+1
2024-04-15 r/7912 feat(tvix/castore/fs): support extended attributesFlorian Klink1-0/+1
2024-04-13 r/7900 feat(tvix/store/bin): add "copy" commandFlorian Klink1-0/+1
2024-04-13 r/7898 refactor(tvix/nix-compat): move nar writer to tokioFlorian Klink1-1/+0
2024-04-13 r/7894 feat(tvix/nix-compat): add BytesReaderFlorian Klink1-0/+1
2024-04-12 r/7885 chore(tvix): bump rstest to 0.19.0Florian Klink1-4/+4
2024-04-09 r/7884 feat(tvix/store): add bigtable pathinfoservice backendFlorian Klink1-0/+5
2024-04-09 r/7881 feat(tvix/castore/directory): add bigtable backendFlorian Klink1-5/+560
2024-04-07 r/7866 feat(tvix/castore): drop test-case crate depFlorian Klink1-1/+0
2024-04-06 r/7857 feat(tvix/nix-compat/wire): introduce BytesWriterFlorian Klink1-0/+1
2024-03-28 r/7788 feat(tvix/store): add rstest-based PathInfoService testsFlorian Klink1-0/+2
2024-03-27 r/7784 feat(tvix/nix-compat): worker protocol operation parserPicnoir1-2/+15
2024-03-24 r/7777 feat(tvix/castore): add rstest-based DirectoryService testsFlorian Klink1-0/+14
2024-03-18 r/7723 feat(tvix/store): support RUST_LOG env varFlorian Klink1-5/+33
2024-03-16 r/7705 chore(tvix): bump tonic to 0.11.0Florian Klink1-55/+260
2024-03-15 r/7695 feat(nix-compat/wire): add low-level wire format primitives codeFlorian Klink1-0/+15
2024-03-11 r/7684 feat(tvix/castore/blobsvc): add object storage implementationFlorian Klink1-3/+168
2024-03-11 r/7679 feat(tvix/glue): Add AsyncRead wrapper to decompress streamsAspen Smith1-0/+125
2024-03-11 r/7678 feat(tvix/glue): Implement builtins.fetchurlAspen Smith1-0/+2