summaryrefslogtreecommitdiffstats
path: root/protocol-caps.c
AgeCommit message (Expand)AuthorLines
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-1/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-1/+1
2023-04-11Merge branch 'jx/cap-object-info-uninitialized-fix'Junio C Hamano-1/+1
2023-04-03object-info: init request_info before reading argJiang Xin-1/+1
2023-02-23object-store.h: move struct object_info from cache.hElijah Newren-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2021-09-20Merge branch 'ab/serve-cleanup'Junio C Hamano-2/+1
2021-08-31protocol-caps.c: fix memory leak in send_info()Ævar Arnfjörð Bjarmason-2/+3
2021-08-05serve.[ch]: don't pass "struct strvec *keys" to commandsÆvar Arnfjörð Bjarmason-2/+1
2021-04-20object-info: support for retrieving object infoBruno Albuquerque-0/+113