summaryrefslogtreecommitdiff
path: root/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/daemon-plug-child-leak'Junio C Hamano2015-11-031-0/+1
|\
| * daemon: plug memory leakrs/daemon-plug-child-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 filejc/am-state-fixJunio 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 regressionjc/daemon-no-ipv6-for-2.4.1Junio 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 informationrs/daemon-hostname-in-strbufRené 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 hostnamejk/daemon-interpolateJeff King2015-02-171-5/+45
* | | Merge branch 'rs/daemon-interpolate'Junio C Hamano2015-03-031-15/+72
|\ \ \ | |_|/ |/| |
| * | daemon: use callback to build interpolated pathrs/daemon-interpolateRené 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 maxfdrs/daemon-fixesRené 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
* | | daemon: mark some strings as constJeff King2014-06-181-7/+7
* | | Merge branch 'jk/daemon-tolower'Junio C Hamano2014-06-161-8/+0
|\ \ \ | |/ / |/| |
| * | daemon/config: factor out duplicate xstrdup_tolowerjk/daemon-tolowerJeff King2014-05-231-8/+0
| |/
* | daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy2014-02-101-26/+4
* | Merge branch 'nd/daemon-informative-errors-typofix'Junio C Hamano2014-01-101-2/+2
|\ \ | |/
| * daemon: be strict at parsing parameters --[no-]informative-errorsnd/daemon-informative-errors-typofixNguyễn Thái Ngọc Duy2013-12-201-2/+2
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-20/+20
|/
* Merge branch 'sb/misc-fixes'Junio C Hamano2013-07-241-1/+1
|\
| * daemon.c:handle: Remove unneeded check for null pointer.Stefan Beller2013-07-151-1/+1
* | Merge branch 'tr/protect-low-3-fds'Junio C Hamano2013-07-221-12/+0
|\ \
| * | daemon/shell: refactor redirection of 0/1/2 from /dev/nullThomas Rast2013-07-171-12/+0
| |/
| * Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1Junio C Hamano2013-03-251-4/+0
| |\
* | \ Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-011-2/+2
|\ \ \
| * | | pkt-line: share buffer/descriptor reading implementationJeff King2013-02-241-1/+1
| * | | pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-2/+2
| * | | pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-1/+1
| |/ /
* | | Merge branch 'dm/ni-maxhost-may-be-missing'Junio C Hamano2013-03-191-4/+0
|\ \ \ | |/ / |/| / | |/
| * git-compat-util.h: Provide missing netdb.h definitionsDavid Michael2013-02-251-4/+0
* | daemon: --access-hook optionJunio C Hamano2012-08-151-0/+77
|/
* git-daemon: produce output when readyClemens Buchacher2012-01-081-3/+3
* i18n: add infrastructure for translating Git with gettextab/enable-i18nÆvar Arnfjörð Bjarmason2011-12-051-0/+2