about summary refs log tree commit diff
path: root/tvix/nix-compat/src/nar/reader/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* fix(tvix/nix-compat): async nar reader requires wire featureFlorian Klink6 days1-1/+1
* refactor(nix-compat/nar/reader): reuse prev_name allocationedef2024-05-081-18/+13
* feat(nix-compat/nar/reader): async supportedef2024-05-041-0/+3
* refactor(nix-compat/nar/reader): always enable poisoning *API*edef2024-04-291-64/+66
* test(tvix/nix-compat): add debug assertions for nar readertcmal2024-04-251-27/+211
* feat(nix-compat/nar/reader): provide passthrough buffered I/Oedef2023-11-191-13/+75
* fix(nix-compat/nar/reader): require BufReadedef2023-11-191-2/+2
* feat(tvix/nix-compat/nar/reader): add testsFlorian Klink2023-10-181-0/+2
* feat(tvix/nix-compat): NAR readeredef2023-10-181-0/+229