aboutsummaryrefslogtreecommitdiff
path: root/promisor-remote.c
AgeCommit message (Expand)Author
2026-02-17promisor-remote: change promisor_remote_reply()'s signatureChristian Couder
2026-02-17promisor-remote: keep advertised filters in memoryChristian Couder
2026-02-17promisor-remote: allow a client to store fieldsChristian Couder
2026-02-17promisor-remote: refactor initialising field listsChristian Couder
2025-09-08promisor-remote: use string_list_split() in mark_remotes_as_accepted()Christian Couder
2025-09-08promisor-remote: allow a client to check fieldsChristian Couder
2025-09-08promisor-remote: use string_list_split() in filter_promisor_remote()Christian Couder
2025-09-08promisor-remote: refactor how we parse advertised fieldsChristian Couder
2025-09-08promisor-remote: use string constants for 'name' and 'url' tooChristian Couder
2025-09-08promisor-remote: allow a server to advertise more fieldsChristian Couder
2025-09-08promisor-remote: refactor to get rid of 'struct strvec'Christian Couder
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-18promisor-remote: compare remote names case sensitivelyChristian Couder
2025-03-18promisor-remote: fix possible issue when no URL is advertisedChristian Couder
2025-03-18promisor-remote: fix segfault when remote URL is missingChristian Couder
2025-02-18promisor-remote: check advertised name or URLChristian Couder
2025-02-18Add 'promisor-remote' capability to protocol v2Christian Couder
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-09-27promisor-remote: fix leaking partial clone filterPatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-06Merge branch 'th/quiet-lazy-fetch-from-promisor'Junio C Hamano
2024-05-26promisor-remote: add promisor.quiet configuration optionTom Hughes
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-17upload-pack: disable lazy-fetching by defaultJeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
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-04-11treewide: remove unnecessary cache.h inclusionElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-10-05promisor-remote: die upon failing fetchJonathan Tan
2022-10-05promisor-remote: remove a return valueJonathan Tan
2022-09-13Merge branch 'sg/xcalloc-cocci-fix' into maintJunio C Hamano
2022-08-24promisor-remote: fix xcalloc() argument orderSZEDER Gábor
2022-06-10Merge branch 'ab/env-array'Junio C Hamano
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2021-07-16Merge branch 'jt/partial-clone-submodule-1'Junio C Hamano
2021-06-28promisor-remote: teach lazy-fetch in any repoJonathan Tan
2021-06-28promisor-remote: support per-repository configJonathan Tan
2021-06-28repository: move global r_f_p_c to repo structJonathan Tan
2021-06-16promisor-remote: output trace2 statistics for number of objects fetchedElijah Newren
2021-03-13use CALLOC_ARRAYRené Scharfe