summaryrefslogtreecommitdiff
path: root/daemon.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano1-8/+7
2009-07-01Merge branch 'js/daemon-log'Junio C Hamano1-8/+48
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-8/+7
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-1/+1
2009-06-18daemon: send stderr of service programs to the syslogJohannes Sixt1-8/+48
2009-06-06daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce1-4/+6
2009-04-29daemon.c: fix segfault on OS XBenjamin Kramer1-13/+13
2009-03-04improve missing repository error messageJeff King1-1/+1
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska1-0/+2
2009-01-05remove trailing LF in die() messagesAlexander Potashev1-1/+1
2008-12-26daemon: cleanup: factor out xstrdup_tolower()René Scharfe1-21/+13
2008-12-26daemon: cleanup: replace loop with ifRené Scharfe1-13/+5
2008-12-26daemon: handle freopen() failureRené Scharfe1-1/+3
2008-11-23daemon: deglobalize variable 'directory'René Scharfe1-10/+6
2008-11-23daemon: inline fill_in_extra_table_entries()René Scharfe1-8/+2
2008-11-23daemon: use strbuf_expand() instead of interpolate()René Scharfe1-55/+54
2008-10-24git-daemon: set REMOTE_ADDR to client addressJoey Hess1-0/+4
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce1-7/+3
2008-09-09is_directory(): a generic helper functionJunio C Hamano1-7/+3
2008-09-06daemon.c: avoid setlinebuf()Junio C Hamano1-1/+2
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra1-3/+3
2008-08-25daemon.c: minor style fixupJunio C Hamano1-41/+33
2008-08-17git-daemon: rewrite kindergarden, new option --max-connectionsStephen R. van den Berg1-138/+75
2008-08-17git-daemon: Simplify dead-children reaping logicStephen R. van den Berg1-32/+23
2008-08-17git-daemon: use LOG_PID, simplify logging codeStephen R. van den Berg1-31/+16
2008-08-17git-daemon: call logerror() instead of error()Stephen R. van den Berg1-2/+2
2008-08-12git-daemon: SysV needs the signal handler reinstated.Stephen R. van den Berg1-0/+1
2008-07-23git daemon: avoid waking up too oftenJohannes Schindelin1-14/+11
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-07-06git daemon: avoid calling syslog() from a signal handlerJohannes Schindelin1-20/+50
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-02-27daemon: ensure that base-path is an existing directoryJohannes Sixt1-0/+8
2008-02-27daemon: send more error messages to the syslogJohannes Sixt1-5/+5
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano1-2/+4
2007-11-05git-daemon: fix remote port number in log entryGerrit Pape1-2/+2
2007-10-18Define NI_MAXSERV if not defined by operating systemPatrick Welche1-0/+4
2007-08-01--base-path-relaxed optionJens Axboe1-2/+24
2007-06-08Missing statics.Pierre Habouzit1-1/+1
2007-06-07War on whitespaceJunio C Hamano1-2/+2
2007-05-21git-daemon: don't ignore pid-file write failureJim Meyering1-2/+2
2007-02-20prefixcmp(): fix-up mechanical conversion.Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-16/+16
2007-02-14git-daemon: Avoid leaking the listening sockets into child processes.Alexandre Julliard1-0/+10
2007-02-03Assorted typo fixesPavel Roskin1-1/+1
2007-01-28git-push through git protocolLinus Torvalds1-0/+7
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft1-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano1-13/+3
2006-10-23daemon: do not die on older clients.Junio C Hamano1-1/+5
2006-09-28fix daemon.c compilation for NO_IPV6=1Alex Riesen1-1/+1
2006-09-28daemon: default to 256 for HOST_NAME_MAX if it is not definedJohannes Schindelin1-0/+4