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
/
daemon.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-21
Merge branch 'cb/daemon-reap-children'
Junio C Hamano
1
-5
/
+7
2025-07-10
daemon: use sigaction() to install child_handler()
Carlo Marcelo Arenas Belón
1
-5
/
+7
2025-07-07
Merge branch 'cb/daemon-retry-interrupted-accept'
Junio C Hamano
1
-2
/
+10
2025-06-30
daemon: correctly handle soft accept() errors in service_loop
Carlo Marcelo Arenas Belón
1
-2
/
+10
2025-06-26
daemon: remove unnecesary restriction for listener fd
Carlo Marcelo Arenas Belón
1
-5
/
+0
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-18
/
+13
2024-12-10
Merge branch 'bc/allow-upload-pack-from-other-people'
Junio C Hamano
1
-2
/
+4
2024-12-06
daemon: fix type of `max_connections`
Patrick Steinhardt
1
-6
/
+5
2024-12-06
daemon: fix loops that have mismatching integer types
Patrick Steinhardt
1
-13
/
+8
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-15
Allow cloning from repositories owned by another user
brian m. carlson
1
-2
/
+4
2024-10-24
daemon: replace atoi() with strtoul_ui() and strtol_i()
Usman Akinyemi
1
-4
/
+8
2024-08-26
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
1
-3
/
+3
2024-08-17
daemon: mark unused parameters in non-posix fallbacks
Jeff King
1
-3
/
+3
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
1
-0
/
+2
2023-10-05
daemon: free listen_addr before returning
Jeff King
1
-16
/
+21
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-2
/
+0
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-18
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
1
-42
/
+19
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+1
2023-04-18
protocol.h: move definition of DEFAULT_GIT_PORT from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-1
/
+1
2023-02-24
mark unused parameters in signal handlers
Jeff King
1
-1
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-0
/
+1
2022-07-19
daemon: clarify directory arguments
Derrick Stolee
1
-4
/
+4
2022-06-10
Merge branch 'ab/env-array'
Junio C Hamano
1
-7
/
+7
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'rs/daemon-plug-leak'
Junio C Hamano
1
-1
/
+1
2021-12-20
daemon: plug memory leak on overlong path
René Scharfe
1
-1
/
+1
2021-11-25
run-command API users: use strvec_push(), not argv construction
Ævar Arnfjörð Bjarmason
1
-11
/
+7
2021-11-25
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-25
Merge branch 'ab/pkt-line-cleanup'
Junio C Hamano
1
-1
/
+1
2021-10-15
pkt-line.[ch]: remove unused packet_read_line_buf()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-27
daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
Ævar Arnfjörð Bjarmason
1
-12
/
+7
2021-04-08
Merge branch 'rs/daemon-sanitize-dir-sep'
Junio C Hamano
1
-4
/
+4
2021-03-26
daemon: sanitize all directory separators
René Scharfe
1
-4
/
+4
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+2
2020-07-30
strvec: rename struct fields
Jeff King
1
-4
/
+4
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-3
/
+3
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
1
-26
/
+26
[next]