aboutsummaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)Author
14 daysodb: rename `odb_has_object()` flagsPatrick Steinhardt
2026-02-05global: constify some pointers that are not written toCollin Funk
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano
2025-11-25http-push: stop setting up `the_repository` for each referencePatrick Steinhardt
2025-10-30http: refactor subsystem to use `packfile_list`sPatrick Steinhardt
2025-10-07Merge branch 'js/curl-off-t-fixes'Junio C Hamano
2025-09-26http-push: avoid new compile errorJohannes Schindelin
2025-09-22treewide: use setup_revisions_from_strvec() when we have a strvecJeff King
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-06-06curl: pass `long` values where expectedJohannes Schindelin
2025-06-04curl: fix integer constant typechecks with curl_easy_setopt()Jeff King
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-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King
2024-09-25http-push: clean up local_refs at exitJeff King
2024-09-25http-push: clean up loose request when falling back to packedJeff King
2024-09-25http-push: clean up objects listJeff King
2024-09-25http-push: free xml_ctx.cdata after useJeff King
2024-09-25http-push: free remote_ls_ctx.dentry_nameJeff King
2024-09-25http-push: free transfer_request strbufJeff King
2024-09-25http-push: free transfer_request dest fieldJeff King
2024-09-25http-push: free curl header listsJeff King
2024-09-25http-push: free repo->url stringJeff King
2024-09-25http-push: clear refspecs before exitingJeff King
2024-09-25http: fix leak of http_object_request structJeff King
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin
2024-01-26Merge branch 'es/some-up-to-date-messages-must-stay'Junio C Hamano
2024-01-12messages: mark some strings with "up-to-date" not to touchJunio C Hamano
2023-12-26http.h: remove unnecessary includeElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-07-13http-push: mark unused parameter in xml callbackJeff King
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24diff.h: reduce unnecessary includesElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren