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
*
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
*
|
|
|
|
Merge branch 'jk/daemon-path-ok-check-truncation'
Junio C Hamano
2016-10-27
1
-4
/
+21
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
daemon: detect and reject too-long paths
Jeff King
2016-10-24
1
-4
/
+21
*
|
|
|
Merge branch 'ew/daemon-socket-keepalive'
Junio C Hamano
2016-07-28
1
-3
/
+5
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
daemon: ignore ENOTSOCK from setsockopt
Eric Wong
2016-07-18
1
-3
/
+5
*
|
|
|
Merge branch 'jk/common-main'
Junio C Hamano
2016-07-19
1
-11
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
common-main: call git_setup_gettext()
Jeff King
2016-07-02
1
-2
/
+0
|
*
|
common-main: call sanitize_stdfds()
Jeff King
2016-07-02
1
-2
/
+1
|
*
|
common-main: call git_extract_argv0_path()
Jeff King
2016-07-02
1
-3
/
+0
|
*
|
add an extra level of indirection to main()
Jeff King
2016-07-02
1
-4
/
+4
|
|
/
*
/
daemon: enable SO_KEEPALIVE for all sockets
Eric Wong
2016-05-25
1
-0
/
+14
|
/
*
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-7
/
+5
|
\
|
*
convert manual allocations to argv_array
Jeff King
2016-02-22
1
-7
/
+5
*
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-1
/
+1
|
/
*
Merge branch 'rs/daemon-plug-child-leak'
Junio C Hamano
2015-11-04
1
-0
/
+1
|
\
|
*
daemon: plug memory leak
René Scharfe
2015-11-03
1
-0
/
+1
*
|
daemon: use cld->env_array when re-spawning
Jeff King
2015-10-05
1
-16
/
+10
*
|
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
2015-09-25
1
-2
/
+2
*
|
write_file(): drop caller-supplied LF from calls to create a one-liner file
Junio C Hamano
2015-08-25
1
-1
/
+1
*
|
write_file(): drop "fatal" parameter
Junio C Hamano
2015-08-24
1
-1
/
+1
*
|
Merge branch 'jc/daemon-no-ipv6-for-2.4.1'
Junio C Hamano
2015-05-11
1
-1
/
+1
|
\
|
|
*
daemon: unbreak NO_IPV6 build regression
Junio C Hamano
2015-05-05
1
-1
/
+1
*
|
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
1
-10
/
+1
|
\
\
|
|
/
|
/
|
|
*
use new wrapper write_file() for simple file writing
Nguyễn Thái Ngọc Duy
2014-12-01
1
-10
/
+1
*
|
daemon: deglobalize hostname information
René Scharfe
2015-03-10
1
-59
/
+74
*
|
daemon: use strbuf for hostname info
René Scharfe
2015-03-10
1
-57
/
+41
*
|
Merge branch 'jk/daemon-interpolate'
Junio C Hamano
2015-03-03
1
-5
/
+45
|
\
\
|
*
|
daemon: sanitize incoming virtual hostname
Jeff King
2015-02-17
1
-5
/
+45
*
|
|
Merge branch 'rs/daemon-interpolate'
Junio C Hamano
2015-03-03
1
-15
/
+72
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
daemon: use callback to build interpolated path
René Scharfe
2015-02-17
1
-9
/
+45
|
*
|
daemon: look up client-supplied hostname lazily
René Scharfe
2015-02-17
1
-8
/
+29
|
|
/
[next]