summaryrefslogtreecommitdiffstats
path: root/upload-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/upload-pack-v2-capability-cleanup'Junio C Hamano2024-03-081-32/+26
|\
| * upload-pack: only accept packfile-uris if we advertised itJeff King2024-02-291-9/+7
| * upload-pack: use existing config mechanism for advertisementJeff King2024-02-291-16/+10
| * upload-pack: centralize setup of sideband-all configJeff King2024-02-291-2/+3
| * upload-pack: use repository struct to get configJeff King2024-02-281-5/+6
* | Merge branch 'jk/upload-pack-bounded-resources'Junio C Hamano2024-03-081-67/+50
|\ \
| * | upload-pack: free tree buffers after parsingJeff King2024-02-281-3/+6
| * | upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more placesJeff King2024-02-281-2/+4
| * | upload-pack: always turn off save_commit_bufferJeff King2024-02-281-2/+0
| * | upload-pack: accept only a single packfile-uri lineJeff King2024-02-281-0/+3
| * | upload-pack: use a strmap for want-ref linesJeff King2024-02-281-13/+17
| * | upload-pack: use oidset for deepen_not listJeff King2024-02-281-10/+11
| * | upload-pack: switch deepen-not list to an oid_arrayJeff King2024-02-281-7/+7
| * | upload-pack: drop separate v2 "haves" arrayJeff King2024-02-281-38/+10
| |/
* / upload-pack: don't send null character in abort message to the clientSZEDER Gábor2024-02-261-1/+1
|/
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-6/+0
* upload-pack: add tracing for fetchesRobert Coup2023-10-301-0/+28
* Merge branch 'ds/upload-pack-error-sequence-fix'Junio C Hamano2023-08-241-2/+3
|\
| * upload-pack: fix exit code when denying fetch of unreachable object IDPatrick Steinhardt2023-08-161-1/+1
| * upload-pack: fix race condition in error messagesDerrick Stolee2023-08-101-2/+3
* | Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-11/+36
|\ \
| * | upload-pack.c: avoid enumerating hidden refs where possibleTaylor Blau2023-07-101-6/+31
| * | refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau2023-07-101-3/+3
| * | revision.h: store hidden refs in a `strvec`Taylor Blau2023-07-101-5/+5
| |/
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \
| * | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-6/+12
|\ \ \ | |/ / |/| |
| * | config: pass kvi to die_bad_number()Glen Choo2023-06-281-5/+7
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+6
| |/
* / object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
|/
* upload-pack: advertise capabilities when cloning empty reposbrian m. carlson2023-05-171-5/+17
* Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano2023-04-251-1/+1
|\
| * v0 protocol: use size_t for capability length/offsetJeff King2023-04-151-1/+1
| * Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+3
| |\
| * \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-4/+4
| |\ \
* | | | treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
* | | | treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-111-1/+1
* | | | treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-0/+1
* | | | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+4
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
* | | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ |/|
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-5/+5
|\ \
| * | serve: mark unused parameters in virtual functionsJeff King2023-02-241-1/+1
| * | serve: use repository pointer to get configJeff King2023-02-241-4/+4
| |/
* / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* refs: get rid of global list of hidden refsPatrick Steinhardt2022-11-171-12/+18
* Merge branch 'jk/list-objects-filter-cleanup'Junio C Hamano2022-09-191-0/+1
|\