Age | Commit message (Expand) | Author | Files | Lines |
2014-10-01 | daemon: handle gethostbyname() error | René Scharfe | 1 | -13/+14 |
2014-09-11 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -5/+3 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -5/+3 |
2014-08-07 | daemon.c: replace `git_config()` with `git_config_get_bool()` family | Tanay Abhra | 1 | -22/+4 |
2014-07-16 | Merge branch 'cc/replace-edit' | Junio C Hamano | 1 | -1/+0 |
2014-06-25 | avoid double close of descriptors handed to run_command | Jeff King | 1 | -1/+0 |
2014-06-20 | daemon: use skip_prefix to avoid magic numbers | Jeff King | 1 | -5/+6 |
2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -35/+38 |
2014-06-18 | daemon: mark some strings as const | Jeff King | 1 | -7/+7 |
2014-06-16 | Merge branch 'jk/daemon-tolower' | Junio C Hamano | 1 | -8/+0 |
2014-05-23 | daemon/config: factor out duplicate xstrdup_tolower | Jeff King | 1 | -8/+0 |
2014-02-10 | daemon: move daemonize() to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -26/+4 |
2014-01-10 | Merge branch 'nd/daemon-informative-errors-typofix' | Junio C Hamano | 1 | -2/+2 |
2013-12-20 | daemon: be strict at parsing parameters --[no-]informative-errors | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -20/+20 |
2013-07-24 | Merge branch 'sb/misc-fixes' | Junio C Hamano | 1 | -1/+1 |
2013-07-22 | Merge branch 'tr/protect-low-3-fds' | Junio C Hamano | 1 | -12/+0 |
2013-07-17 | daemon/shell: refactor redirection of 0/1/2 from /dev/null | Thomas Rast | 1 | -12/+0 |
2013-07-15 | daemon.c:handle: Remove unneeded check for null pointer. | Stefan Beller | 1 | -1/+1 |
2013-04-01 | Merge branch 'jk/pkt-line-cleanup' | Junio C Hamano | 1 | -2/+2 |
2013-03-25 | Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1 | Junio C Hamano | 1 | -4/+0 |
2013-03-19 | Merge branch 'dm/ni-maxhost-may-be-missing' | Junio C Hamano | 1 | -4/+0 |
2013-02-25 | git-compat-util.h: Provide missing netdb.h definitions | David Michael | 1 | -4/+0 |
2013-02-24 | pkt-line: share buffer/descriptor reading implementation | Jeff King | 1 | -1/+1 |
2013-02-20 | pkt-line: provide a LARGE_PACKET_MAX static buffer | Jeff King | 1 | -2/+2 |
2013-02-20 | pkt-line: teach packet_read_line to chomp newlines | Jeff King | 1 | -1/+1 |
2012-08-15 | daemon: --access-hook option | Junio C Hamano | 1 | -0/+77 |
2012-01-08 | git-daemon: produce output when ready | Clemens Buchacher | 1 | -3/+3 |
2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2011-10-21 | Merge branch 'jk/daemon-msgs' | Junio C Hamano | 1 | -8/+21 |
2011-10-21 | Merge branch 'ph/transport-with-gitfile' | Junio C Hamano | 1 | -2/+2 |
2011-10-15 | daemon: give friendlier error messages to clients | Jeff King | 1 | -4/+21 |
2011-10-13 | Merge branch 'nd/git-daemon-error-msgs' | Junio C Hamano | 1 | -4/+8 |
2011-10-04 | enter_repo: do not modify input | Erik Faye-Lund | 1 | -2/+2 |
2011-10-03 | daemon: log errors if we could not use some sockets | Nguyễn Thái Ngọc Duy | 1 | -0/+37 |
2011-10-03 | daemon: return "access denied" if a service is not allowed | Nguyễn Thái Ngọc Duy | 1 | -4/+8 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
2011-01-04 | daemon: support <directory> arguments again | Jonathan Nieder | 1 | -3/+4 |
2010-11-29 | Merge branch 'md/interix' | Junio C Hamano | 1 | -0/+4 |
2010-11-04 | daemon: opt-out on features that require posix | Erik Faye-Lund | 1 | -24/+64 |
2010-11-04 | daemon: make --inetd and --detach incompatible | Erik Faye-Lund | 1 | -4/+4 |
2010-11-04 | daemon: use socklen_t | Erik Faye-Lund | 1 | -3/+3 |
2010-11-04 | daemon: get remote host address from root-process | Erik Faye-Lund | 1 | -40/+39 |
2010-11-04 | daemon: use full buffered mode for stderr | Erik Faye-Lund | 1 | -2/+4 |
2010-11-04 | daemon: use run-command api for async serving | Erik Faye-Lund | 1 | -46/+47 |
2010-11-04 | mingw: implement syslog | Mike Pape | 1 | -2/+0 |
2010-10-28 | add support for the SUA layer (interix; windows) | Markus Duft | 1 | -0/+4 |
2010-10-26 | Merge branch 'as/daemon-multi-listen' | Junio C Hamano | 1 | -27/+53 |
2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -9/+9 |
2010-09-28 | daemon: allow more than one host address given via --listen | Alexander Sulfrian | 1 | -9/+22 |