aboutsummaryrefslogtreecommitdiff
path: root/daemon.c
Commit message (Expand)AuthorAge
* Use angles for placeholders consistentlyŠtěpán Němec2010-10-08
* Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-05-31
* Merge branch 'bc/maint-daemon-sans-ss-family'Junio C Hamano2010-04-03
|\
| * daemon.c: avoid accessing ss_family member of struct sockaddr_storageBrandon Casey2010-03-16
* | daemon: parse_host_and_port SIGSEGV if port is specifiedImre Deak2010-03-20
|/
* Typofixes outside documentation areaJunio C Hamano2010-02-03
* Merge branch 'il/maint-colon-address'Junio C Hamano2010-01-27
|\
| * Support addresses with ':' in git-daemonIlari Liusvaara2010-01-26
* | Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano2010-01-20
|\ \
| * | strbuf_expand: convert "%%" to "%"Jeff King2010-01-14
* | | daemon: consider only address in kill_some_child()Erik Faye-Lund2010-01-09
|/ /
* | Merge branch 'tc/format-attribute'Junio C Hamano2009-11-22
|\ \
| * | Check the format of more printf-type functionsTarmigan Casebolt2009-11-15
| |/
* | http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce2009-11-09
|/
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-06
|\
| * Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* | Merge branch 'js/daemon-log'Junio C Hamano2009-07-01
|\ \
| * | daemon: send stderr of service programs to the syslogJohannes Sixt2009-06-18
| |/
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
|/
* daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce2009-06-06
* daemon.c: fix segfault on OS XBenjamin Kramer2009-04-29
* improve missing repository error messageJeff King2009-03-04
* Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-26
* remove trailing LF in die() messagesAlexander Potashev2009-01-05
* daemon: cleanup: factor out xstrdup_tolower()René Scharfe2008-12-26
* daemon: cleanup: replace loop with ifRené Scharfe2008-12-26
* daemon: handle freopen() failureRené Scharfe2008-12-26
* daemon: deglobalize variable 'directory'René Scharfe2008-11-23
* daemon: inline fill_in_extra_table_entries()René Scharfe2008-11-23
* daemon: use strbuf_expand() instead of interpolate()René Scharfe2008-11-23
* git-daemon: set REMOTE_ADDR to client addressJoey Hess2008-10-24
* Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-25
|\
| * is_directory(): a generic helper functionJunio C Hamano2008-09-09
* | daemon.c: avoid setlinebuf()Junio C Hamano2008-09-06
|/
* cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra2008-08-31
* daemon.c: minor style fixupJunio C Hamano2008-08-25
* git-daemon: rewrite kindergarden, new option --max-connectionsStephen R. van den Berg2008-08-17
* git-daemon: Simplify dead-children reaping logicStephen R. van den Berg2008-08-17
* git-daemon: use LOG_PID, simplify logging codeStephen R. van den Berg2008-08-17
* git-daemon: call logerror() instead of error()Stephen R. van den Berg2008-08-17
* git-daemon: SysV needs the signal handler reinstated.Stephen R. van den Berg2008-08-12
* git daemon: avoid waking up too oftenJohannes Schindelin2008-07-23
* Make usage strings dash-lessStephan Beyer2008-07-13
* git daemon: avoid calling syslog() from a signal handlerJohannes Schindelin2008-07-06
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* daemon: ensure that base-path is an existing directoryJohannes Sixt2008-02-27
* daemon: send more error messages to the syslogJohannes Sixt2008-02-27
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-08
* git-daemon: fix remote port number in log entryGerrit Pape2007-11-05
* Define NI_MAXSERV if not defined by operating systemPatrick Welche2007-10-18