index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
upload-pack.c
Age
Commit message (
Expand
)
Author
2026-03-24
Merge branch 'ps/upload-pack-buffer-more-writes'
Junio C Hamano
2026-03-13
upload-pack: reduce lock contention when writing packfile data
Patrick Steinhardt
2026-03-13
upload-pack: prefer flushing data over sending keepalive
Patrick Steinhardt
2026-03-13
upload-pack: adapt keepalives based on buffering
Patrick Steinhardt
2026-03-13
upload-pack: fix debug statement when flushing packfile data
Patrick Steinhardt
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
2026-02-23
refs: replace `refs_for_each_namespaced_ref()`
Patrick Steinhardt
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
2026-02-17
shallow: handling fetch relative-deepen
Samo Pogačnik
2025-11-04
upload-pack: convert to use `reference_get_peeled_oid()`
Patrick Steinhardt
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
2025-09-22
treewide: pass strvecs around for setup_revisions_from_strvec()
Jeff King
2025-09-15
Merge branch 'ps/upload-pack-oom-protection'
Junio C Hamano
2025-09-05
upload-pack: don't ACK non-commits repeatedly in protocol v2
Patrick Steinhardt
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-05-15
upload-pack: rename `enum` to reflect the operation
Johannes Schindelin
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
2025-02-18
Add 'promisor-remote' capability to protocol v2
Christian Couder
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-11-13
Merge branch 'en/shallow-exclude-takes-a-ref-fix'
Junio C Hamano
2024-11-04
upload-pack: fix leaking URI protocols
Patrick Steinhardt
2024-11-04
upload-pack: fix ambiguous error message
Elijah Newren
2024-09-25
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
2024-09-19
upload-pack: fix a typo
Andrew Kreimer
2024-09-05
upload-pack: fix leaking child process data on reachability checks
Patrick Steinhardt
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-03-07
Merge branch 'jk/upload-pack-v2-capability-cleanup'
Junio C Hamano
2024-03-07
Merge branch 'jk/upload-pack-bounded-resources'
Junio C Hamano
2024-02-29
upload-pack: only accept packfile-uris if we advertised it
Jeff King
2024-02-28
upload-pack: use existing config mechanism for advertisement
Jeff King
2024-02-28
upload-pack: centralize setup of sideband-all config
Jeff King
2024-02-28
upload-pack: use repository struct to get config
Jeff King
2024-02-28
upload-pack: free tree buffers after parsing
Jeff King
2024-02-28
upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more places
Jeff King
2024-02-28
upload-pack: always turn off save_commit_buffer
Jeff King
2024-02-28
upload-pack: accept only a single packfile-uri line
Jeff King
2024-02-28
upload-pack: use a strmap for want-ref lines
Jeff King
2024-02-28
upload-pack: use oidset for deepen_not list
Jeff King
2024-02-28
upload-pack: switch deepen-not list to an oid_array
Jeff King
[next]