GIT 0.99.8
[gitweb.git] / daemon.c
2005-09-30 [PATCH] Make logerror() and loginfo() static
2005-09-28 Merge master.kernel.org:/home/hpa/git/daemon
2005-09-27 Merge ... git+ssh://kernel.org/pub/scm/git/git.git
2005-09-27 Restore chdir(".git")
2005-09-27 Support a modicum of path validation, and allow an...
2005-09-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-25 Merge branch 'fixes'
2005-09-24 [PATCH] Rename daemon.c's lognotice() to loginfo()
2005-09-24 [PATCH] git-daemon --syslog to log through syslog
2005-09-24 daemon.c: pid_t is not int.
2005-09-24 Merge 'fixes' branch.
2005-09-23 Merge branch 'fixes'
2005-09-23 [PATCH] Verbose git-daemon logging
2005-09-12 Merge branch 'master' of .
2005-09-12 Use int instead of socklen_t
2005-09-08 [PATCH] git-daemon --inetd
2005-08-30 Merge refs/heads/master from paulus
2005-08-29 Merge refs/heads/master from .
2005-08-29 Merge refs/heads/portable from cs.berkeley.edu/~ejr...
2005-08-24 Include sys/time.h in daemon.c.
2005-08-19 Merge from gitk
2005-08-18 Merge with gitk --parents change.
2005-08-18 Merge with gitk
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-09 Merge with gitk.
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 Merge with gitk.
2005-08-05 Merge with gitk.
2005-08-05 daemon.c: squelch error message from EINTR
2005-08-01 [PATCH] Fix sparse warnings
2005-07-31 Merge with gitk.
2005-07-29 Merge with gitk.
2005-07-28 [PATCH] GIT: Listen on IPv6 as well, if available.
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-16 Be slightly smarter about git-daemon client shutdown
2005-07-16 git-daemon: actually remember the children we have...
2005-07-16 git-daemon: keep track of children
2005-07-15 Add "--inetd" flag to git-daemon
2005-07-15 git-daemon: re-organize code a bit for --inetd flag
2005-07-14 Add a "git-daemon" that listens on a TCP port