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