summaryrefslogtreecommitdiff
path: root/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* improve missing repository error messageJeff King2009-03-041-1/+1
* Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-261-0/+2
* remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
* daemon: cleanup: factor out xstrdup_tolower()René Scharfe2008-12-261-21/+13
* daemon: cleanup: replace loop with ifRené Scharfe2008-12-261-13/+5
* daemon: handle freopen() failureRené Scharfe2008-12-261-1/+3
* daemon: deglobalize variable 'directory'René Scharfe2008-11-231-10/+6
* daemon: inline fill_in_extra_table_entries()René Scharfe2008-11-231-8/+2
* daemon: use strbuf_expand() instead of interpolate()René Scharfe2008-11-231-55/+54
* git-daemon: set REMOTE_ADDR to client addressJoey Hess2008-10-241-0/+4
* Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-251-7/+3
|\
| * is_directory(): a generic helper functionJunio C Hamano2008-09-091-7/+3
* | daemon.c: avoid setlinebuf()Junio C Hamano2008-09-061-1/+2
|/
* cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra2008-08-311-3/+3
* daemon.c: minor style fixupJunio C Hamano2008-08-251-42/+34
* git-daemon: rewrite kindergarden, new option --max-connectionsStephen R. van den Berg2008-08-171-138/+75
* git-daemon: Simplify dead-children reaping logicStephen R. van den Berg2008-08-171-32/+23
* git-daemon: use LOG_PID, simplify logging codeStephen R. van den Berg2008-08-171-31/+16
* git-daemon: call logerror() instead of error()Stephen R. van den Berg2008-08-171-2/+2
* git-daemon: SysV needs the signal handler reinstated.Stephen R. van den Berg2008-08-121-0/+1
* git daemon: avoid waking up too oftenJohannes Schindelin2008-07-231-14/+11
* Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* git daemon: avoid calling syslog() from a signal handlerJohannes Schindelin2008-07-061-20/+50
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-2/+2
* daemon: ensure that base-path is an existing directoryJohannes Sixt2008-02-271-0/+8
* daemon: send more error messages to the syslogJohannes Sixt2008-02-271-5/+5
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-081-2/+4
* git-daemon: fix remote port number in log entryGerrit Pape2007-11-051-2/+2
* Define NI_MAXSERV if not defined by operating systemPatrick Welche2007-10-181-0/+4
* --base-path-relaxed optionJens Axboe2007-08-011-2/+24
* Missing statics.Pierre Habouzit2007-06-081-1/+1
* War on whitespaceJunio C Hamano2007-06-071-2/+2
* git-daemon: don't ignore pid-file write failureJim Meyering2007-05-211-2/+2
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-1/+1
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-16/+16
* git-daemon: Avoid leaking the listening sockets into child processes.Alexandre Julliard2007-02-141-0/+10
* Assorted typo fixesPavel Roskin2007-02-031-1/+1
* git-push through git protocolLinus Torvalds2007-01-281-0/+7
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-1/+1
* simplify inclusion of system header files.Junio C Hamano2006-12-201-13/+3
* daemon: do not die on older clients.Junio C Hamano2006-10-231-1/+5
* fix daemon.c compilation for NO_IPV6=1Alex Riesen2006-09-281-1/+1
* daemon: default to 256 for HOST_NAME_MAX if it is not definedJohannes Schindelin2006-09-281-0/+4
* Removed memory leaks from interpolation table uses.Jon Loeliger2006-09-271-20/+32
* Cleaned up git-daemon virtual hosting support.Jon Loeliger2006-09-271-22/+129
* Add virtualization support to git-daemonJon Loeliger2006-09-201-10/+79
* Add git-upload-archiveFranck Bui-Huu2006-09-091-0/+7
* Revert "daemon: add upload-tar service."Junio C Hamano2006-09-071-7/+1
* daemon: add upload-tar service.Junio C Hamano2006-08-271-4/+11
* daemon: prepare for multiple services.Junio C Hamano2006-08-271-7/+106