summaryrefslogtreecommitdiffstats
path: root/daemon.c
AgeCommit message (Expand)AuthorLines
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
2007-06-08Missing statics.Pierre Habouzit-1/+1
2007-06-07War on whitespaceJunio C Hamano-2/+2
2007-05-21git-daemon: don't ignore pid-file write failureJim Meyering-2/+2
2007-02-20prefixcmp(): fix-up mechanical conversion.Junio C Hamano-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano-16/+16
2007-02-14git-daemon: Avoid leaking the listening sockets into child processes.Alexandre Julliard-0/+10
2007-02-03Assorted typo fixesPavel Roskin-1/+1
2007-01-28git-push through git protocolLinus Torvalds-0/+7
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano-13/+3
2006-10-23daemon: do not die on older clients.Junio C Hamano-1/+5
2006-09-28fix daemon.c compilation for NO_IPV6=1Alex Riesen-1/+1
2006-09-28daemon: default to 256 for HOST_NAME_MAX if it is not definedJohannes Schindelin-0/+4
2006-09-27Removed memory leaks from interpolation table uses.Jon Loeliger-20/+32
2006-09-27Cleaned up git-daemon virtual hosting support.Jon Loeliger-22/+129
2006-09-20Add virtualization support to git-daemonJon Loeliger-10/+79
2006-09-09Add git-upload-archiveFranck Bui-Huu-0/+7
2006-09-07Revert "daemon: add upload-tar service."Junio C Hamano-7/+1
2006-08-27daemon: add upload-tar service.Junio C Hamano-4/+11
2006-08-27daemon: prepare for multiple services.Junio C Hamano-7/+106
2006-08-27Merge branch 'ts/daemon'Junio C Hamano-4/+45
2006-08-26Use xrealloc instead of reallocJonas Fonseca-6/+1
2006-08-22Added support for dropping privileges to git-daemon.Tilman Sauerbeck-4/+45
2006-08-15remove unnecessary initializationsDavid Rientjes-10/+10
2006-07-27daemon: documentation for --reuseaddr, --detach and --pid-fileMatthias Lederhofer-1/+1
2006-07-13daemon: new option --detach to run git-daemon in backgroundMatthias Lederhofer-1/+28
2006-07-13daemon: new option --pid-file=<path> to store the pidMatthias Lederhofer-0/+17
2006-07-13daemon: if one of the standard fds is missing open it to /dev/nullMatthias Lederhofer-0/+14
2006-07-13daemon: use a custom die routine with syslogMatthias Lederhofer-8/+11
2006-06-28Make some strings constTimo Hirvonen-2/+2