summaryrefslogtreecommitdiffstats
path: root/fetch-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fetch-pack: signal v2 server that we are done making requestsJeff King2021-05-201-0/+9
* fetch: teach independent negotiation (no packfile)Jonathan Tan2021-05-051-4/+107
* fetch-pack: refactor command and capability writeJonathan Tan2021-04-081-17/+24
* fetch-pack: refactor add_haves()Jonathan Tan2021-04-081-16/+12
* fetch-pack: refactor process_acks()Jonathan Tan2021-04-081-48/+22
* Merge branch 'jt/fetch-pack-request-fix' into jt/push-negotiationJunio C Hamano2021-04-081-1/+1
|\
| * fetch-pack: buffer object-format with other argsJonathan Tan2021-04-081-1/+1
* | Merge branch 'll/clone-reject-shallow'Junio C Hamano2021-04-081-4/+8
|\ \
| * | builtin/clone.c: add --reject-shallow optionLi Linchao2021-04-011-4/+8
* | | Merge branch 'ab/fsck-api-cleanup'Junio C Hamano2021-04-071-23/+8
|\ \ \ | |/ / |/| |
| * | fetch-pack: use new fsck API to printing dangling submodulesÆvar Arnfjörð Bjarmason2021-03-281-23/+8
| * | fetch-pack: use file-scope static struct for fsck_optionsÆvar Arnfjörð Bjarmason2021-03-281-3/+3
| * | fsck.c: move gitmodules_{found,done} into fsck_optionsÆvar Arnfjörð Bjarmason2021-03-281-1/+1
* | | use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
|/ /
* | Merge branch 'jt/transfer-fsck-across-packs-fix'Junio C Hamano2021-03-081-2/+2
|\ \
| * | fetch-pack: do not mix --pack_header and packfile uriJonathan Tan2021-03-051-2/+2
* | | Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano2021-03-011-17/+86
|\| |
| * | fetch-pack: print and use dangling .gitmodulesJonathan Tan2021-02-221-12/+66
| * | fetch-pack: with packfile URIs, use index-pack argJonathan Tan2021-02-221-11/+23
| * | http-fetch: allow custom index-pack argsJonathan Tan2021-02-221-0/+3
* | | fetch-pack: refactor writing promisor fileChristian Couder2021-01-121-7/+1
* | | fetch-pack: rename helper to create_promisor_file()Christian Couder2021-01-121-4/+4
|/ /
* | Merge branch 'rs/fetch-pack-invalid-lockfile'Junio C Hamano2020-12-081-2/+3
|\ \
| * | fetch-pack: disregard invalid pack lockfilesRené Scharfe2020-11-301-2/+3
* | | fetch-pack: advertise session ID in capabilitiesJosh Steadmon2020-11-111-0/+9
|/ /
* | Merge branch 'jt/lazy-fetch'Junio C Hamano2020-09-031-115/+74
|\ \
| * | fetch-pack: remove no_dependents codeJonathan Tan2020-08-181-80/+30
| * | fetch-pack: do not lazy-fetch during ref iterationJonathan Tan2020-08-181-35/+44
* | | Merge branch 'jt/fetch-pack-loosen-validation-with-packfile-uri'Junio C Hamano2020-09-031-1/+5
|\ \ \
| * | | fetch-pack: make packfile URIs work with transfer.fsckobjectsJonathan Tan2020-08-241-1/+1
| * | | fetch-pack: document only_packfile in get_pack()Jonathan Tan2020-08-241-0/+4
| |/ /
* / / fetch-pack: in partial clone, pass --promisorJonathan Tan2020-08-201-7/+10
|/ /
* | strvec: fix indentation in renamed callsJeff King2020-07-281-6/+6
* | strvec: convert more callers away from argv_array nameJeff King2020-07-281-17/+17
|/
* Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-0/+14
|\
| * fetch-pack: parse and advertise the object-format capabilitybrian m. carlson2020-05-271-0/+12
| * fetch-pack: detect when the server doesn't support our hashbrian m. carlson2020-05-271-0/+2
* | Merge branch 'jt/cdn-offload'Junio C Hamano2020-06-251-16/+121
|\ \
| * | upload-pack: send part of packfile response as uriJonathan Tan2020-06-101-4/+108
| * | fetch-pack: support more than one pack lockfileJonathan Tan2020-06-101-14/+15
* | | stateless-connect: send response end packetDenton Liu2020-05-241-0/+13
|/ /
* | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-1/+2
|\ \ | |/ |/|
| * shallow: use struct 'shallow_lock' for additional safetyTaylor Blau2020-04-301-1/+1
| * shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
* | Merge branch 'jt/v2-fetch-nego-fix'Junio C Hamano2020-05-011-12/+38
|\ \
| * | fetch-pack: in protocol v2, reset in_vain upon ACKJonathan Tan2020-04-281-0/+1
| * | fetch-pack: in protocol v2, in_vain only after ACKJonathan Tan2020-04-281-4/+9
| * | fetch-pack: return enum from process_acks()Jonathan Tan2020-04-281-8/+28
* | | Merge branch 'tb/reset-shallow'Junio C Hamano2020-05-011-5/+5
|\ \ \ | | |/ | |/|
| * | shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau2020-04-241-5/+5
| |/