aboutsummaryrefslogtreecommitdiff
path: root/upload-pack.c
AgeCommit message (Expand)Author
2026-03-24Merge branch 'ps/upload-pack-buffer-more-writes'Junio C Hamano
2026-03-13upload-pack: reduce lock contention when writing packfile dataPatrick Steinhardt
2026-03-13upload-pack: prefer flushing data over sending keepalivePatrick Steinhardt
2026-03-13upload-pack: adapt keepalives based on bufferingPatrick Steinhardt
2026-03-13upload-pack: fix debug statement when flushing packfile dataPatrick Steinhardt
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano
2026-02-23refs: replace `refs_for_each_namespaced_ref()`Patrick Steinhardt
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt
2026-02-17shallow: handling fetch relative-deepenSamo Pogačnik
2025-11-04upload-pack: convert to use `reference_get_peeled_oid()`Patrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-09-29Merge branch 'jk/setup-revisions-freefix'Junio C Hamano
2025-09-22treewide: pass strvecs around for setup_revisions_from_strvec()Jeff King
2025-09-15Merge branch 'ps/upload-pack-oom-protection'Junio C Hamano
2025-09-05upload-pack: don't ACK non-commits repeatedly in protocol v2Patrick Steinhardt
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-05-15upload-pack: rename `enum` to reflect the operationJohannes Schindelin
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt
2025-02-18Add 'promisor-remote' capability to protocol v2Christian Couder
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-13Merge branch 'en/shallow-exclude-takes-a-ref-fix'Junio C Hamano
2024-11-04upload-pack: fix leaking URI protocolsPatrick Steinhardt
2024-11-04upload-pack: fix ambiguous error messageElijah Newren
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano
2024-09-19upload-pack: fix a typoAndrew Kreimer
2024-09-05upload-pack: fix leaking child process data on reachability checksPatrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-03-07Merge branch 'jk/upload-pack-v2-capability-cleanup'Junio C Hamano
2024-03-07Merge branch 'jk/upload-pack-bounded-resources'Junio 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