Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-10-17 | pkt-line: rename packet_write() to packet_write_fmt() | Lars Schneider | 1 | -1/+1 |
2016-09-08 | Merge branch 'jk/common-main' into maint | Junio C Hamano | 1 | -11/+5 |
2016-07-28 | Merge branch 'ew/daemon-socket-keepalive' | Junio C Hamano | 1 | -3/+5 |
2016-07-19 | Merge branch 'jk/common-main' | Junio C Hamano | 1 | -11/+5 |
2016-07-18 | daemon: ignore ENOTSOCK from setsockopt | Eric Wong | 1 | -3/+5 |
2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
2016-07-01 | common-main: call sanitize_stdfds() | Jeff King | 1 | -2/+1 |
2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -3/+0 |
2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -4/+4 |
2016-05-25 | daemon: enable SO_KEEPALIVE for all sockets | Eric Wong | 1 | -0/+14 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -7/+5 |
2016-02-22 | convert manual allocations to argv_array | Jeff King | 1 | -7/+5 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
2015-11-03 | Merge branch 'rs/daemon-plug-child-leak' | Junio C Hamano | 1 | -0/+1 |
2015-11-02 | daemon: plug memory leak | René Scharfe | 1 | -0/+1 |
2015-10-05 | daemon: use cld->env_array when re-spawning | Jeff King | 1 | -16/+10 |
2015-09-25 | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 1 | -2/+2 |
2015-08-25 | write_file(): drop caller-supplied LF from calls to create a one-liner file | Junio C Hamano | 1 | -1/+1 |
2015-08-24 | write_file(): drop "fatal" parameter | Junio C Hamano | 1 | -1/+1 |
2015-05-11 | Merge branch 'jc/daemon-no-ipv6-for-2.4.1' | Junio C Hamano | 1 | -1/+1 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -10/+1 |
2015-05-05 | daemon: unbreak NO_IPV6 build regression | Junio C Hamano | 1 | -1/+1 |
2015-03-09 | daemon: deglobalize hostname information | René Scharfe | 1 | -59/+74 |
2015-03-09 | daemon: use strbuf for hostname info | René Scharfe | 1 | -57/+41 |
2015-03-03 | Merge branch 'jk/daemon-interpolate' | Junio C Hamano | 1 | -5/+45 |
2015-03-03 | Merge branch 'rs/daemon-interpolate' | Junio C Hamano | 1 | -15/+72 |
2015-02-17 | daemon: use callback to build interpolated path | René Scharfe | 1 | -9/+45 |