summaryrefslogtreecommitdiff
path: root/daemon.c
AgeCommit message (Expand)Author
2010-01-27Merge branch 'il/maint-colon-address'Junio C Hamano
2010-01-26Support addresses with ':' in git-daemonIlari Liusvaara
2010-01-20Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano
2010-01-14strbuf_expand: convert "%%" to "%"Jeff King
2010-01-10daemon: consider only address in kill_some_child()Erik Faye-Lund
2009-11-23Merge branch 'tc/format-attribute'Junio C Hamano
2009-11-16Check the format of more printf-type functionsTarmigan Casebolt
2009-11-10http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-07-02Merge branch 'js/daemon-log'Junio C Hamano
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-06-18daemon: send stderr of service programs to the syslogJohannes Sixt
2009-06-06daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce
2009-04-29daemon.c: fix segfault on OS XBenjamin Kramer
2009-03-05improve missing repository error messageJeff King
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-12-27daemon: cleanup: factor out xstrdup_tolower()René Scharfe
2008-12-27daemon: cleanup: replace loop with ifRené Scharfe
2008-12-27daemon: handle freopen() failureRené Scharfe
2008-11-24daemon: deglobalize variable 'directory'René Scharfe
2008-11-24daemon: inline fill_in_extra_table_entries()René Scharfe
2008-11-24daemon: use strbuf_expand() instead of interpolate()René Scharfe
2008-10-24git-daemon: set REMOTE_ADDR to client addressJoey Hess
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce
2008-09-09is_directory(): a generic helper functionJunio C Hamano
2008-09-07daemon.c: avoid setlinebuf()Junio C Hamano
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra
2008-08-26daemon.c: minor style fixupJunio C Hamano
2008-08-18git-daemon: rewrite kindergarden, new option --max-connectionsStephen R. van den Berg
2008-08-18git-daemon: Simplify dead-children reaping logicStephen R. van den Berg
2008-08-18git-daemon: use LOG_PID, simplify logging codeStephen R. van den Berg
2008-08-18git-daemon: call logerror() instead of error()Stephen R. van den Berg
2008-08-12git-daemon: SysV needs the signal handler reinstated.Stephen R. van den Berg
2008-07-23git daemon: avoid waking up too oftenJohannes Schindelin
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-07git daemon: avoid calling syslog() from a signal handlerJohannes Schindelin
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-02-27daemon: ensure that base-path is an existing directoryJohannes Sixt
2008-02-27daemon: send more error messages to the syslogJohannes Sixt
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-11-06git-daemon: fix remote port number in log entryGerrit Pape
2007-10-19Define NI_MAXSERV if not defined by operating systemPatrick Welche
2007-08-01--base-path-relaxed optionJens Axboe
2007-06-08Missing statics.Pierre Habouzit
2007-06-07War on whitespaceJunio C Hamano
2007-05-22git-daemon: don't ignore pid-file write failureJim Meyering
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano