| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/daemon-no-ipv6-for-2.4.1' | Junio C Hamano | 2015-05-11 | 1 | -1/+1 |
|\ |
|
| * | daemon: unbreak NO_IPV6 build regressionjc/daemon-no-ipv6-for-2.4.1 | Junio C Hamano | 2015-05-05 | 1 | -1/+1 |
* | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 1 | -10/+1 |
|\ \
| |/
|/| |
|
| * | use new wrapper write_file() for simple file writing | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -10/+1 |
* | | daemon: deglobalize hostname informationrs/daemon-hostname-in-strbuf | René Scharfe | 2015-03-09 | 1 | -59/+74 |
* | | daemon: use strbuf for hostname info | René Scharfe | 2015-03-09 | 1 | -57/+41 |
* | | Merge branch 'jk/daemon-interpolate' | Junio C Hamano | 2015-03-03 | 1 | -5/+45 |
|\ \ |
|
| * | | daemon: sanitize incoming virtual hostnamejk/daemon-interpolate | Jeff King | 2015-02-17 | 1 | -5/+45 |
* | | | Merge branch 'rs/daemon-interpolate' | Junio C Hamano | 2015-03-03 | 1 | -15/+72 |
|\ \ \
| |_|/
|/| | |
|
| * | | daemon: use callback to build interpolated pathrs/daemon-interpolate | René Scharfe | 2015-02-17 | 1 | -9/+45 |
| * | | daemon: look up client-supplied hostname lazily | René Scharfe | 2015-02-17 | 1 | -8/+29 |
| |/ |
|
| * | Merge branch 'rs/daemon-fixes' into maint | Junio C Hamano | 2014-10-29 | 1 | -18/+15 |
| |\ |
|
* | \ | Merge branch 'rs/daemon-fixes' | Junio C Hamano | 2014-10-14 | 1 | -18/+15 |
|\ \ \
| | |/
| |/| |
|
| * | | daemon: remove write-only variable maxfdrs/daemon-fixes | René Scharfe | 2014-10-01 | 1 | -4/+0 |
| * | | daemon: fix error message after bind() | René Scharfe | 2014-10-01 | 1 | -1/+1 |
| * | | daemon: handle gethostbyname() error | René Scharfe | 2014-10-01 | 1 | -13/+14 |
* | | | Merge branch 'rs/child-process-init' | Junio C Hamano | 2014-09-11 | 1 | -5/+3 |
|\ \ \ |
|
| * | | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -5/+3 |
| | |/
| |/| |
|
* | | | daemon.c: replace `git_config()` with `git_config_get_bool()` family | Tanay Abhra | 2014-08-07 | 1 | -22/+4 |
|/ / |
|
* | | Merge branch 'cc/replace-edit' | Junio C Hamano | 2014-07-16 | 1 | -1/+0 |
|\ \ |
|
| * | | avoid double close of descriptors handed to run_command | Jeff King | 2014-06-25 | 1 | -1/+0 |
* | | | daemon: use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 1 | -5/+6 |
* | | | use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 1 | -35/+38 |
* | | | daemon: mark some strings as const | Jeff King | 2014-06-18 | 1 | -7/+7 |
* | | | Merge branch 'jk/daemon-tolower' | Junio C Hamano | 2014-06-16 | 1 | -8/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | daemon/config: factor out duplicate xstrdup_tolowerjk/daemon-tolower | Jeff King | 2014-05-23 | 1 | -8/+0 |
| |/ |
|
* | | daemon: move daemonize() to libgit.a | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -26/+4 |
* | | Merge branch 'nd/daemon-informative-errors-typofix' | Junio C Hamano | 2014-01-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | daemon: be strict at parsing parameters --[no-]informative-errorsnd/daemon-informative-errors-typofix | Nguyễn Thái Ngọc Duy | 2013-12-20 | 1 | -2/+2 |
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -20/+20 |
|/ |
|
* | Merge branch 'sb/misc-fixes' | Junio C Hamano | 2013-07-24 | 1 | -1/+1 |
|\ |
|
| * | daemon.c:handle: Remove unneeded check for null pointer. | Stefan Beller | 2013-07-15 | 1 | -1/+1 |
* | | Merge branch 'tr/protect-low-3-fds' | Junio C Hamano | 2013-07-22 | 1 | -12/+0 |
|\ \ |
|
| * | | daemon/shell: refactor redirection of 0/1/2 from /dev/null | Thomas Rast | 2013-07-17 | 1 | -12/+0 |
| |/ |
|
| * | Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1 | Junio C Hamano | 2013-03-25 | 1 | -4/+0 |
| |\ |
|
* | \ | Merge branch 'jk/pkt-line-cleanup' | Junio C Hamano | 2013-04-01 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | pkt-line: share buffer/descriptor reading implementation | Jeff King | 2013-02-24 | 1 | -1/+1 |
| * | | | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 2013-02-20 | 1 | -2/+2 |
| * | | | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 2013-02-20 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'dm/ni-maxhost-may-be-missing' | Junio C Hamano | 2013-03-19 | 1 | -4/+0 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | git-compat-util.h: Provide missing netdb.h definitions | David Michael | 2013-02-25 | 1 | -4/+0 |
* | | daemon: --access-hook option | Junio C Hamano | 2012-08-15 | 1 | -0/+77 |
|/ |
|
* | git-daemon: produce output when ready | Clemens Buchacher | 2012-01-08 | 1 | -3/+3 |
* | i18n: add infrastructure for translating Git with gettextab/enable-i18n | Ævar Arnfjörð Bjarmason | 2011-12-05 | 1 | -0/+2 |
* | Merge branch 'jk/daemon-msgs' | Junio C Hamano | 2011-10-21 | 1 | -8/+21 |
|\ |
|
| * | daemon: give friendlier error messages to clientsjk/daemon-msgs | Jeff King | 2011-10-15 | 1 | -4/+21 |
* | | Merge branch 'ph/transport-with-gitfile' | Junio C Hamano | 2011-10-21 | 1 | -2/+2 |
|\ \ |
|
| * | | enter_repo: do not modify input | Erik Faye-Lund | 2011-10-04 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'nd/git-daemon-error-msgs' | Junio C Hamano | 2011-10-13 | 1 | -4/+8 |
|\ \ |
|
| * | | daemon: return "access denied" if a service is not allowednd/git-daemon-error-msgs | Nguyễn Thái Ngọc Duy | 2011-10-03 | 1 | -4/+8 |