* Git SRV support for clients
@ 2011-01-14 4:57 William King
0 siblings, 0 replies; only message in thread
From: William King @ 2011-01-14 4:57 UTC (permalink / raw)
To: git
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-14 4:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 4:57 Git SRV support for clients William King
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.