summaryrefslogtreecommitdiff
path: root/mdns_tinysvcmdns.c
Commit message (Collapse)AuthorAge
* Initial shot at tidying up the avahi monitoring for DACP Id port information ↵Mike Brady2018-12-08
| | | | to make it survive abnormal temrination of play sessions.
* Add avahi code to look for the rmeote control information for the client and ↵Mike Brady2017-10-05
| | | | get the port number from it.
* Clang FormatMike Brady2017-02-11
|
* Add a new setting to specify the interface the service should be provided on.Mike Brady2017-02-05
|
* Tidy up with a clang-formatMike Brady2016-09-11
|
* Check for null regtypemike2016-04-25
|
* Add ability to change regtype; clean up some diagnostic messages.Mike Brady2016-04-01
|
* Fix compilation bug -- did not replace meta_dir with metadata_enabled in a ↵Mike Brady2015-09-21
| | | | few places
* Reformat using clang-format.Mke Brady2015-06-01
|
* Make metadata support a compile-time option. Clean up a few definitions.Mke Brady2015-04-03
|
* Reinistate after bugfix: Change bonjour advertisement if metadata sought, ↵Mke Brady2015-02-26
| | | | add sender name metadata, use own base64 encoder
* Revert "Change bonjour advertisement if metadata sought, add sender name ↵Mke Brady2015-02-25
| | | | | | | | metadata, use own base64 encoder" This reverts commit 7d339b1b37a62bdccb2f81083514170674c8805d. UNstable partial updates.
* Change bonjour advertisement if metadata sought, add sender name metadata, ↵Mike Brady2015-02-25
| | | | use own base64 encoder
* Add .local to hostname if it's not already there. Honour the timings ↵Mke Brady2014-11-28
| | | | suggested in RFC 6762 Section 10.
* Add .local to name if not already there.Mke Brady2014-11-26
|
* Seems to make tinysvcmdns work again...Mke Brady2014-11-24
|
* Don't remember this -- seems a little extra error checking is done.Mike Brady2014-04-30
|
* mdns_tinysvcmdns: fix on BSDsJames Laird2013-10-23
|
* Add a new mDNS backend based on tinysvcmdnsPaul Lietar2013-10-22
This backend allows shairport to run without having a heavy daemon such as avahi or mDNSResponder running in the background. ipv6 support is more or less experimental right now.