summaryrefslogtreecommitdiffstats
path: root/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-231-4/+0
|\
| * use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-181-4/+0
| * Merge branch 'jk/daemon-path-ok-check-truncation' into maintJunio C Hamano2016-11-291-4/+21
| |\
| * \ Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-081-11/+5
| |\ \
* | | | daemon: use an argv_array to exec childrenJeff King2017-03-301-21/+17
* | | | Merge branch 'ls/filter-process'Junio C Hamano2016-10-311-1/+1
|\ \ \ \
| * | | | pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-1/+1
* | | | | Merge branch 'jk/daemon-path-ok-check-truncation'Junio C Hamano2016-10-271-4/+21
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | daemon: detect and reject too-long pathsJeff King2016-10-241-4/+21
* | | | Merge branch 'ew/daemon-socket-keepalive'Junio C Hamano2016-07-281-3/+5
|\ \ \ \ | | |/ / | |/| |
| * | | daemon: ignore ENOTSOCK from setsockoptEric Wong2016-07-181-3/+5
* | | | Merge branch 'jk/common-main'Junio C Hamano2016-07-191-11/+5
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | common-main: call git_setup_gettext()Jeff King2016-07-011-2/+0
| * | common-main: call sanitize_stdfds()Jeff King2016-07-011-2/+1
| * | common-main: call git_extract_argv0_path()Jeff King2016-07-011-3/+0
| * | add an extra level of indirection to main()Jeff King2016-07-011-4/+4
| |/
* / daemon: enable SO_KEEPALIVE for all socketsEric Wong2016-05-251-0/+14
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-7/+5
|\
| * convert manual allocations to argv_arrayJeff King2016-02-221-7/+5
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
|/
* Merge branch 'rs/daemon-plug-child-leak'Junio C Hamano2015-11-031-0/+1
|\
| * daemon: plug memory leakRené Scharfe2015-11-021-0/+1
* | daemon: use cld->env_array when re-spawningJeff King2015-10-051-16/+10
* | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-2/+2
* | write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano2015-08-251-1/+1
* | write_file(): drop "fatal" parameterJunio C Hamano2015-08-241-1/+1
* | Merge branch 'jc/daemon-no-ipv6-for-2.4.1'Junio C Hamano2015-05-111-1/+1
|\|
| * daemon: unbreak NO_IPV6 build regressionJunio C Hamano2015-05-051-1/+1
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-10/+1
|\ \ | |/ |/|
| * use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-011-10/+1
* | daemon: deglobalize hostname informationRené Scharfe2015-03-091-59/+74
* | daemon: use strbuf for hostname infoRené Scharfe2015-03-091-57/+41
* | Merge branch 'jk/daemon-interpolate'Junio C Hamano2015-03-031-5/+45
|\ \
| * | daemon: sanitize incoming virtual hostnameJeff King2015-02-171-5/+45
* | | Merge branch 'rs/daemon-interpolate'Junio C Hamano2015-03-031-15/+72
|\ \ \ | |_|/ |/| |
| * | daemon: use callback to build interpolated pathRené Scharfe2015-02-171-9/+45
| * | daemon: look up client-supplied hostname lazilyRené Scharfe2015-02-171-8/+29
| |/
| * Merge branch 'rs/daemon-fixes' into maintJunio C Hamano2014-10-291-18/+15
| |\
* | \ Merge branch 'rs/daemon-fixes'Junio C Hamano2014-10-141-18/+15
|\ \ \ | | |/ | |/|
| * | daemon: remove write-only variable maxfdRené Scharfe2014-10-011-4/+0
| * | daemon: fix error message after bind()René Scharfe2014-10-011-1/+1
| * | daemon: handle gethostbyname() errorRené Scharfe2014-10-011-13/+14
* | | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-111-5/+3
|\ \ \
| * | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-5/+3
| | |/ | |/|
* / | daemon.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra2014-08-071-22/+4
|/ /
* | Merge branch 'cc/replace-edit'Junio C Hamano2014-07-161-1/+0
|\ \
| * | avoid double close of descriptors handed to run_commandJeff King2014-06-251-1/+0
* | | daemon: use skip_prefix to avoid magic numbersJeff King2014-06-201-5/+6
* | | use skip_prefix to avoid magic numbersJeff King2014-06-201-35/+38