index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-30
Merge branch 'ps/cat-file-remote-object-info'
Junio C Hamano
1
-0
/
+34
2026-07-24
connect: make write_fetch_command_and_capabilities() more generic
Pablo Sabater
1
-4
/
+4
2026-07-24
fetch-pack: move write_fetch_command_and_capabilities() to connect.c
Pablo Sabater
1
-0
/
+34
2026-07-08
bundle-uri: drain remaining response on invalid bundle-uri lines
Toon Claes
1
-3
/
+12
2026-06-02
Merge branch 'jk/connect-service-enum'
Junio C Hamano
1
-2
/
+2
2026-05-21
Merge branch 'mm/git-url-parse'
Junio C Hamano
1
-53
/
+25
2026-05-19
connect: use "service" enum for "name" argument
Jeff King
1
-2
/
+2
2026-05-06
url: return URL_SCHEME_UNKNOWN instead of dying
Matheus Afonso Martins Moreira
1
-0
/
+2
2026-05-06
url: move scheme detection to URL header/source
Matheus Afonso Martins Moreira
1
-22
/
+0
2026-05-06
url: move url_is_local_not_ssh to url.h
Matheus Afonso Martins Moreira
1
-8
/
+0
2026-05-06
connect: rename enum protocol to url_scheme
Matheus Afonso Martins Moreira
1
-34
/
+34
2026-04-22
Revert "transport-helper, connect: use clean_on_exit to reap children on abno...
Jeff King
1
-4
/
+0
2026-03-12
transport-helper, connect: use clean_on_exit to reap children on abnormal exit
Andrew Au
1
-0
/
+4
2026-02-17
promisor-remote: change promisor_remote_reply()'s signature
Christian Couder
1
-1
/
+2
2025-12-09
connect: plug protocol capability leak
Junio C Hamano
1
-0
/
+2
2025-08-21
Merge branch 'jc/string-list-split'
Junio C Hamano
1
-1
/
+1
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-01
Use legacy hash for legacy formats
brian m. carlson
1
-3
/
+3
2025-03-05
Merge branch 'cc/lop-remote'
Junio C Hamano
1
-0
/
+9
2025-02-27
Merge branch 'ua/os-version-capability'
Junio C Hamano
1
-1
/
+1
2025-02-19
agent: advertise OS name via agent capability
Usman Akinyemi
1
-1
/
+1
2025-02-18
Add 'promisor-remote' capability to protocol v2
Christian Couder
1
-0
/
+9
2025-01-17
connect: address -Wsign-compare warnings
Mike Hommey
1
-12
/
+11
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-25
connect: clear child process before freeing in diagnostic mode
Jeff King
1
-0
/
+1
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
1
-0
/
+2
2024-06-04
refs: call branches branches
Junio C Hamano
1
-2
/
+2
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+2
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-04-25
Merge branch 'jk/protocol-cap-parse-fix'
Junio C Hamano
1
-14
/
+16
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-1
/
+1
2023-04-14
v0 protocol: use size_t for capability length/offset
Jeff King
1
-11
/
+11
2023-04-14
v0 protocol: fix sha1/sha256 confusion for capabilities^{}
Jeff King
1
-1
/
+2
2023-04-14
v0 protocol: fix infinite loop when parsing multi-valued capabilities
Jeff King
1
-2
/
+3
2023-04-11
treewide: remove unnecessary cache.h inclusion
Elijah Newren
1
-1
/
+0
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+2
2023-03-28
Merge branch 'jk/fix-proto-downgrade-to-v0'
Junio C Hamano
1
-3
/
+5
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-19
Merge branch 'zh/push-to-delete-onelevel-ref'
Junio C Hamano
1
-1
/
+2
2023-03-17
git_connect(): fix corner cases in downgrading v2 to v0
Jeff King
1
-3
/
+5
2023-03-01
push: allow delete single-level ref
ZheNing Hu
1
-1
/
+2
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-01-02
Merge branch 'ds/bundle-uri-4'
Junio C Hamano
1
-0
/
+44
2022-12-25
clone: request the 'bundle-uri' command when available
Ævar Arnfjörð Bjarmason
1
-0
/
+44
2022-12-13
server_supports_v2(): use a separate function for die_on_error
Jeff King
1
-9
/
+12
[next]