aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-27Removed memory leaks from interpolation table uses.Jon Loeliger1-20/+32
2006-09-27Cleaned up git-daemon virtual hosting support.Jon Loeliger1-22/+129
2006-09-20Add virtualization support to git-daemonJon Loeliger1-10/+79
2006-09-09Add git-upload-archiveFranck Bui-Huu1-0/+7
2006-09-07Revert "daemon: add upload-tar service."Junio C Hamano1-7/+1
2006-08-27daemon: add upload-tar service.Junio C Hamano1-4/+11
2006-08-27daemon: prepare for multiple services.Junio C Hamano1-7/+106
2006-08-27Merge branch 'ts/daemon'Junio C Hamano1-4/+45
2006-08-26Use xrealloc instead of reallocJonas Fonseca1-6/+1
2006-08-22Added support for dropping privileges to git-daemon.Tilman Sauerbeck1-4/+45
2006-08-15remove unnecessary initializationsDavid Rientjes1-10/+10
2006-07-27daemon: documentation for --reuseaddr, --detach and --pid-fileMatthias Lederhofer1-1/+1
2006-07-13daemon: new option --detach to run git-daemon in backgroundMatthias Lederhofer1-1/+28
2006-07-13daemon: new option --pid-file=<path> to store the pidMatthias Lederhofer1-0/+17
2006-07-13daemon: if one of the standard fds is missing open it to /dev/nullMatthias Lederhofer1-0/+14
2006-07-13daemon: use a custom die routine with syslogMatthias Lederhofer1-8/+11
2006-06-28Make some strings constTimo Hirvonen1-2/+2
2006-06-21Merge branch 'jc/upload-corrupt' into nextJunio C Hamano1-1/+1
2006-06-21daemon: send stderr to /dev/null instead of closing.Junio C Hamano1-1/+1
2006-06-21Merge branch 'master' into nextJunio C Hamano1-24/+34
2006-06-20Log peer address when git-daemon called from inetdDavid Woodhouse1-24/+34
2006-06-19Restore SIGCHLD to SIG_DFL where we care about waitpid().Junio C Hamano1-0/+5
2006-06-06Refactor git_tcp_connect() functions a little.Jon Loeliger1-2/+7
2006-04-18socksetup: don't return on set_reuse_addr() errorSerge E. Hallyn1-1/+1
2006-02-05daemon: extend user-relative path notation.Junio C Hamano1-7/+42
2006-02-05daemon: Set SO_REUSEADDR on listening sockets.Mark Wooding1-1/+26
2006-02-05daemon: do not forbid user relative paths unconditionally under --base-pathJunio C Hamano1-4/+8
2006-02-03daemon: Provide missing argument for logerror() call.Mark Wooding1-1/+1
2006-01-13Exec git programs without using PATH.Michal Ostrowski1-1/+2
2006-01-07git-daemon --base-pathPetr Baudis1-1/+20
2005-12-03[PATCH] daemon.c and path.enter_repo(): revamp path validation.Junio C Hamano1-4/+60
2005-11-21git-daemon not listening when compiled with -DNO_IPV6Paul Serice1-0/+6
2005-11-21daemon: further tweaks.Junio C Hamano1-16/+12
2005-11-21git-daemon support for user-relative paths.Andreas Ericsson1-82/+54
2005-11-16daemon.c: fix arg parsing bugsAndreas Ericsson1-2/+6