]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Cleaned up git-daemon virtual hosting support.
authorJon Loeliger <jdl@jdl.com>
Tue, 26 Sep 2006 14:47:43 +0000 (09:47 -0500)
committerJunio C Hamano <junkio@cox.net>
Thu, 28 Sep 2006 01:00:52 +0000 (18:00 -0700)
commitdd4676299dde0a4c6f8a471e6353170f86a78c8a
tree82c634ecf07370a2190ee40c075bb07864f455fc
parenta3f5d02edb2c1a037ed3ed8d2ebd3f3e5da9d198
Cleaned up git-daemon virtual hosting support.

Standardized on lowercase hostnames from client.

Added interpolation values for the IP address, port and
canonical hostname of the server as it is contacted and
named by the client and passed in via the extended args.

Added --listen=host_or_ipaddr option suport.  Renamed port
variable as "listen_port" correspondingly as well.

Documented mutual exclusivity of --inetd option with
    --user, --group, --listen and --port options.

Added compat/inet_pton.c from Paul Vixie as needed.

Small memory leaks need to be cleaned up still.

Signed-off-by: Jon Loeliger <jdl@jdl.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-daemon.txt
Makefile
compat/inet_pton.c [new file with mode: 0644]
daemon.c