about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* refactor(tvix/store/pathinfo/sled): drop {blob,directory}_serviceFlorian Klink8 days2-31/+10
* refactor(tvix/store/pathinfo/memory): drop {blob,directory}_serviceFlorian Klink8 days3-26/+6
* refactor(tvix/store): drop calculate_nar from PathInfoServiceFlorian Klink8 days20-187/+241
* fix(tvix/store/pathinfo/sled): use spawn_blockingFlorian Klink8 days1-22/+45
* fix(tvix/castore/directory/sled): use spawn_blockingFlorian Klink8 days1-39/+60
* chore(tvix/castore/blob): remove sled implementationFlorian Klink8 days5-202/+3
* refactor(tvix/store/pathinfo/grpc): simplify pingpongFlorian Klink8 days2-76/+7
* fix(users/flokli/keyboards/*): fix flash commandFlorian Klink8 days2-16/+20
* feat(users/amjoseph): initAdam Joseph8 days2-0/+25
* feat(tvix/cli): Use the same TvixStoreIO for the full runtimeAspen Smith10 days1-16/+26
* refactor(nix-compat/nar/reader): reuse prev_name allocationedef11 days8-50/+73
* feat(nix-compat/wire/bytes): read bytes into an existing bufferedef11 days1-1/+60
* feat(tools/when): support more timestamps with better merging logicVincent Ambo11 days1-15/+72
* feat(tools/when): try to parse input as one segment firstVincent Ambo11 days1-0/+8
* feat(tazjin/nixos): install `when` everywhereVincent Ambo11 days1-0/+1
* feat(tools/when): simple time-conversion toolVincent Ambo11 days2-0/+147
* chore(tvix/tools/crunch-v2): upgrade tokioedef11 days2-5/+20
* refactor(nix-compat/wire/bytes): style fixesedef11 days1-13/+10
* fix(nix-compat/store_path): use Box<str>edef11 days1-8/+5
* feat(nix-compat/wire/bytes/reader): support buffered readingedef11 days3-6/+195
* fix(nix-compat/wire/bytes/reader): always read trailer tag dataedef11 days3-16/+73
* fix(nix-compat/wire/bytes/reader): drop allow(dead_code)edef11 days1-1/+0
* refactor(nix-compat/wire/bytes/reader): drop prev_fillededef11 days1-2/+1
* refactor(tvix): remove usage of async-recursionConnor Brewster13 days8-68/+19
* fix(tvix/store/pathinfo/nix_http): update error messageFlorian Klink13 days1-1/+1
* feat(tvix/store): use async nar reader for ingest_narFlorian Klink13 days7-351/+212
* test(tvix-castore/import): add tests for ingest_entriesFlorian Klink13 days1-3/+138
* fix(tvix/castore/import): assert end of streamFlorian Klink13 days1-0/+5
* fix(tvix/castore/import): deal with entry.path() not having a parentFlorian Klink13 days1-7/+9
* feat(tvix-castore/import) have IngestionEntry.path() return &PathFlorian Klink14 days2-3/+4
* feat(nix-compat/nar/reader): async supportedef2024-05-046-1/+566
* feat(nix-compat/wire/bytes/reader): parametrise on trailer tagedef2024-05-043-10/+31
* refactor(tvix/*store): use DS: DirectoryServiceFlorian Klink2024-05-046-29/+23
* docs(tvix/eval): add document about how binding construction worksVincent Ambo2024-05-031-0/+133
* refactor(tvix/store/pathinfo/sled): cleanup, add instrumentationFlorian Klink2024-05-031-57/+42
* test(tvix/[ca]store): enable bigtable only with "integration" featureFlorian Klink2024-05-0310-15/+44
* chore(3p/overlays/tvl): switch to nixpkgs crate2nixFlorian Klink2024-05-033-41/+10
* chore(nix-compat): Document daemon protocol versionBrian Olsen2024-05-021-0/+21
* refactor(tvix/castore/import): use crate Path[Buf] in IngestionEntryFlorian Klink2024-05-024-69/+74
* feat(tvix/castore/directory/traverse): use castore PathsFlorian Klink2024-05-022-52/+17
* feat(tvix/castore/path): implement PathBuf::from_host_pathFlorian Klink2024-05-021-1/+105
* refactor(nix-compat): derivation_or_fod_hash -> hash_derivation_moduloFlorian Klink2024-05-024-48/+57
* feat(tvix/castore/path): impl AsRef<Path> for PathFlorian Klink2024-05-011-0/+6
* feat(tvix/castore): expose PathBuf tooFlorian Klink2024-05-011-1/+1
* fix(tvix/castore/path): join, push -> try_{join,push}edef2024-05-011-7/+7
* feat(tvix/castore/path): add PathBuf::{new, with_capacity, push}edef2024-05-011-12/+37
* feat(tvix/castore/path): more conversionsedef2024-05-011-2/+37
* feat(tvix/castore/path): single-component paths are children of ROOTedef2024-05-011-11/+21
* test(tvix/castore/path): test the null byte caseedef2024-05-011-0/+1
* feat(tvix/castore/path): use proto::validate_node_nameedef2024-05-012-6/+13