aboutsummaryrefslogtreecommitdiff
path: root/daemon.c
Commit message (Expand)AuthorAge
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* daemon: ensure that base-path is an existing directoryJohannes Sixt2008-02-27
* daemon: send more error messages to the syslogJohannes Sixt2008-02-27
* Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-08
* git-daemon: fix remote port number in log entryGerrit Pape2007-11-05
* Define NI_MAXSERV if not defined by operating systemPatrick Welche2007-10-18
* --base-path-relaxed optionJens Axboe2007-08-01
* Missing statics.Pierre Habouzit2007-06-08
* War on whitespaceJunio C Hamano2007-06-07
* git-daemon: don't ignore pid-file write failureJim Meyering2007-05-21
* prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-20
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* git-daemon: Avoid leaking the listening sockets into child processes.Alexandre Julliard2007-02-14
* Assorted typo fixesPavel Roskin2007-02-03
* git-push through git protocolLinus Torvalds2007-01-28
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-08
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* daemon: do not die on older clients.Junio C Hamano2006-10-23
* fix daemon.c compilation for NO_IPV6=1Alex Riesen2006-09-28
* daemon: default to 256 for HOST_NAME_MAX if it is not definedJohannes Schindelin2006-09-28
* Removed memory leaks from interpolation table uses.Jon Loeliger2006-09-27
* Cleaned up git-daemon virtual hosting support.Jon Loeliger2006-09-27
* Add virtualization support to git-daemonJon Loeliger2006-09-20
* Add git-upload-archiveFranck Bui-Huu2006-09-09
* Revert "daemon: add upload-tar service."Junio C Hamano2006-09-07
* daemon: add upload-tar service.Junio C Hamano2006-08-27
* daemon: prepare for multiple services.Junio C Hamano2006-08-27
* Merge branch 'ts/daemon'Junio C Hamano2006-08-27
|\
| * Added support for dropping privileges to git-daemon.Tilman Sauerbeck2006-08-22
* | Use xrealloc instead of reallocJonas Fonseca2006-08-26
|/
* remove unnecessary initializationsDavid Rientjes2006-08-15
* daemon: documentation for --reuseaddr, --detach and --pid-fileMatthias Lederhofer2006-07-27
* daemon: new option --detach to run git-daemon in backgroundMatthias Lederhofer2006-07-13
* daemon: new option --pid-file=<path> to store the pidMatthias Lederhofer2006-07-13
* daemon: if one of the standard fds is missing open it to /dev/nullMatthias Lederhofer2006-07-13
* daemon: use a custom die routine with syslogMatthias Lederhofer2006-07-13
* Make some strings constTimo Hirvonen2006-06-28
* Merge branch 'jc/upload-corrupt' into nextJunio C Hamano2006-06-21
|\
| * daemon: send stderr to /dev/null instead of closing.Junio C Hamano2006-06-21
* | Merge branch 'master' into nextJunio C Hamano2006-06-21
|\ \ | |/
| * Log peer address when git-daemon called from inetdDavid Woodhouse2006-06-20
* | Restore SIGCHLD to SIG_DFL where we care about waitpid().Junio C Hamano2006-06-19
|/
* Refactor git_tcp_connect() functions a little.Jon Loeliger2006-06-06
* socksetup: don't return on set_reuse_addr() errorSerge E. Hallyn2006-04-18
* daemon: extend user-relative path notation.Junio C Hamano2006-02-05
* daemon: Set SO_REUSEADDR on listening sockets.Mark Wooding2006-02-05
* daemon: do not forbid user relative paths unconditionally under --base-pathJunio C Hamano2006-02-05
* daemon: Provide missing argument for logerror() call.Mark Wooding2006-02-03
* Exec git programs without using PATH.Michal Ostrowski2006-01-13
* git-daemon --base-pathPetr Baudis2006-01-07