summaryrefslogtreecommitdiff
path: root/upload-pack.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-13Merge branch 'en/shallow-exclude-takes-a-ref-fix'Junio C Hamano1-1/+5
2024-11-04upload-pack: fix leaking URI protocolsPatrick Steinhardt1-0/+1
2024-11-04upload-pack: fix ambiguous error messageElijah Newren1-1/+5
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano1-1/+1
2024-09-19upload-pack: fix a typoAndrew Kreimer1-1/+1
2024-09-05upload-pack: fix leaking child process data on reachability checksPatrick Steinhardt1-6/+16
2024-08-09refs: add referent to each_ref_fnJohn Cai1-4/+4
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano1-1/+1
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-1/+1
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-7/+13
2024-03-07Merge branch 'jk/upload-pack-v2-capability-cleanup'Junio C Hamano1-32/+26
2024-03-07Merge branch 'jk/upload-pack-bounded-resources'Junio C Hamano1-67/+50
2024-02-29upload-pack: only accept packfile-uris if we advertised itJeff King1-9/+7
2024-02-28upload-pack: use existing config mechanism for advertisementJeff King1-16/+10
2024-02-28upload-pack: centralize setup of sideband-all configJeff King1-2/+3
2024-02-28upload-pack: use repository struct to get configJeff King1-5/+6
2024-02-28upload-pack: free tree buffers after parsingJeff King1-3/+6
2024-02-28upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more placesJeff King1-2/+4
2024-02-28upload-pack: always turn off save_commit_bufferJeff King1-2/+0
2024-02-28upload-pack: accept only a single packfile-uri lineJeff King1-0/+3
2024-02-28upload-pack: use a strmap for want-ref linesJeff King1-13/+17
2024-02-28upload-pack: use oidset for deepen_not listJeff King1-10/+11
2024-02-28upload-pack: switch deepen-not list to an oid_arrayJeff King1-7/+7
2024-02-28upload-pack: drop separate v2 "haves" arrayJeff King1-38/+10
2024-02-26upload-pack: don't send null character in abort message to the clientSZEDER Gábor1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-6/+0
2023-10-30upload-pack: add tracing for fetchesRobert Coup1-0/+28
2023-08-24Merge branch 'ds/upload-pack-error-sequence-fix'Junio C Hamano1-2/+3
2023-08-16upload-pack: fix exit code when denying fetch of unreachable object IDPatrick Steinhardt1-1/+1
2023-08-10upload-pack: fix race condition in error messagesDerrick Stolee1-2/+3
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano1-11/+36
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-10upload-pack.c: avoid enumerating hidden refs where possibleTaylor Blau1-6/+31
2023-07-10refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau1-3/+3
2023-07-10revision.h: store hidden refs in a `strvec`Taylor Blau1-5/+5
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-6/+12
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-5/+7
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+6
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-05-17upload-pack: advertise capabilities when cloning empty reposbrian m. carlson1-5/+17
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano1-1/+1
2023-04-14v0 protocol: use size_t for capability length/offsetJeff King1-1/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren1-0/+1
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren1-1/+1
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1