index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
upload-pack.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
Merge branch 'ps/upload-pack-oom-protection' into maint-2.51
Junio C Hamano
1
-10
/
+9
2025-09-05
upload-pack: don't ACK non-commits repeatedly in protocol v2
Patrick Steinhardt
1
-10
/
+9
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-05-15
upload-pack: rename `enum` to reflect the operation
Johannes Schindelin
1
-17
/
+17
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-2
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
1
-6
/
+6
2025-02-18
Add 'promisor-remote' capability to protocol v2
Christian Couder
1
-0
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-13
Merge branch 'en/shallow-exclude-takes-a-ref-fix'
Junio C Hamano
1
-1
/
+5
2024-11-04
upload-pack: fix leaking URI protocols
Patrick Steinhardt
1
-0
/
+1
2024-11-04
upload-pack: fix ambiguous error message
Elijah Newren
1
-1
/
+5
2024-09-25
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
1
-1
/
+1
2024-09-19
upload-pack: fix a typo
Andrew Kreimer
1
-1
/
+1
2024-09-05
upload-pack: fix leaking child process data on reachability checks
Patrick Steinhardt
1
-6
/
+16
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-4
/
+4
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-1
/
+1
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-7
/
+13
2024-03-07
Merge branch 'jk/upload-pack-v2-capability-cleanup'
Junio C Hamano
1
-32
/
+26
2024-03-07
Merge branch 'jk/upload-pack-bounded-resources'
Junio C Hamano
1
-67
/
+50
2024-02-29
upload-pack: only accept packfile-uris if we advertised it
Jeff King
1
-9
/
+7
2024-02-28
upload-pack: use existing config mechanism for advertisement
Jeff King
1
-16
/
+10
2024-02-28
upload-pack: centralize setup of sideband-all config
Jeff King
1
-2
/
+3
2024-02-28
upload-pack: use repository struct to get config
Jeff King
1
-5
/
+6
2024-02-28
upload-pack: free tree buffers after parsing
Jeff King
1
-3
/
+6
2024-02-28
upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more places
Jeff King
1
-2
/
+4
2024-02-28
upload-pack: always turn off save_commit_buffer
Jeff King
1
-2
/
+0
2024-02-28
upload-pack: accept only a single packfile-uri line
Jeff King
1
-0
/
+3
2024-02-28
upload-pack: use a strmap for want-ref lines
Jeff King
1
-13
/
+17
2024-02-28
upload-pack: use oidset for deepen_not list
Jeff King
1
-10
/
+11
2024-02-28
upload-pack: switch deepen-not list to an oid_array
Jeff King
1
-7
/
+7
2024-02-28
upload-pack: drop separate v2 "haves" array
Jeff King
1
-38
/
+10
2024-02-26
upload-pack: don't send null character in abort message to the client
SZEDER Gábor
1
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-6
/
+0
2023-10-30
upload-pack: add tracing for fetches
Robert Coup
1
-0
/
+28
2023-08-24
Merge branch 'ds/upload-pack-error-sequence-fix'
Junio C Hamano
1
-2
/
+3
2023-08-16
upload-pack: fix exit code when denying fetch of unreachable object ID
Patrick Steinhardt
1
-1
/
+1
2023-08-10
upload-pack: fix race condition in error messages
Derrick Stolee
1
-2
/
+3
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
1
-11
/
+36
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-10
upload-pack.c: avoid enumerating hidden refs where possible
Taylor Blau
1
-6
/
+31
2023-07-10
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau
1
-3
/
+3
2023-07-10
revision.h: store hidden refs in a `strvec`
Taylor Blau
1
-5
/
+5
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-6
/
+12
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
[next]