summaryrefslogtreecommitdiff
path: root/protocol-caps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-1/+1
|\
| * hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-1/+1
* | Merge branch 'jx/cap-object-info-uninitialized-fix'Junio C Hamano2023-04-111-1/+1
|\ \ | |/ |/|
| * object-info: init request_info before reading argJiang Xin2023-04-031-1/+1
* | object-store.h: move struct object_info from cache.hElijah Newren2023-02-231-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* Merge branch 'ab/serve-cleanup'Junio C Hamano2021-09-201-2/+1
|\
| * serve.[ch]: don't pass "struct strvec *keys" to commandsÆvar Arnfjörð Bjarmason2021-08-051-2/+1
* | protocol-caps.c: fix memory leak in send_info()Ævar Arnfjörð Bjarmason2021-08-311-2/+3
|/
* object-info: support for retrieving object infoBruno Albuquerque2021-04-201-0/+113