summaryrefslogtreecommitdiffstats
path: root/http-backend.c
AgeCommit message (Expand)AuthorLines
2026-02-23refs: replace `refs_for_each_namespaced_ref()`Patrick Steinhardt-2/+6
2026-01-21Merge branch 'kt/http-backend-errors'Junio C Hamano-2/+6
2026-01-11http-backend: write newlines to stderr when responding with errorsKJ Tsanaktsidis-2/+6
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano-0/+1
2025-11-19path: move `enter_repo()` into "setup.c"Patrick Steinhardt-0/+1
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano-11/+9
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-11/+9
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt-3/+2
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt-2/+3
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt-2/+2
2025-07-23config: drop `git_config_get_ulong()` wrapperPatrick Steinhardt-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-02-07path: drop `git_pathdup()` in favor of `repo_git_path()`Patrick Steinhardt-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai-2/+2
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-5/+8
2024-01-22http-backend: new rpc-service for git-upload-archiveJiang Xin-3/+10
2023-07-21Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano-1/+1
2023-07-10refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau-1/+1
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-04-11treewide: remove cache.h inclusion due to git-zlib changesElijah Newren-1/+1
2023-04-11git-zlib: move declarations for git-zlib functions from cache.hElijah Newren-0/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren-1/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano-4/+4
2023-02-24http-backend: mark unused parameters in virtual functionsJeff King-3/+3
2023-02-24http-backend: mark argc/argv unusedJeff King-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-1/+2
2023-02-06http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()Ævar Arnfjörð Bjarmason-2/+5
2023-02-06http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main()Ævar Arnfjörð Bjarmason-0/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-1/+1
2022-08-19refs: mark unused each_ref_fn parametersJeff King-1/+1
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason-2/+2
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason-0/+1
2022-01-10Merge branch 'ab/usage-die-message'Junio C Hamano-1/+2
2021-12-07usage.c API users: use die_message() for "fatal :" + exit 128Ævar Arnfjörð Bjarmason-1/+2
2021-11-25run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason-1/+1
2021-10-25http-backend: remove a duplicated code branchRobin Dupret-3/+1
2021-09-23Merge branch 'jk/http-server-protocol-versions'Junio C Hamano-0/+4