about summary refs log tree commit diff
path: root/tvix/castore/src/import/mod.rs (unfollow)
<
AgeCommit message (Expand)AuthorFilesLines
5 days r/8101 fix(tvix/castore/directory/sled): use spawn_blockingFlorian Klink1-39/+60
5 days r/8100 chore(tvix/castore/blob): remove sled implementationFlorian Klink5-202/+3
5 days r/8099 refactor(tvix/store/pathinfo/grpc): simplify pingpongFlorian Klink2-76/+7
5 days r/8098 fix(users/flokli/keyboards/*): fix flash commandFlorian Klink2-16/+20
6 days r/8097 feat(users/amjoseph): initAdam Joseph2-0/+25
7 days r/8096 feat(tvix/cli): Use the same TvixStoreIO for the full runtimeAspen Smith1-16/+26
8 days r/8095 refactor(nix-compat/nar/reader): reuse prev_name allocationedef8-50/+73
8 days r/8094 feat(nix-compat/wire/bytes): read bytes into an existing bufferedef1-1/+60
8 days r/8093 feat(tools/when): support more timestamps with better merging logicVincent Ambo1-15/+72
8 days r/8092 feat(tools/when): try to parse input as one segment firstVincent Ambo1-0/+8
8 days r/8091 feat(tazjin/nixos): install `when` everywhereVincent Ambo1-0/+1
8 days r/8090 feat(tools/when): simple time-conversion toolVincent Ambo2-0/+147
8 days r/8089 chore(tvix/tools/crunch-v2): upgrade tokioedef2-5/+20
9 days r/8088 refactor(nix-compat/wire/bytes): style fixesedef1-13/+10
9 days r/8087 fix(nix-compat/store_path): use Box<str>edef1-8/+5
9 days r/8086 feat(nix-compat/wire/bytes/reader): support buffered readingedef3-6/+195
9 days r/8085 fix(nix-compat/wire/bytes/reader): always read trailer tag dataedef3-16/+73
9 days r/8084 fix(nix-compat/wire/bytes/reader): drop allow(dead_code)edef1-1/+0
9 days r/8083 refactor(nix-compat/wire/bytes/reader): drop prev_fillededef1-2/+1
10 days r/8082 refactor(tvix): remove usage of async-recursionConnor Brewster8-68/+19
10 days r/8081 fix(tvix/store/pathinfo/nix_http): update error messageFlorian Klink1-1/+1
10 days r/8080 feat(tvix/store): use async nar reader for ingest_narFlorian Klink7-351/+212
10 days r/8079 test(tvix-castore/import): add tests for ingest_entriesFlorian Klink1-3/+138
10 days r/8078 fix(tvix/castore/import): assert end of streamFlorian Klink1-0/+5
10 days r/8077 fix(tvix/castore/import): deal with entry.path() not having a parentFlorian Klink1-7/+9
11 days r/8076 feat(tvix-castore/import) have IngestionEntry.path() return &PathFlorian Klink2-3/+4
12 days r/8075 feat(nix-compat/nar/reader): async supportedef6-1/+566