From: William King <quentusrex@gmail.com>
To: git@vger.kernel.org
Subject: Git SRV support for clients
Date: Thu, 13 Jan 2011 20:57:52 -0800 [thread overview]
Message-ID: <4D2FD7D0.6010204@gmail.com> (raw)
Is there any interest, other than mine, for SRV client support for git?
I looked into the code and it appears that SRV support could be enabled
by a patch in the file connect.c, in the function
git_tcp_connect_sock(). If the getaddrinfo() call were to be replaced
with an api call that supports SRV records.
I looked into udns which is cross platform, and async(which would allow
a SRV lookup as well as an A record lookup at the same time to avoid the
'long first query SRV issue').
Any thoughts?
-William King
reply other threads:[~2011-01-14 4:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D2FD7D0.6010204@gmail.com \
--to=quentusrex@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.