about summary refs log tree commit diff
path: root/tvix/store/protos (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-11 r/7155 refactor(tvix/*/protos): separate lint targetFlorian Klink1-16/+36
2023-12-11 r/7150 chore(tvix/store/protof): buf formatFlorian Klink3-138/+138
2023-10-22 r/6870 feat(tvix/store/protos): add CA fieldFlorian Klink1-0/+56
2023-10-22 r/6869 refactor(tvix/store): move deriver field into narinfo submessageFlorian Klink1-4/+3
2023-10-17 r/6848 chore(tvix/store-go): rename go moduleFlorian Klink2-2/+2
2023-10-17 r/6844 chore(tvix): move store golang bindings to tvix/store-goFlorian Klink14-1953/+34
2023-10-14 r/6806 feat(tvix/store/protos): use Validate() function on root nodeFlorian Klink3-36/+21
2023-10-14 r/6805 feat(tvix/store/protos): add Deriver field to PathInfoFlorian Klink4-38/+96
2023-10-14 r/6804 feat(tvix/store/protos): add StorePath messageFlorian Klink2-34/+121
2023-10-13 r/6795 refactor(tvix/store/protos): remove unused mustBlobDigest functionFlorian Klink1-10/+0
2023-10-11 r/6785 feat(tvix/store/protos): validate NarSha256Florian Klink2-1/+17
2023-10-11 r/6782 docs(tvix/store/protos): explain a bit more what we're doingFlorian Klink1-1/+3
2023-10-10 r/6774 refactor(tvix/store/protos): have Export accept root nodeFlorian Klink2-43/+34
2023-10-10 r/6772 feat(tvix/store/protos): add ExportFlorian Klink8-1/+482
2023-10-09 r/6761 chore(tvix/*store): use google.golang.org/protobufFlorian Klink2-3/+3
2023-10-09 r/6758 feat(tvix/nar-bridge): add ToNixNarInfo()Florian Klink2-3/+3
2023-10-09 r/6757 test(tvix/store/protos): add go tests for Validate()Florian Klink3-0/+130
2023-10-05 r/6712 feat(tvix/store/protos): add Validate() method to pathinfo.goFlorian Klink3-9/+105
2023-09-22 r/6632 chore(tvix): re-enable {ca,}store-protos-goFlorian Klink2-18/+10
2023-09-22 r/6629 refactor(tvix): move castore into tvix-castore crateFlorian Klink16-2491/+102
2023-09-18 r/6608 chore(tvix/store/protos): drop unused fields for nowFlorian Klink3-213/+51
2023-09-09 r/6572 fix(tvix/protos): support []byte node namesBrian McGee2-34/+35
2023-09-05 r/6555 feat(tvix/store/pathinfosvc): provide listingFlorian Klink3-37/+175
2023-09-03 r/6547 docs(tvix/store): update rpc_pathinfo.proto commentsFlorian Klink3-28/+14
2023-08-08 r/6472 feat(nix/sparseTree): add optional `name` argumentVincent Ambo1-1/+5
2023-07-21 r/6436 refactor(tvix/store): use bytes for node names and symlink targetsFlorian Klink2-20/+20
2023-07-08 r/6398 chore(3p/sources): Bump channels & overlayssterni5-5/+5
2023-05-18 r/6165 refactor(tvix/store): bump CalculateNARResponse.nar_size to u64Florian Klink4-8/+8
2023-05-11 r/6133 refactor(tvix/store): remove ChunkServiceFlorian Klink2-29/+0
2023-03-21 r/6029 chore(3p/sources): Bump channels & overlayssterni8-20/+46
2023-02-07 r/5840 docs(store/protos): update comment on blobstore Read and PutFlorian Klink3-8/+56
2023-01-06 r/5615 refactor(tvix/store): move protobuf build config one level upVincent Ambo1-0/+12
2022-12-30 r/5553 chore(tvix/store/protos): more idiomatic goFlorian Klink1-3/+1
2022-12-28 r/5528 feat(tvix/store/protos): rename Get to Read, add Stat methodFlorian Klink3-88/+434
2022-12-28 r/5527 feat(tvix/store): make blobstore stream chunksFlorian Klink3-172/+171
2022-12-28 r/5525 chore(tvix/store/protos): add PathInfoService::CalculateNAR()Florian Klink3-39/+222
2022-12-28 r/5524 chore(tvix/store/protos): drop non-sha256 NAR hashesFlorian Klink2-196/+41
2022-12-28 r/5523 chore(tvix/store/protos): move (Root)Node into separate messageFlorian Klink2-124/+191
2022-12-27 r/5509 feat(tvix/store/protos): implement Directory.Validate()Florian Klink2-0/+297
2022-12-27 r/5508 feat(tvix/store/protos): implement Size() and Digest() for DirectoryFlorian Klink4-0/+251
2022-12-26 r/5496 feat(txix/store/protos): init go.mod, generate .pb.go filesFlorian Klink9-0/+2390
2022-12-26 r/5495 feat(tvix/store/protos): add go_package optionFlorian Klink5-0/+10
2022-12-26 r/5494 docs(tvix/store): add README, document services and store modelFlorian Klink1-2/+3
2022-12-22 r/5471 feat(tvix/proto): add rpc_directory.protoFlorian Klink1-0/+46
2022-12-22 r/5470 feat(tvix/proto): add rpc_pathinfoFlorian Klink1-0/+42
2022-12-15 r/5422 feat(tvix/proto): add rpc_blobstoreFlorian Klink1-0/+32
2022-12-04 r/5383 feat(tvix/store): add pathinfo.protoFlorian Klink1-0/+74
2022-12-04 r/5382 chore(tvix/store): move castore.protoFlorian Klink2-0/+80