index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: free listen_addr before returning
Jeff King
2023-10-05
1
-16
/
+21
*
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-2
/
+0
|
\
|
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
2023-06-18
1
-42
/
+19
|
/
*
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+1
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
protocol.h: move definition of DEFAULT_GIT_PORT from cache.h
Elijah Newren
2023-04-18
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-1
/
+1
|
\
|
*
mark unused parameters in signal handlers
Jeff King
2023-02-24
1
-1
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
daemon: clarify directory arguments
Derrick Stolee
2022-07-19
1
-4
/
+4
*
Merge branch 'ab/env-array'
Junio C Hamano
2022-06-11
1
-7
/
+7
|
\
|
*
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-06-02
1
-7
/
+7
*
|
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
Merge branch 'rs/daemon-plug-leak'
Junio C Hamano
2022-01-05
1
-1
/
+1
|
\
\
|
*
|
daemon: plug memory leak on overlong path
René Scharfe
2021-12-20
1
-1
/
+1
|
|
/
*
|
run-command API users: use strvec_push(), not argv construction
Ævar Arnfjörð Bjarmason
2021-11-26
1
-11
/
+7
*
|
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
2021-11-26
1
-1
/
+1
|
/
*
Merge branch 'ab/pkt-line-cleanup'
Junio C Hamano
2021-10-26
1
-1
/
+1
|
\
|
*
pkt-line.[ch]: remove unused packet_read_line_buf()
Ævar Arnfjörð Bjarmason
2021-10-15
1
-1
/
+1
*
|
daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
Ævar Arnfjörð Bjarmason
2021-09-28
1
-12
/
+7
|
/
*
Merge branch 'rs/daemon-sanitize-dir-sep'
Junio C Hamano
2021-04-08
1
-4
/
+4
|
\
|
*
daemon: sanitize all directory separators
René Scharfe
2021-03-27
1
-4
/
+4
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
|
/
*
strvec: rename struct fields
Jeff King
2020-07-31
1
-4
/
+4
*
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-3
/
+3
*
strvec: convert more callers away from argv_array name
Jeff King
2020-07-29
1
-26
/
+26
*
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-2
/
+2
*
Merge branch 'lw/daemon-log-destination'
Junio C Hamano
2018-04-25
1
-1
/
+1
|
\
|
*
daemon.c: fix condition for redirecting stderr
Lucas Werkmeister
2018-04-09
1
-1
/
+1
*
|
Merge branch 'lw/daemon-log-destination'
Junio C Hamano
2018-02-21
1
-7
/
+39
|
\
|
|
*
daemon: add --log-destination=(stderr|syslog|none)
Lucas Werkmeister
2018-02-05
1
-7
/
+39
*
|
daemon: fix length computation in newline stripping
Jeff King
2018-01-25
1
-4
/
+2
*
|
daemon: handle NULs in extended attribute string
Jeff King
2018-01-25
1
-5
/
+4
*
|
daemon: fix off-by-one in logging extended attributes
Jeff King
2018-01-25
1
-2
/
+2
|
/
*
daemon: recognize hidden request arguments
Brandon Williams
2017-10-17
1
-9
/
+62
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
Merge branch 'dt/xgethostname-nul-termination'
Junio C Hamano
2017-04-24
1
-4
/
+0
|
\
|
*
use HOST_NAME_MAX to size buffers for gethostname(2)
René Scharfe
2017-04-19
1
-4
/
+0
|
*
Merge branch 'jk/daemon-path-ok-check-truncation' into maint
Junio C Hamano
2016-11-29
1
-4
/
+21
|
|
\
|
*
\
Merge branch 'jk/common-main' into maint
Junio C Hamano
2016-09-09
1
-11
/
+5
|
|
\
\
*
|
|
|
daemon: use an argv_array to exec children
Jeff King
2017-03-30
1
-21
/
+17
*
|
|
|
Merge branch 'ls/filter-process'
Junio C Hamano
2016-10-31
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
pkt-line: rename packet_write() to packet_write_fmt()
Lars Schneider
2016-10-17
1
-1
/
+1
[next]