summaryrefslogtreecommitdiffstats
path: root/daemon.c
AgeCommit message (Expand)AuthorLines
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan-10/+11
2010-04-03Merge branch 'bc/maint-daemon-sans-ss-family'Junio C Hamano-4/+7
2010-03-20daemon: parse_host_and_port SIGSEGV if port is specifiedImre Deak-1/+1
2010-03-16daemon.c: avoid accessing ss_family member of struct sockaddr_storageBrandon Casey-4/+7
2010-02-03Typofixes outside documentation areaJunio C Hamano-1/+1
2010-01-27Merge branch 'il/maint-colon-address'Junio C Hamano-4/+30
2010-01-26Support addresses with ':' in git-daemonIlari Liusvaara-4/+30
2010-01-20Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano-1/+0
2010-01-14strbuf_expand: convert "%%" to "%"Jeff King-1/+0
2010-01-09daemon: consider only address in kill_some_child()Erik Faye-Lund-8/+20
2009-11-22Merge branch 'tc/format-attribute'Junio C Hamano-0/+2
2009-11-15Check the format of more printf-type functionsTarmigan Casebolt-0/+2
2009-11-09http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce-48/+1
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano-8/+7
2009-07-01Merge branch 'js/daemon-log'Junio C Hamano-8/+48
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast-8/+7
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds-1/+1
2009-06-18daemon: send stderr of service programs to the syslogJohannes Sixt-8/+48
2009-06-06daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce-4/+6
2009-04-29daemon.c: fix segfault on OS XBenjamin Kramer-14/+14
2009-03-04improve missing repository error messageJeff King-1/+1
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska-0/+2
2009-01-05remove trailing LF in die() messagesAlexander Potashev-1/+1
2008-12-26daemon: cleanup: factor out xstrdup_tolower()René Scharfe-21/+13
2008-12-26daemon: cleanup: replace loop with ifRené Scharfe-13/+5
2008-12-26daemon: handle freopen() failureRené Scharfe-1/+3
2008-11-23daemon: deglobalize variable 'directory'René Scharfe-10/+6
2008-11-23daemon: inline fill_in_extra_table_entries()René Scharfe-8/+2
2008-11-23daemon: use strbuf_expand() instead of interpolate()René Scharfe-55/+54
2008-10-24git-daemon: set REMOTE_ADDR to client addressJoey Hess-0/+4
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce-7/+3
2008-09-09is_directory(): a generic helper functionJunio C Hamano-7/+3
2008-09-06daemon.c: avoid setlinebuf()Junio C Hamano-1/+2
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra-3/+3
2008-08-25daemon.c: minor style fixupJunio C Hamano-42/+34
2008-08-17git-daemon: rewrite kindergarden, new option --max-connectionsStephen R. van den Berg-138/+75
2008-08-17git-daemon: Simplify dead-children reaping logicStephen R. van den Berg-32/+23
2008-08-17git-daemon: use LOG_PID, simplify logging codeStephen R. van den Berg-31/+16
2008-08-17git-daemon: call logerror() instead of error()Stephen R. van den Berg-2/+2
2008-08-12git-daemon: SysV needs the signal handler reinstated.Stephen R. van den Berg-0/+1
2008-07-23git daemon: avoid waking up too oftenJohannes Schindelin-14/+11
2008-07-13Make usage strings dash-lessStephan Beyer-1/+1
2008-07-06git daemon: avoid calling syslog() from a signal handlerJohannes Schindelin-20/+50
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-2/+2
2008-02-27daemon: ensure that base-path is an existing directoryJohannes Sixt-0/+8
2008-02-27daemon: send more error messages to the syslogJohannes Sixt-5/+5
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano-2/+4
2007-11-05git-daemon: fix remote port number in log entryGerrit Pape-2/+2
2007-10-18Define NI_MAXSERV if not defined by operating systemPatrick Welche-0/+4
2007-08-01--base-path-relaxed optionJens Axboe-2/+24