summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge branch 'js/pack-objects-delta-size-t'Junio C Hamano1-1/+1
2026-08-15Merge branch 'tn/packfile-uri-concurrency'Junio C Hamano1-1/+2
2026-08-13http-push: widen `start_put()`'s size local from `ssize_t` to `size_t`Johannes Schindelin1-1/+1
2026-07-27http: accept HTTP 416 for complete partial packsTed Nyman1-1/+2
2026-07-27Merge branch 'ps/refspec-wo-the-repository'Junio C Hamano1-1/+1
2026-07-16refspec: stop depending on `the_repository`Patrick Steinhardt1-1/+1
2026-07-07hash: use git_hash_init() consistentlyJeff King1-1/+1
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-1/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+1
2026-06-15Merge branch 'ob/more-repo-config-values'Junio C Hamano1-1/+2
2026-06-03environment: move `zlib_compression_level` into `struct repo_config_values`Olamide Caleb Bello1-1/+2
2026-05-19setup: stop using `the_repository` in `setup_git_directory()`Patrick Steinhardt1-1/+1
2026-04-09Merge branch 'jk/c23-const-preserving-fixes-more'Junio C Hamano1-1/+1
2026-04-01http: add const to fix strchr() warningsJeff King1-1/+1
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-4/+4
2026-02-05global: constify some pointers that are not written toCollin Funk1-1/+1
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe1-1/+1
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano1-2/+3
2025-11-25http-push: stop setting up `the_repository` for each referencePatrick Steinhardt1-2/+3
2025-10-30http: refactor subsystem to use `packfile_list`sPatrick Steinhardt1-3/+3
2025-10-07Merge branch 'js/curl-off-t-fixes'Junio C Hamano1-1/+2
2025-09-26http-push: avoid new compile errorJohannes Schindelin1-1/+2
2025-09-22treewide: use setup_revisions_from_strvec() when we have a strvecJeff King1-1/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-9/+11
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-6/+8
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-06-06curl: pass `long` values where expectedJohannes Schindelin1-3/+3
2025-06-04curl: fix integer constant typechecks with curl_easy_setopt()Jeff King1-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-4/+7
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt1-0/+1
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-2/+2
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-1/+1
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-3/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King1-2/+2
2024-09-25http-push: clean up local_refs at exitJeff King1-1/+2
2024-09-25http-push: clean up loose request when falling back to packedJeff King1-1/+2
2024-09-25http-push: clean up objects listJeff King1-1/+5
2024-09-25http-push: free xml_ctx.cdata after useJeff King1-0/+2
2024-09-25http-push: free remote_ls_ctx.dentry_nameJeff King1-0/+1
2024-09-25http-push: free transfer_request strbufJeff King1-1/+4
2024-09-25http-push: free transfer_request dest fieldJeff King1-7/+3
2024-09-25http-push: free curl header listsJeff King1-0/+5
2024-09-25http-push: free repo->url stringJeff King1-0/+1
2024-09-25http-push: clear refspecs before exitingJeff King1-0/+2
2024-09-25http: fix leak of http_object_request structJeff King1-2/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt1-0/+1