| Commit message (Expand) | Author | Age |
* | prefixcmp(): fix-up mechanical conversion. | Junio C Hamano | 2007-02-20 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | git-daemon: Avoid leaking the listening sockets into child processes. | Alexandre Julliard | 2007-02-14 |
* | Assorted typo fixes | Pavel Roskin | 2007-02-03 |
* | git-push through git protocol | Linus Torvalds | 2007-01-28 |
* | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 2007-01-08 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 |
* | daemon: do not die on older clients. | Junio C Hamano | 2006-10-23 |
* | fix daemon.c compilation for NO_IPV6=1 | Alex Riesen | 2006-09-28 |
* | daemon: default to 256 for HOST_NAME_MAX if it is not defined | Johannes Schindelin | 2006-09-28 |
* | Removed memory leaks from interpolation table uses. | Jon Loeliger | 2006-09-27 |
* | Cleaned up git-daemon virtual hosting support. | Jon Loeliger | 2006-09-27 |
* | Add virtualization support to git-daemon | Jon Loeliger | 2006-09-20 |
* | Add git-upload-archive | Franck Bui-Huu | 2006-09-09 |
* | Revert "daemon: add upload-tar service." | Junio C Hamano | 2006-09-07 |
* | daemon: add upload-tar service. | Junio C Hamano | 2006-08-27 |
* | daemon: prepare for multiple services. | Junio C Hamano | 2006-08-27 |
* | Merge branch 'ts/daemon' | Junio C Hamano | 2006-08-27 |
|\ |
|
| * | Added support for dropping privileges to git-daemon. | Tilman Sauerbeck | 2006-08-22 |
* | | Use xrealloc instead of realloc | Jonas Fonseca | 2006-08-26 |
|/ |
|
* | remove unnecessary initializations | David Rientjes | 2006-08-15 |
* | daemon: documentation for --reuseaddr, --detach and --pid-file | Matthias Lederhofer | 2006-07-27 |
* | daemon: new option --detach to run git-daemon in background | Matthias Lederhofer | 2006-07-13 |
* | daemon: new option --pid-file=<path> to store the pid | Matthias Lederhofer | 2006-07-13 |
* | daemon: if one of the standard fds is missing open it to /dev/null | Matthias Lederhofer | 2006-07-13 |
* | daemon: use a custom die routine with syslog | Matthias Lederhofer | 2006-07-13 |
* | Make some strings const | Timo Hirvonen | 2006-06-28 |
* | Merge branch 'jc/upload-corrupt' into next | Junio C Hamano | 2006-06-21 |
|\ |
|
| * | daemon: send stderr to /dev/null instead of closing. | Junio C Hamano | 2006-06-21 |
* | | Merge branch 'master' into next | Junio C Hamano | 2006-06-21 |
|\ \
| |/ |
|
| * | Log peer address when git-daemon called from inetd | David Woodhouse | 2006-06-20 |
* | | Restore SIGCHLD to SIG_DFL where we care about waitpid(). | Junio C Hamano | 2006-06-19 |
|/ |
|
* | Refactor git_tcp_connect() functions a little. | Jon Loeliger | 2006-06-06 |
* | socksetup: don't return on set_reuse_addr() error | Serge E. Hallyn | 2006-04-18 |
* | daemon: extend user-relative path notation. | Junio C Hamano | 2006-02-05 |
* | daemon: Set SO_REUSEADDR on listening sockets. | Mark Wooding | 2006-02-05 |
* | daemon: do not forbid user relative paths unconditionally under --base-path | Junio C Hamano | 2006-02-05 |
* | daemon: Provide missing argument for logerror() call. | Mark Wooding | 2006-02-03 |
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 |
* | git-daemon --base-path | Petr Baudis | 2006-01-07 |
* | [PATCH] daemon.c and path.enter_repo(): revamp path validation. | Junio C Hamano | 2005-12-03 |
* | git-daemon not listening when compiled with -DNO_IPV6 | Paul Serice | 2005-11-21 |
* | daemon: further tweaks. | Junio C Hamano | 2005-11-21 |
* | git-daemon support for user-relative paths. | Andreas Ericsson | 2005-11-21 |
* | daemon.c: fix arg parsing bugs | Andreas Ericsson | 2005-11-16 |
* | git-daemon: --inetd implies --syslog | Andreas Ericsson | 2005-11-15 |
* | fix daemon.c to compile on OpenBSD | Randal L. Schwartz | 2005-10-25 |
* | Merge branch 'fixes' | Junio C Hamano | 2005-10-20 |
|\ |
|
| * | daemon.c: remove trailing whitespace. | Junio C Hamano | 2005-10-20 |
* | | Fix git-daemon argument-parsing bug | H. Peter Anvin | 2005-10-20 |