summaryrefslogtreecommitdiffstats
path: root/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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_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-errorsNguyễn Thái Ngọc Duy2013-12-201-2/+2
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian 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 gettextÆvar Arnfjörð Bjarmason2011-12-051-0/+2
* Merge branch 'jk/daemon-msgs'Junio C Hamano2011-10-211-8/+21
|\
| * daemon: give friendlier error messages to clientsJeff King2011-10-151-4/+21
* | Merge branch 'ph/transport-with-gitfile'Junio C Hamano2011-10-211-2/+2
|\ \
| * | enter_repo: do not modify inputErik Faye-Lund2011-10-041-2/+2
| |/
* | Merge branch 'nd/git-daemon-error-msgs'Junio C Hamano2011-10-131-4/+8
|\ \
| * | daemon: return "access denied" if a service is not allowedNguyễn Thái Ngọc Duy2011-10-031-4/+8
* | | daemon: log errors if we could not use some socketsNguyễn Thái Ngọc Duy2011-10-031-0/+37
| |/ |/|
* | Fix sparse warningsStephen Boyd2011-03-221-1/+1
|/
* daemon: support <directory> arguments againJonathan Nieder2011-01-041-3/+4
* Merge branch 'md/interix'Junio C Hamano2010-11-291-0/+4
|\
| * add support for the SUA layer (interix; windows)Markus Duft2010-10-281-0/+4
* | daemon: opt-out on features that require posixErik Faye-Lund2010-11-041-24/+64
* | daemon: make --inetd and --detach incompatibleErik Faye-Lund2010-11-041-4/+4
* | daemon: use socklen_tErik Faye-Lund2010-11-041-3/+3
* | daemon: get remote host address from root-processErik Faye-Lund2010-11-041-40/+39
* | daemon: use full buffered mode for stderrErik Faye-Lund2010-11-041-2/+4
* | daemon: use run-command api for async servingErik Faye-Lund2010-11-041-46/+47
* | mingw: implement syslogMike Pape2010-11-041-2/+0
|/