| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -2/+2 |
* | daemon: ensure that base-path is an existing directory | Johannes Sixt | 2008-02-27 | 1 | -0/+8 |
* | daemon: send more error messages to the syslog | Johannes Sixt | 2008-02-27 | 1 | -5/+5 |
* | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 2007-11-08 | 1 | -2/+4 |
* | git-daemon: fix remote port number in log entry | Gerrit Pape | 2007-11-05 | 1 | -2/+2 |
* | Define NI_MAXSERV if not defined by operating system | Patrick Welche | 2007-10-18 | 1 | -0/+4 |
* | --base-path-relaxed option | Jens Axboe | 2007-08-01 | 1 | -2/+24 |
* | Missing statics. | Pierre Habouzit | 2007-06-08 | 1 | -1/+1 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -2/+2 |
* | git-daemon: don't ignore pid-file write failure | Jim Meyering | 2007-05-21 | 1 | -2/+2 |
* | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 | 1 | -1/+1 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -16/+16 |
* | git-daemon: Avoid leaking the listening sockets into child processes. | Alexandre Julliard | 2007-02-14 | 1 | -0/+10 |
* | Assorted typo fixes | Pavel Roskin | 2007-02-03 | 1 | -1/+1 |
* | git-push through git protocol | Linus Torvalds | 2007-01-28 | 1 | -0/+7 |
* | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 2007-01-08 | 1 | -1/+1 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -13/+3 |
* | daemon: do not die on older clients. | Junio C Hamano | 2006-10-23 | 1 | -1/+5 |
* | fix daemon.c compilation for NO_IPV6=1 | Alex Riesen | 2006-09-28 | 1 | -1/+1 |
* | daemon: default to 256 for HOST_NAME_MAX if it is not defined | Johannes Schindelin | 2006-09-28 | 1 | -0/+4 |
* | Removed memory leaks from interpolation table uses. | Jon Loeliger | 2006-09-27 | 1 | -20/+32 |
* | Cleaned up git-daemon virtual hosting support. | Jon Loeliger | 2006-09-27 | 1 | -22/+129 |
* | Add virtualization support to git-daemon | Jon Loeliger | 2006-09-20 | 1 | -10/+79 |
* | Add git-upload-archive | Franck Bui-Huu | 2006-09-09 | 1 | -0/+7 |
* | Revert "daemon: add upload-tar service." | Junio C Hamano | 2006-09-07 | 1 | -7/+1 |
* | daemon: add upload-tar service. | Junio C Hamano | 2006-08-27 | 1 | -4/+11 |
* | daemon: prepare for multiple services. | Junio C Hamano | 2006-08-27 | 1 | -7/+106 |
* | Merge branch 'ts/daemon' | Junio C Hamano | 2006-08-27 | 1 | -4/+45 |
|\ |
|
| * | Added support for dropping privileges to git-daemon. | Tilman Sauerbeck | 2006-08-22 | 1 | -4/+45 |
* | | Use xrealloc instead of realloc | Jonas Fonseca | 2006-08-26 | 1 | -6/+1 |
|/ |
|
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -10/+10 |
* | daemon: documentation for --reuseaddr, --detach and --pid-file | Matthias Lederhofer | 2006-07-27 | 1 | -1/+1 |
* | daemon: new option --detach to run git-daemon in background | Matthias Lederhofer | 2006-07-13 | 1 | -1/+28 |
* | daemon: new option --pid-file=<path> to store the pid | Matthias Lederhofer | 2006-07-13 | 1 | -0/+17 |
* | daemon: if one of the standard fds is missing open it to /dev/null | Matthias Lederhofer | 2006-07-13 | 1 | -0/+14 |
* | daemon: use a custom die routine with syslog | Matthias Lederhofer | 2006-07-13 | 1 | -8/+11 |
* | Make some strings const | Timo Hirvonen | 2006-06-28 | 1 | -2/+2 |
* | Merge branch 'jc/upload-corrupt' into next | Junio C Hamano | 2006-06-21 | 1 | -1/+1 |
|\ |
|
| * | daemon: send stderr to /dev/null instead of closing. | Junio C Hamano | 2006-06-21 | 1 | -1/+1 |
* | | Merge branch 'master' into next | Junio C Hamano | 2006-06-21 | 1 | -24/+34 |
|\ \
| |/ |
|
| * | Log peer address when git-daemon called from inetd | David Woodhouse | 2006-06-20 | 1 | -24/+34 |
* | | Restore SIGCHLD to SIG_DFL where we care about waitpid(). | Junio C Hamano | 2006-06-19 | 1 | -0/+5 |
|/ |
|
* | Refactor git_tcp_connect() functions a little. | Jon Loeliger | 2006-06-06 | 1 | -2/+7 |
* | socksetup: don't return on set_reuse_addr() error | Serge E. Hallyn | 2006-04-18 | 1 | -1/+1 |
* | daemon: extend user-relative path notation. | Junio C Hamano | 2006-02-05 | 1 | -7/+42 |
* | daemon: Set SO_REUSEADDR on listening sockets. | Mark Wooding | 2006-02-05 | 1 | -1/+26 |
* | daemon: do not forbid user relative paths unconditionally under --base-path | Junio C Hamano | 2006-02-05 | 1 | -4/+8 |
* | daemon: Provide missing argument for logerror() call. | Mark Wooding | 2006-02-03 | 1 | -1/+1 |
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 | 1 | -1/+2 |
* | git-daemon --base-path | Petr Baudis | 2006-01-07 | 1 | -1/+20 |