summaryrefslogtreecommitdiff
path: root/upload-pack.c
AgeCommit message (Expand)Author
2024-03-02Merge branch 'jk/upload-pack-v2-capability-cleanup' into HEADJunio C Hamano
2024-03-02Merge branch 'jk/upload-pack-bounded-resources' into HEADJunio C Hamano
2024-02-29upload-pack: only accept packfile-uris if we advertised itJeff King
2024-02-28upload-pack: use existing config mechanism for advertisementJeff King
2024-02-28upload-pack: centralize setup of sideband-all configJeff King
2024-02-28upload-pack: use repository struct to get configJeff King
2024-02-28upload-pack: free tree buffers after parsingJeff King
2024-02-28upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more placesJeff King
2024-02-28upload-pack: always turn off save_commit_bufferJeff King
2024-02-28upload-pack: accept only a single packfile-uri lineJeff King
2024-02-28upload-pack: use a strmap for want-ref linesJeff King
2024-02-28upload-pack: use oidset for deepen_not listJeff King
2024-02-28upload-pack: switch deepen-not list to an oid_arrayJeff King
2024-02-28upload-pack: drop separate v2 "haves" arrayJeff King
2024-02-26upload-pack: don't send null character in abort message to the clientSZEDER Gábor
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-30upload-pack: add tracing for fetchesRobert Coup
2023-08-24Merge branch 'ds/upload-pack-error-sequence-fix'Junio C Hamano
2023-08-16upload-pack: fix exit code when denying fetch of unreachable object IDPatrick Steinhardt
2023-08-10upload-pack: fix race condition in error messagesDerrick Stolee
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-10upload-pack.c: avoid enumerating hidden refs where possibleTaylor Blau
2023-07-10refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau
2023-07-10revision.h: store hidden refs in a `strvec`Taylor Blau
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-05-17upload-pack: advertise capabilities when cloning empty reposbrian m. carlson
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano
2023-04-14v0 protocol: use size_t for capability length/offsetJeff King
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano
2023-02-24serve: mark unused parameters in virtual functionsJeff King
2023-02-24serve: use repository pointer to get configJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-11-17refs: get rid of global list of hidden refsPatrick Steinhardt
2022-09-19Merge branch 'jk/list-objects-filter-cleanup'Junio C Hamano