summaryrefslogtreecommitdiff
path: root/daemon.c
AgeCommit message (Expand)Author
2008-02-27daemon: ensure that base-path is an existing directoryJohannes Sixt
2008-02-27daemon: send more error messages to the syslogJohannes Sixt
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-11-06git-daemon: fix remote port number in log entryGerrit Pape
2007-10-19Define NI_MAXSERV if not defined by operating systemPatrick Welche
2007-08-01--base-path-relaxed optionJens Axboe
2007-06-08Missing statics.Pierre Habouzit
2007-06-07War on whitespaceJunio C Hamano
2007-05-22git-daemon: don't ignore pid-file write failureJim Meyering
2007-02-21prefixcmp(): fix-up mechanical conversion.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-14git-daemon: Avoid leaking the listening sockets into child processes.Alexandre Julliard
2007-02-04Assorted typo fixesPavel Roskin
2007-01-28git-push through git protocolLinus Torvalds
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-10-24daemon: do not die on older clients.Junio C Hamano
2006-09-29fix daemon.c compilation for NO_IPV6=1Alex Riesen
2006-09-28daemon: default to 256 for HOST_NAME_MAX if it is not definedJohannes Schindelin
2006-09-28Removed memory leaks from interpolation table uses.Jon Loeliger
2006-09-28Cleaned up git-daemon virtual hosting support.Jon Loeliger
2006-09-20Add virtualization support to git-daemonJon Loeliger
2006-09-09Add git-upload-archiveFranck Bui-Huu
2006-09-07Revert "daemon: add upload-tar service."Junio C Hamano
2006-08-28daemon: add upload-tar service.Junio C Hamano
2006-08-28daemon: prepare for multiple services.Junio C Hamano
2006-08-28Merge branch 'ts/daemon'Junio C Hamano
2006-08-27Use xrealloc instead of reallocJonas Fonseca
2006-08-22Added support for dropping privileges to git-daemon.Tilman Sauerbeck
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-07-27daemon: documentation for --reuseaddr, --detach and --pid-fileMatthias Lederhofer
2006-07-14daemon: new option --detach to run git-daemon in backgroundMatthias Lederhofer
2006-07-14daemon: new option --pid-file=<path> to store the pidMatthias Lederhofer
2006-07-14daemon: if one of the standard fds is missing open it to /dev/nullMatthias Lederhofer
2006-07-14daemon: use a custom die routine with syslogMatthias Lederhofer
2006-06-28Make some strings constTimo Hirvonen
2006-06-21Merge branch 'jc/upload-corrupt' into nextJunio C Hamano
2006-06-21daemon: send stderr to /dev/null instead of closing.Junio C Hamano
2006-06-21Merge branch 'master' into nextJunio C Hamano
2006-06-21Log peer address when git-daemon called from inetdDavid Woodhouse
2006-06-20Restore SIGCHLD to SIG_DFL where we care about waitpid().Junio C Hamano
2006-06-07Refactor git_tcp_connect() functions a little.Jon Loeliger
2006-04-18socksetup: don't return on set_reuse_addr() errorSerge E. Hallyn
2006-02-06daemon: extend user-relative path notation.Junio C Hamano
2006-02-06daemon: Set SO_REUSEADDR on listening sockets.Mark Wooding
2006-02-06daemon: do not forbid user relative paths unconditionally under --base-pathJunio C Hamano
2006-02-04daemon: Provide missing argument for logerror() call.Mark Wooding
2006-01-14Exec git programs without using PATH.Michal Ostrowski
2006-01-08git-daemon --base-pathPetr Baudis
2005-12-04[PATCH] daemon.c and path.enter_repo(): revamp path validation.Junio C Hamano