aboutsummaryrefslogtreecommitdiff
path: root/daemon.c
Commit message (Expand)AuthorAge
* 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
* | | use skip_prefix to avoid magic numbersJeff King2014-06-20
* | | daemon: mark some strings as constJeff King2014-06-18
* | | Merge branch 'jk/daemon-tolower'Junio C Hamano2014-06-16
|\ \ \ | |/ / |/| |
| * | daemon/config: factor out duplicate xstrdup_tolowerJeff King2014-05-23
| |/
* | daemon: move daemonize() to libgit.aNguyễn Thái Ngọc Duy2014-02-10
* | Merge branch 'nd/daemon-informative-errors-typofix'Junio C Hamano2014-01-10
|\ \ | |/
| * daemon: be strict at parsing parameters --[no-]informative-errorsNguyễn Thái Ngọc Duy2013-12-20
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* Merge branch 'sb/misc-fixes'Junio C Hamano2013-07-24
|\
| * daemon.c:handle: Remove unneeded check for null pointer.Stefan Beller2013-07-15
* | Merge branch 'tr/protect-low-3-fds'Junio C Hamano2013-07-22
|\ \
| * | daemon/shell: refactor redirection of 0/1/2 from /dev/nullThomas Rast2013-07-17
| |/
| * Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1Junio C Hamano2013-03-25
| |\
* | \ Merge branch 'jk/pkt-line-cleanup'Junio C Hamano2013-04-01
|\ \ \
| * | | pkt-line: share buffer/descriptor reading implementationJeff King2013-02-24
| * | | pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-20
| * | | pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-20
| |/ /
* | | Merge branch 'dm/ni-maxhost-may-be-missing'Junio C Hamano2013-03-19
|\ \ \ | |/ / |/| / | |/
| * git-compat-util.h: Provide missing netdb.h definitionsDavid Michael2013-02-25
* | daemon: --access-hook optionJunio C Hamano2012-08-15
|/
* git-daemon: produce output when readyClemens Buchacher2012-01-08
* i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason2011-12-05