about summary refs log tree commit diff
path: root/tvix/nix-compat (follow)
AgeCommit message (Expand)AuthorFilesLines
9 hours HEAD r/8075 canon feat(nix-compat/nar/reader): async supportedef6-1/+566
9 hours r/8074 feat(nix-compat/wire/bytes/reader): parametrise on trailer tagedef3-10/+31
3 days r/8068 chore(nix-compat): Document daemon protocol versionBrian Olsen1-0/+21
3 days r/8064 refactor(nix-compat): derivation_or_fod_hash -> hash_derivation_moduloFlorian Klink2-37/+40
4 days r/8053 fix(nix-compat/store_path): permit store paths with dots againedef1-10/+8
5 days r/8043 fix(tvix/nix-compat/wire): RangeInclusive<usize> for memory size boundsedef2-32/+30
5 days r/8042 refactor(nix-compat/wire): drop primitive functionsedef5-109/+28
5 days r/8041 refactor(nix-compat/wire/bytes): branchless padding computationedef1-7/+8
5 days r/8040 fix(tvix/nix-compat/wire/bytes): return UnexpectedEof for unexpected EOFedef1-4/+1
6 days r/8034 refactor(nix-compat/wire/bytes/reader): move size reading to async ctoredef1-137/+65
6 days r/8032 refactor(nix-compat/wire/bytes/reader): use fn for PhantomDataedef1-1/+1
6 days r/8031 refactor(tvix/nix-compat/wire/bytes): use RangeInclusive for limitsedef1-14/+7
6 days r/8030 refactor(nix-compat/wire/bytes): fold TrailerReader into BytesReaderedef2-91/+41
6 days r/8029 feat(nix-compat/wire/bytes/reader): expose the remaining data lengthedef2-0/+31
6 days r/8028 refactor(nix-compat/nar/reader): always enable poisoning *API*edef1-64/+66
9 days r/8017 chore(nix-compat/nar/wire): space Tag::Buf docs properlyedef1-0/+1
9 days r/8016 feat(nix-compat/wire/bytes/reader): split out reading the trailer blockedef1-56/+134
9 days r/8015 refactor(nix-compat/wire/bytes/reader): drop random whitespaceedef1-2/+2
9 days r/8014 refactor(nix-compat/wire/bytes/reader): drop Pin::get_mutedef2-4/+4
9 days r/8013 refactor(nix-compat/wire): move BytesPacketPosition into writeredef2-20/+17
9 days r/8012 fix(nix-compat/bytes): make BytesReader less hazardousedef2-178/+317
9 days r/8011 feat(nix-compat/wire/bytes): allow specifying a pre-read sizeedef1-0/+41
9 days r/8010 refactor(nix-compat/wire/bytes): drop pin_project, clean upedef1-63/+57
9 days r/8009 refactor(nix-compat/wire/bytes): don't parametrise on RangeBoundsedef1-12/+20
10 days r/8007 test(tvix/nix-compat): add debug assertions for nar readertcmal2-84/+426
10 days r/8004 docs(tvix/nix-compat/wire/bytes/reader): fix typoFlorian Klink1-1/+1
10 days r/8003 docs(tvix/nix-compat): add missing reference to BytesReaderFlorian Klink1-2/+2
2024-04-19 r/7975 chore(nix-compat): remove unused test-case and test-generatorFlorian Klink1-7/+0
2024-04-19 r/7974 chore(nix-compat/drv): migrate from test_{case,resources} to rstestFlorian Klink1-76/+88
2024-04-19 r/7973 chore(nix-compat/derivation/parser): migrate from test_case to rstestFlorian Klink1-23/+37
2024-04-19 r/7972 chore(nix-compat/nixhash): migrate from test_case to rstestFlorian Klink1-12/+14
2024-04-19 r/7971 chore(nix-compat/aterm): migrate from test_case to rstestFlorian Klink2-22/+30
2024-04-19 r/7970 chore(tvix/nix-compat/store_path): migrate from test_case to rstestFlorian Klink1-16/+20
2024-04-19 r/7969 chore(nix-compat/nixbase32): migrate from test_case to rstestFlorian Klink1-14/+17
2024-04-19 r/7968 chore(nix-compat/narinfo): migrate from test_case to rstestFlorian Klink2-33/+42
2024-04-18 r/7955 feat(tvix/nix-compat/nix_daemon/version): add ProtocolVersionFlorian Klink4-22/+156
2024-04-18 r/7954 feat(tvix/nix-compat): enable more features by defaultFlorian Klink1-0/+3
2024-04-13 r/7911 feat(tvix/nix-compat/path_info): derive Hash for ExportedPathInfoIlan Joselevich1-1/+1
2024-04-13 r/7905 feat(tvix/nix-compat/wire/bytes): add #[inline] for ensure_* funcsFlorian Klink2-0/+2
2024-04-13 r/7898 refactor(tvix/nix-compat): move nar writer to tokioFlorian Klink3-58/+52
2024-04-13 r/7897 refactor(tvix/nix-compat): move worker_protocol into nix_daemon modFlorian Klink4-30/+32
2024-04-13 r/7896 refactor(tvix/nix-compat): reorganize wire and bytesFlorian Klink7-47/+44
2024-04-13 r/7895 docs(tvix/eval): remove link to cargo manifest referenceFlorian Klink1-2/+0
2024-04-13 r/7894 feat(tvix/nix-compat): add BytesReaderFlorian Klink4-4/+476
2024-04-13 r/7893 feat(tvix/nix-compat): introduce ExportedPathInfo structFlorian Klink2-0/+122
2024-04-13 r/7891 feat(tvix/nix-compat): impl Deserialize, Serialize for SignatureFlorian Klink1-1/+47
2024-04-13 r/7890 feat(tvix/nix-compat): implement Serialize, Deserialize for NixHashFlorian Klink2-8/+49
2024-04-13 r/7889 feat(nix-compat/store_path): impl [Partial]Ord for StorePathRefFlorian Klink1-16/+15
2024-04-09 r/7883 fix(tvix/nix-compat): fix writing padding partiallyFlorian Klink1-1/+28
2024-04-08 r/7879 refactor(tvix/nix-compat/wire): rename padding_len to total_padding_lenFlorian Klink1-3/+3