about summary refs log tree commit diff
path: root/tvix/nar-bridge/src
AgeCommit message (Expand)AuthorFilesLines
2024-09-30 r/8738 feat(tvix/nar-bridge): treat HEAD requests explicitlyFlorian Klink2-4/+13
2024-09-30 r/8737 feat(tvix/nar-bridge): implement range request for NARsFlorian Klink1-20/+51
2024-09-24 r/8711 fix(tvix/nar-bridge): Remove name check for root node in nar generationsinavir1-1/+1
2024-08-23 r/8561 feat(tvix/nar-bridge): send content-type headersFlorian Klink3-9/+18
2024-08-21 r/8547 feat(nix-compat/nix_http): init parse_nar[info]_strFlorian Klink2-103/+13
2024-08-17 r/8506 refactor(tvix/castore): add PathComponent type for checked componentsFlorian Klink1-1/+1
2024-08-17 r/8504 refactor(tvix/castore): remove `name` from NodesFlorian Klink3-22/+27
2024-08-13 r/8486 refactor(tvix/castore): move *Node and Directory to crate rootFlorian Klink2-7/+6
2024-08-13 r/8484 refactor(tvix/castore): use Directory struct separate from proto oneYureka2-25/+18
2024-08-08 r/8461 feat(tvix): Jemalloc -> MiMallocIlan Joselevich1-0/+4
2024-07-22 r/8399 refactor(tvix): move service addrs into shared clap structYureka1-14/+4
2024-07-21 r/8387 fix(tvix/nar-bridge): remove leftover debug statementFlorian Klink1-3/+1
2024-07-21 r/8386 feat(tvix/nar-bridge): change default portFlorian Klink1-1/+1
2024-07-21 r/8384 feat(tvix/tracing): http propagation for axumSimon Hauser1-1/+15
2024-07-21 r/8382 fix(tvix/nar-bridge): fix root node decoding and validationFlorian Klink1-2/+7
2024-07-20 r/8380 refactor(tvix/store): use composition in tvix_store crateYureka1-1/+1
2024-07-20 r/8379 feat(tvix/nar-bridge): implement PUT $outhash.narinfoFlorian Klink2-3/+79
2024-07-20 r/8378 feat(tvix/nar-bridge): add 404 handler for GET/HEAD `/nar/…`Florian Klink1-0/+9
2024-07-20 r/8377 feat(tvix/nar-bridge): support uploading NAR filesFlorian Klink2-2/+129
2024-07-20 r/8376 feat(tvix/nar-bridge): initFlorian Klink4-0/+342