git-tar-tree: no more void pointer arithmetic
[git.git] / daemon.c
2005-09-30 Pavel Roskin[PATCH] Make logerror() and loginfo() static
2005-09-29 Peter AnvinMerge with master.kernel.org:/pub/scm/git/git.git
2005-09-29 Peter AnvinMerge ... www.kernel.org/pub/scm/git/git.git
2005-09-29 Peter AnvinRemove variables not needed when using poll
2005-09-29 Peter AnvinNO_IPV6 support for git daemon
2005-09-28 Junio C HamanoMerge master.kernel.org:/home/hpa/git/daemon
2005-09-27 H. Peter AnvinMerge ... git+ssh://kernel.org/pub/scm/git/git.git
2005-09-27 H. Peter AnvinRestore chdir(".git")
2005-09-27 H. Peter AnvinSupport a modicum of path validation, and allow an...
2005-09-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-25 Junio C HamanoMerge branch 'fixes'
2005-09-24 Petr Baudis[PATCH] Rename daemon.c's lognotice() to loginfo()
2005-09-24 Petr Baudis[PATCH] git-daemon --syslog to log through syslog
2005-09-24 Junio C Hamanodaemon.c: pid_t is not int.
2005-09-24 Junio C HamanoMerge 'fixes' branch.
2005-09-23 Junio C HamanoMerge branch 'fixes'
2005-09-23 Petr Baudis[PATCH] Verbose git-daemon logging
2005-09-12 Junio C HamanoMerge branch 'master' of .
2005-09-12 Junio C HamanoUse int instead of socklen_t
2005-09-08 lars.doelle@on-line.de[PATCH] git-daemon --inetd
2005-08-30 Junio C HamanoMerge refs/heads/master from paulus
2005-08-29 Junio C HamanoMerge refs/heads/master from .
2005-08-29 Junio C HamanoMerge refs/heads/portable from cs.berkeley.edu/~ejr...
2005-08-24 Jason RiedyInclude sys/time.h in daemon.c.
2005-08-19 Junio C HamanoMerge from gitk
2005-08-18 Junio C HamanoMerge with gitk --parents change.
2005-08-18 Junio C HamanoMerge with gitk
2005-08-12 Junio C HamanoMerge with gitk.
2005-08-10 Junio C HamanoMerge with gitk.
2005-08-09 Junio C HamanoMerge with gitk.
2005-08-08 Junio C HamanoMerge with gitk.
2005-08-07 Junio C HamanoMerge with gitk.
2005-08-06 Junio C HamanoMerge with gitk.
2005-08-05 Junio C HamanoMerge with gitk.
2005-08-05 Junio C Hamanodaemon.c: squelch error message from EINTR
2005-08-01 Linus Torvalds[PATCH] Fix sparse warnings
2005-07-31 Junio C HamanoMerge with gitk.
2005-07-29 Junio C HamanoMerge with gitk.
2005-07-28 YOSHIFUJI Hideaki[PATCH] GIT: Listen on IPv6 as well, if available.
2005-07-18 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-16 Linus TorvaldsBe slightly smarter about git-daemon client shutdown
2005-07-16 Linus Torvaldsgit-daemon: actually remember the children we have...
2005-07-16 Linus Torvaldsgit-daemon: keep track of children
2005-07-15 Linus TorvaldsAdd "--inetd" flag to git-daemon
2005-07-15 Linus Torvaldsgit-daemon: re-organize code a bit for --inetd flag
2005-07-14 Linus TorvaldsAdd a "git-daemon" that listens on a TCP port