about summary refs log tree commit diff
path: root/tvix (follow)
AgeCommit message (Expand)AuthorFilesLines
27 hours HEAD r/8096 canon feat(tvix/cli): Use the same TvixStoreIO for the full runtimeAspen Smith1-16/+26
2 days r/8095 refactor(nix-compat/nar/reader): reuse prev_name allocationedef8-50/+73
2 days r/8094 feat(nix-compat/wire/bytes): read bytes into an existing bufferedef1-1/+60
2 days r/8089 chore(tvix/tools/crunch-v2): upgrade tokioedef2-5/+20
2 days r/8088 refactor(nix-compat/wire/bytes): style fixesedef1-13/+10
2 days r/8087 fix(nix-compat/store_path): use Box<str>edef1-8/+5
2 days r/8086 feat(nix-compat/wire/bytes/reader): support buffered readingedef3-6/+195
3 days r/8085 fix(nix-compat/wire/bytes/reader): always read trailer tag dataedef3-16/+73
3 days r/8084 fix(nix-compat/wire/bytes/reader): drop allow(dead_code)edef1-1/+0
3 days r/8083 refactor(nix-compat/wire/bytes/reader): drop prev_fillededef1-2/+1
4 days r/8082 refactor(tvix): remove usage of async-recursionConnor Brewster8-68/+19
4 days r/8081 fix(tvix/store/pathinfo/nix_http): update error messageFlorian Klink1-1/+1
4 days r/8080 feat(tvix/store): use async nar reader for ingest_narFlorian Klink7-351/+212
4 days r/8079 test(tvix-castore/import): add tests for ingest_entriesFlorian Klink1-3/+138
4 days r/8078 fix(tvix/castore/import): assert end of streamFlorian Klink1-0/+5
4 days r/8077 fix(tvix/castore/import): deal with entry.path() not having a parentFlorian Klink1-7/+9
5 days r/8076 feat(tvix-castore/import) have IngestionEntry.path() return &PathFlorian Klink2-3/+4
6 days r/8075 feat(nix-compat/nar/reader): async supportedef6-1/+566
6 days r/8074 feat(nix-compat/wire/bytes/reader): parametrise on trailer tagedef3-10/+31
6 days r/8073 refactor(tvix/*store): use DS: DirectoryServiceFlorian Klink6-29/+23
7 days r/8072 docs(tvix/eval): add document about how binding construction worksVincent Ambo1-0/+133
7 days r/8071 refactor(tvix/store/pathinfo/sled): cleanup, add instrumentationFlorian Klink1-57/+42
7 days r/8070 test(tvix/[ca]store): enable bigtable only with "integration" featureFlorian Klink10-15/+44
7 days r/8069 chore(3p/overlays/tvl): switch to nixpkgs crate2nixFlorian Klink2-5/+6
8 days r/8068 chore(nix-compat): Document daemon protocol versionBrian Olsen1-0/+21
8 days r/8067 refactor(tvix/castore/import): use crate Path[Buf] in IngestionEntryFlorian Klink4-69/+74
8 days r/8066 feat(tvix/castore/directory/traverse): use castore PathsFlorian Klink2-52/+17
8 days r/8065 feat(tvix/castore/path): implement PathBuf::from_host_pathFlorian Klink1-1/+105
8 days r/8064 refactor(nix-compat): derivation_or_fod_hash -> hash_derivation_moduloFlorian Klink4-48/+57
9 days r/8063 feat(tvix/castore/path): impl AsRef<Path> for PathFlorian Klink1-0/+6
9 days r/8062 feat(tvix/castore): expose PathBuf tooFlorian Klink1-1/+1
9 days r/8061 fix(tvix/castore/path): join, push -> try_{join,push}edef1-7/+7
9 days r/8060 feat(tvix/castore/path): add PathBuf::{new, with_capacity, push}edef1-12/+37
9 days r/8059 feat(tvix/castore/path): more conversionsedef1-2/+37
9 days r/8058 feat(tvix/castore/path): single-component paths are children of ROOTedef1-11/+21
9 days r/8057 test(tvix/castore/path): test the null byte caseedef1-0/+1
9 days r/8056 feat(tvix/castore/path): use proto::validate_node_nameedef2-6/+13
9 days r/8055 chore(tvix/castore/path): drop now-duplicate testsedef1-24/+1
9 days r/8054 feat(tvix/nar-bridge): support HTTP HEAD for narinfoEdwin Mackenzie-Owen1-28/+33
9 days r/8053 fix(nix-compat/store_path): permit store paths with dots againedef1-10/+8
9 days r/8052 feat(tvix/castore/path): implement Debug + Displayedef1-3/+33
9 days r/8051 feat(tvix/castore/path): make Path unsized, repr-equivalent to [u8]edef1-51/+57
9 days r/8050 feat(tvix/castore/path): add Path{Buf}Florian Klink2-0/+248
10 days r/8049 feat(tvix/store): use local object_store for tvix-store daemon blobsFlorian Klink1-1/+5
10 days r/8048 refactor(tvix/castore/import): restructure error typesFlorian Klink7-72/+126
10 days r/8047 refactor(tvix/castore): remove IngestionEntry::UnknownFlorian Klink2-10/+1
10 days r/8046 refactor(tvix/castore/import): move upload_blob_at_path into fs modFlorian Klink2-28/+27
10 days r/8045 fix(tvix/castore/import): symlink targets are Vec<u8>Florian Klink3-4/+9
10 days r/8044 docs(tvix/castore): fix tvix_castore::import sub-mod docstringsFlorian Klink2-2/+4
10 days r/8043 fix(tvix/nix-compat/wire): RangeInclusive<usize> for memory size boundsedef2-32/+30