| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [PATCH] daemon.c and path.enter_repo(): revamp path validation. | Junio C Hamano | 2005-12-03 | 1 | -4/+60 |
* | git-daemon not listening when compiled with -DNO_IPV6 | Paul Serice | 2005-11-21 | 1 | -0/+6 |
* | daemon: further tweaks. | Junio C Hamano | 2005-11-21 | 1 | -16/+12 |
* | git-daemon support for user-relative paths. | Andreas Ericsson | 2005-11-21 | 1 | -82/+54 |
* | daemon.c: fix arg parsing bugs | Andreas Ericsson | 2005-11-16 | 1 | -2/+6 |
* | git-daemon: --inetd implies --syslog | Andreas Ericsson | 2005-11-15 | 1 | -2/+3 |
* | fix daemon.c to compile on OpenBSD | Randal L. Schwartz | 2005-10-25 | 1 | -2/+2 |
* | Merge branch 'fixes' | Junio C Hamano | 2005-10-20 | 1 | -6/+6 |
|\ |
|
| * | daemon.c: remove trailing whitespace. | Junio C Hamano | 2005-10-20 | 1 | -2/+2 |
* | | Fix git-daemon argument-parsing bug | H. Peter Anvin | 2005-10-20 | 1 | -1/+1 |
* | | git-daemon poll() spinning out of control | Jens Axboe | 2005-10-20 | 1 | -1/+1 |
* | | git-daemon: timeout, eliminate double DWIM | H. Peter Anvin | 2005-10-19 | 1 | -2/+19 |
* | | revised^2: git-daemon extra paranoia, and path DWIM | H. Peter Anvin | 2005-10-18 | 1 | -21/+57 |
* | | Create object subdirectories on demand | Linus Torvalds | 2005-10-08 | 1 | -1/+1 |
* | | Move signal setting into service_loop() | H. Peter Anvin | 2005-09-30 | 1 | -2/+2 |
* | | socklen_t is unsigned int on most Linux platforms | H. Peter Anvin | 2005-09-30 | 1 | -1/+1 |
* | | Use xmalloc/xcalloc | H. Peter Anvin | 2005-09-30 | 1 | -6/+2 |
* | | Don't need <alloca.h> | H. Peter Anvin | 2005-09-30 | 1 | -1/+0 |
* | | Merge with master.kernel.org:/pub/scm/git/git.git | H. Peter Anvin | 2005-09-30 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | [PATCH] Make logerror() and loginfo() static | Pavel Roskin | 2005-09-29 | 1 | -2/+2 |
* | | Remove variables not needed when using poll | Peter Anvin | 2005-09-28 | 1 | -4/+0 |
* | | NO_IPV6 support for git daemon | Peter Anvin | 2005-09-28 | 1 | -16/+75 |
|/ |
|
* | Restore chdir(".git") | H. Peter Anvin | 2005-09-27 | 1 | -0/+2 |