about summary refs log tree commit diff
path: root/tvix/nar-bridge/src
AgeCommit message (Expand)AuthorFilesLines
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