index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-2
/
+2
2018-04-25
Merge branch 'lw/daemon-log-destination'
Junio C Hamano
1
-1
/
+1
2018-04-09
daemon.c: fix condition for redirecting stderr
Lucas Werkmeister
1
-1
/
+1
2018-02-21
Merge branch 'lw/daemon-log-destination'
Junio C Hamano
1
-7
/
+39
2018-02-05
daemon: add --log-destination=(stderr|syslog|none)
Lucas Werkmeister
1
-7
/
+39
2018-01-25
daemon: fix length computation in newline stripping
Jeff King
1
-4
/
+2
2018-01-25
daemon: handle NULs in extended attribute string
Jeff King
1
-5
/
+4
2018-01-25
daemon: fix off-by-one in logging extended attributes
Jeff King
1
-2
/
+2
2017-10-17
daemon: recognize hidden request arguments
Brandon Williams
1
-9
/
+62
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-04-23
Merge branch 'dt/xgethostname-nul-termination'
Junio C Hamano
1
-4
/
+0
2017-04-18
use HOST_NAME_MAX to size buffers for gethostname(2)
René Scharfe
1
-4
/
+0
2017-03-30
daemon: use an argv_array to exec children
Jeff King
1
-21
/
+17
2016-11-29
Merge branch 'jk/daemon-path-ok-check-truncation' into maint
Junio C Hamano
1
-4
/
+21
2016-10-31
Merge branch 'ls/filter-process'
Junio C Hamano
1
-1
/
+1
2016-10-27
Merge branch 'jk/daemon-path-ok-check-truncation'
Junio C Hamano
1
-4
/
+21
2016-10-24
daemon: detect and reject too-long paths
Jeff King
1
-4
/
+21
[next]