Commit Graph

60 Commits

Author SHA1 Message Date
Alexander Solovyov
505e1dc92b zeroconf: don't allow ipv6 addresses 2009-02-15 20:18:29 +02:00
David Soria Parra
d577bf3e66 zeroconf: add extension documentation 2009-01-05 20:49:12 +01:00
Augie Fackler
1d62e6146e zeroconf: Don't break serve if no internet connection is present. 2008-10-29 18:54:46 -05:00
Benoit Boissinot
0ea9205c93 fix zeroconf handling for hgwebdir (error found by pychecker) 2008-10-28 20:23:22 +01:00
Benoit Boissinot
ea7fe6dacc remove unused variables 2008-10-28 19:25:26 +01:00
Matt Mackall
6ccb6c0637 zeroconf: don't break on hg showconfig 2008-10-24 11:35:47 -05:00
Matt Mackall
e564d351f3 extensions: use new wrapper functions 2008-10-22 17:34:52 -05:00
Matt Mackall
37121b48f9 zeroconf: advertise a proper hostname for _hg services 2008-10-12 15:21:08 -05:00
Matt Mackall
84b350fc7d zeroconf: use only first part of hostname for building local name 2008-10-12 15:21:08 -05:00
Matt Mackall
dd40e6aca7 zeroconf: initial implementation
This is a basic, hopefully portable, zeroconf extension.

Enabling it will allow hg paths/pull/push/clone/etc. to automatically
discover services advertised as "_hg".

And naturally, running hg serve will advertise itself as a "_hg"
service as well as a "_http" service for use by browsers.
2008-10-08 19:58:35 -05:00