| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Support a modicum of path validation, and allow an export all trees option. | H. Peter Anvin | 2005-09-26 | 1 | -5/+67 |
* | [PATCH] Rename daemon.c's lognotice() to loginfo() | Petr Baudis | 2005-09-24 | 1 | -3/+3 |
* | [PATCH] git-daemon --syslog to log through syslog | Petr Baudis | 2005-09-24 | 1 | -7/+27 |
* | daemon.c: pid_t is not int. | Junio C Hamano | 2005-09-23 | 1 | -1/+1 |
* | [PATCH] Verbose git-daemon logging | Petr Baudis | 2005-09-22 | 1 | -4/+90 |
* | Use int instead of socklen_t | Junio C Hamano | 2005-09-11 | 1 | -4/+4 |
* | [PATCH] git-daemon --inetd | lars.doelle@on-line.de | 2005-09-07 | 1 | -1/+3 |
* | Include sys/time.h in daemon.c. | Jason Riedy | 2005-08-23 | 1 | -0/+1 |
* | daemon.c: squelch error message from EINTR | Junio C Hamano | 2005-08-05 | 1 | -2/+5 |
* | [PATCH] Fix sparse warnings | Linus Torvalds | 2005-08-01 | 1 | -2/+2 |
* | [PATCH] GIT: Listen on IPv6 as well, if available. | YOSHIFUJI Hideaki | 2005-07-27 | 1 | -31/+100 |
* | Be slightly smarter about git-daemon client shutdown | Linus Torvalds | 2005-07-15 | 1 | -20/+38 |
* | git-daemon: actually remember the children we have outstanding | Linus Torvalds | 2005-07-15 | 1 | -21/+121 |
* | git-daemon: keep track of children | Linus Torvalds | 2005-07-15 | 1 | -1/+43 |
* | Add "--inetd" flag to git-daemon | Linus Torvalds | 2005-07-15 | 1 | -1/+11 |
* | git-daemon: re-organize code a bit for --inetd flag | Linus Torvalds | 2005-07-15 | 1 | -10/+10 |
* | Add a "git-daemon" that listens on a TCP port | Linus Torvalds | 2005-07-13 | 1 | -0/+117 |