summaryrefslogtreecommitdiff
path: root/serve.c
AgeCommit message (Expand)Author
2020-11-12upload-pack, serve: log received client session IDJosh Steadmon
2020-11-12serve: advertise session ID in v2 capabilitiesJosh Steadmon
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-07-07Merge branch 'bc/sha-256-part-2'Junio C Hamano
2020-05-27serve: advertise object-format capability for protocol v2brian m. carlson
2020-05-24pkt-line: define PACKET_READ_RESPONSE_ENDDenton Liu
2019-01-02pack-protocol.txt: accept error packets in any contextMasaya Suzuki
2018-04-24serve: introduce the server-option capabilityBrandon Williams
2018-03-15fetch-pack: perform a fetch using v2Brandon Williams
2018-03-15upload-pack: introduce fetch server commandBrandon Williams
2018-03-15ls-refs: introduce ls-refs server commandBrandon Williams
2018-03-15serve: introduce git-serveBrandon Williams