| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-07-23 | git daemon: avoid waking up too often | Johannes Schindelin | 1 | -14/+11 |
| 2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
| 2008-07-06 | git daemon: avoid calling syslog() from a signal handler | Johannes Schindelin | 1 | -20/+50 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -2/+2 |
| 2008-02-27 | daemon: ensure that base-path is an existing directory | Johannes Sixt | 1 | -0/+8 |
| 2008-02-27 | daemon: send more error messages to the syslog | Johannes Sixt | 1 | -5/+5 |
| 2007-11-08 | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 1 | -2/+4 |
| 2007-11-05 | git-daemon: fix remote port number in log entry | Gerrit Pape | 1 | -2/+2 |
| 2007-10-18 | Define NI_MAXSERV if not defined by operating system | Patrick Welche | 1 | -0/+4 |
| 2007-08-01 | --base-path-relaxed option | Jens Axboe | 1 | -2/+24 |
| 2007-06-08 | Missing statics. | Pierre Habouzit | 1 | -1/+1 |
| 2007-06-07 | War on whitespace | Junio C Hamano | 1 | -2/+2 |
| 2007-05-21 | git-daemon: don't ignore pid-file write failure | Jim Meyering | 1 | -2/+2 |
| 2007-02-20 | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 1 | -1/+1 |
| 2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -16/+16 |
| 2007-02-14 | git-daemon: Avoid leaking the listening sockets into child processes. | Alexandre Julliard | 1 | -0/+10 |
| 2007-02-03 | Assorted typo fixes | Pavel Roskin | 1 | -1/+1 |
| 2007-01-28 | git-push through git protocol | Linus Torvalds | 1 | -0/+7 |
| 2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -1/+1 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -13/+3 |
| 2006-10-23 | daemon: do not die on older clients. | Junio C Hamano | 1 | -1/+5 |
| 2006-09-28 | fix daemon.c compilation for NO_IPV6=1 | Alex Riesen | 1 | -1/+1 |
| 2006-09-28 | daemon: default to 256 for HOST_NAME_MAX if it is not defined | Johannes Schindelin | 1 | -0/+4 |
| 2006-09-27 | Removed memory leaks from interpolation table uses. | Jon Loeliger | 1 | -20/+32 |
| 2006-09-27 | Cleaned up git-daemon virtual hosting support. | Jon Loeliger | 1 | -22/+129 |
| 2006-09-20 | Add virtualization support to git-daemon | Jon Loeliger | 1 | -10/+79 |
| 2006-09-09 | Add git-upload-archive | Franck Bui-Huu | 1 | -0/+7 |
| 2006-09-07 | Revert "daemon: add upload-tar service." | Junio C Hamano | 1 | -7/+1 |
| 2006-08-27 | daemon: add upload-tar service. | Junio C Hamano | 1 | -4/+11 |
| 2006-08-27 | daemon: prepare for multiple services. | Junio C Hamano | 1 | -7/+106 |
| 2006-08-27 | Merge branch 'ts/daemon' | Junio C Hamano | 1 | -4/+45 |
| 2006-08-26 | Use xrealloc instead of realloc | Jonas Fonseca | 1 | -6/+1 |
| 2006-08-22 | Added support for dropping privileges to git-daemon. | Tilman Sauerbeck | 1 | -4/+45 |
| 2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -10/+10 |
| 2006-07-27 | daemon: documentation for --reuseaddr, --detach and --pid-file | Matthias Lederhofer | 1 | -1/+1 |
| 2006-07-13 | daemon: new option --detach to run git-daemon in background | Matthias Lederhofer | 1 | -1/+28 |
| 2006-07-13 | daemon: new option --pid-file=<path> to store the pid | Matthias Lederhofer | 1 | -0/+17 |
| 2006-07-13 | daemon: if one of the standard fds is missing open it to /dev/null | Matthias Lederhofer | 1 | -0/+14 |
| 2006-07-13 | daemon: use a custom die routine with syslog | Matthias Lederhofer | 1 | -8/+11 |
| 2006-06-28 | Make some strings const | Timo Hirvonen | 1 | -2/+2 |
| 2006-06-21 | Merge branch 'jc/upload-corrupt' into next | Junio C Hamano | 1 | -1/+1 |
| 2006-06-21 | daemon: send stderr to /dev/null instead of closing. | Junio C Hamano | 1 | -1/+1 |
| 2006-06-21 | Merge branch 'master' into next | Junio C Hamano | 1 | -24/+34 |
| 2006-06-20 | Log peer address when git-daemon called from inetd | David Woodhouse | 1 | -24/+34 |
| 2006-06-19 | Restore SIGCHLD to SIG_DFL where we care about waitpid(). | Junio C Hamano | 1 | -0/+5 |
| 2006-06-06 | Refactor git_tcp_connect() functions a little. | Jon Loeliger | 1 | -2/+7 |
| 2006-04-18 | socksetup: don't return on set_reuse_addr() error | Serge E. Hallyn | 1 | -1/+1 |
| 2006-02-05 | daemon: extend user-relative path notation. | Junio C Hamano | 1 | -7/+42 |
| 2006-02-05 | daemon: Set SO_REUSEADDR on listening sockets. | Mark Wooding | 1 | -1/+26 |
| 2006-02-05 | daemon: do not forbid user relative paths unconditionally under --base-path | Junio C Hamano | 1 | -4/+8 |
| 2006-02-03 | daemon: Provide missing argument for logerror() call. | Mark Wooding | 1 | -1/+1 |
| 2006-01-13 | Exec git programs without using PATH. | Michal Ostrowski | 1 | -1/+2 |
| 2006-01-07 | git-daemon --base-path | Petr Baudis | 1 | -1/+20 |
| 2005-12-03 | [PATCH] daemon.c and path.enter_repo(): revamp path validation. | Junio C Hamano | 1 | -4/+60 |
| 2005-11-21 | git-daemon not listening when compiled with -DNO_IPV6 | Paul Serice | 1 | -0/+6 |
| 2005-11-21 | daemon: further tweaks. | Junio C Hamano | 1 | -16/+12 |
| 2005-11-21 | git-daemon support for user-relative paths. | Andreas Ericsson | 1 | -82/+54 |
| 2005-11-16 | daemon.c: fix arg parsing bugs | Andreas Ericsson | 1 | -2/+6 |
| 2005-11-15 | git-daemon: --inetd implies --syslog | Andreas Ericsson | 1 | -2/+3 |
| 2005-10-25 | fix daemon.c to compile on OpenBSD | Randal L. Schwartz | 1 | -2/+2 |
| 2005-10-20 | Merge branch 'fixes' | Junio C Hamano | 1 | -6/+6 |
| 2005-10-20 | daemon.c: remove trailing whitespace. | Junio C Hamano | 1 | -2/+2 |
| 2005-10-20 | Fix git-daemon argument-parsing bug | H. Peter Anvin | 1 | -1/+1 |
| 2005-10-20 | git-daemon poll() spinning out of control | Jens Axboe | 1 | -1/+1 |
| 2005-10-19 | git-daemon: timeout, eliminate double DWIM | H. Peter Anvin | 1 | -2/+19 |
| 2005-10-18 | revised^2: git-daemon extra paranoia, and path DWIM | H. Peter Anvin | 1 | -21/+57 |
| 2005-10-08 | Create object subdirectories on demand | Linus Torvalds | 1 | -1/+1 |
| 2005-09-30 | Move signal setting into service_loop() | H. Peter Anvin | 1 | -2/+2 |
| 2005-09-30 | socklen_t is unsigned int on most Linux platforms | H. Peter Anvin | 1 | -1/+1 |
| 2005-09-30 | Use xmalloc/xcalloc | H. Peter Anvin | 1 | -6/+2 |
| 2005-09-30 | Don't need <alloca.h> | H. Peter Anvin | 1 | -1/+0 |
| 2005-09-30 | Merge with master.kernel.org:/pub/scm/git/git.git | H. Peter Anvin | 1 | -2/+2 |
| 2005-09-29 | [PATCH] Make logerror() and loginfo() static | Pavel Roskin | 1 | -2/+2 |
| 2005-09-28 | Remove variables not needed when using poll | Peter Anvin | 1 | -4/+0 |
| 2005-09-28 | NO_IPV6 support for git daemon | Peter Anvin | 1 | -16/+75 |
| 2005-09-27 | Restore chdir(".git") | H. Peter Anvin | 1 | -0/+2 |
| 2005-09-26 | Support a modicum of path validation, and allow an export all trees option. | H. Peter Anvin | 1 | -5/+67 |
| 2005-09-24 | [PATCH] Rename daemon.c's lognotice() to loginfo() | Petr Baudis | 1 | -3/+3 |
| 2005-09-24 | [PATCH] git-daemon --syslog to log through syslog | Petr Baudis | 1 | -7/+27 |
| 2005-09-23 | daemon.c: pid_t is not int. | Junio C Hamano | 1 | -1/+1 |
| 2005-09-22 | [PATCH] Verbose git-daemon logging | Petr Baudis | 1 | -4/+90 |
| 2005-09-11 | Use int instead of socklen_t | Junio C Hamano | 1 | -4/+4 |
| 2005-09-07 | [PATCH] git-daemon --inetd | lars.doelle@on-line.de | 1 | -1/+3 |
| 2005-08-23 | Include sys/time.h in daemon.c. | Jason Riedy | 1 | -0/+1 |
| 2005-08-05 | daemon.c: squelch error message from EINTR | Junio C Hamano | 1 | -2/+5 |
| 2005-08-01 | [PATCH] Fix sparse warnings | Linus Torvalds | 1 | -2/+2 |
| 2005-07-27 | [PATCH] GIT: Listen on IPv6 as well, if available. | YOSHIFUJI Hideaki | 1 | -31/+100 |
| 2005-07-15 | Be slightly smarter about git-daemon client shutdown | Linus Torvalds | 1 | -20/+38 |
| 2005-07-15 | git-daemon: actually remember the children we have outstanding | Linus Torvalds | 1 | -21/+121 |
| 2005-07-15 | git-daemon: keep track of children | Linus Torvalds | 1 | -1/+43 |
| 2005-07-15 | Add "--inetd" flag to git-daemon | Linus Torvalds | 1 | -1/+11 |
| 2005-07-15 | git-daemon: re-organize code a bit for --inetd flag | Linus Torvalds | 1 | -10/+10 |
| 2005-07-13 | Add a "git-daemon" that listens on a TCP port | Linus Torvalds | 1 | -0/+117 |