aboutsummaryrefslogtreecommitdiff
path: root/daemon.c
Commit message (Expand)AuthorAge
* daemon: recognize hidden request argumentsBrandon Williams2017-10-17
* config: don't include config.h by defaultBrandon Williams2017-06-15
* Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-23
|\
| * use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-18
| * Merge branch 'jk/daemon-path-ok-check-truncation' into maintJunio C Hamano2016-11-29
| |\
| * \ Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-08
| |\ \
* | | | daemon: use an argv_array to exec childrenJeff King2017-03-30
* | | | Merge branch 'ls/filter-process'Junio C Hamano2016-10-31
|\ \ \ \
| * | | | pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-17
* | | | | Merge branch 'jk/daemon-path-ok-check-truncation'Junio C Hamano2016-10-27
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | daemon: detect and reject too-long pathsJeff King2016-10-24
* | | | Merge branch 'ew/daemon-socket-keepalive'Junio C Hamano2016-07-28
|\ \ \ \ | | |/ / | |/| |
| * | | daemon: ignore ENOTSOCK from setsockoptEric Wong2016-07-18
* | | | Merge branch 'jk/common-main'Junio C Hamano2016-07-19
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | common-main: call git_setup_gettext()Jeff King2016-07-01
| * | common-main: call sanitize_stdfds()Jeff King2016-07-01
| * | common-main: call git_extract_argv0_path()Jeff King2016-07-01
| * | add an extra level of indirection to main()Jeff King2016-07-01
| |/
* | daemon: enable SO_KEEPALIVE for all socketsEric Wong2016-05-25
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\
| * convert manual allocations to argv_arrayJeff King2016-02-22
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/
* Merge branch 'rs/daemon-plug-child-leak'Junio C Hamano2015-11-03
|\
| * daemon: plug memory leakRené Scharfe2015-11-02
* | daemon: use cld->env_array when re-spawningJeff King2015-10-05
* | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
* | write_file(): drop caller-supplied LF from calls to create a one-liner fileJunio C Hamano2015-08-25
* | write_file(): drop "fatal" parameterJunio C Hamano2015-08-24
* | Merge branch 'jc/daemon-no-ipv6-for-2.4.1'Junio C Hamano2015-05-11
|\ \ | |/
| * daemon: unbreak NO_IPV6 build regressionJunio C Hamano2015-05-05
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ | |/ |/|
| * use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-01
* | daemon: deglobalize hostname informationRené Scharfe2015-03-09
* | daemon: use strbuf for hostname infoRené Scharfe2015-03-09
* | Merge branch 'jk/daemon-interpolate'Junio C Hamano2015-03-03
|\ \
| * | daemon: sanitize incoming virtual hostnameJeff King2015-02-17
* | | Merge branch 'rs/daemon-interpolate'Junio C Hamano2015-03-03
|\ \ \ | |_|/ |/| |
| * | daemon: use callback to build interpolated pathRené Scharfe2015-02-17
| * | daemon: look up client-supplied hostname lazilyRené Scharfe2015-02-17
| |/
| * Merge branch 'rs/daemon-fixes' into maintJunio C Hamano2014-10-29
| |\
* | \ Merge branch 'rs/daemon-fixes'Junio C Hamano2014-10-14
|\ \ \ | | |/ | |/|
| * | daemon: remove write-only variable maxfdRené Scharfe2014-10-01
| * | daemon: fix error message after bind()René Scharfe2014-10-01
| * | daemon: handle gethostbyname() errorRené Scharfe2014-10-01
* | | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-11
|\ \ \
| * | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
| | |/ | |/|
* | | daemon.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra2014-08-07
|/ /
* | Merge branch 'cc/replace-edit'Junio C Hamano2014-07-16
|\ \
| * | avoid double close of descriptors handed to run_commandJeff King2014-06-25
* | | daemon: use skip_prefix to avoid magic numbersJeff King2014-06-20