summaryrefslogtreecommitdiff
path: root/mdns.c
Commit message (Expand)AuthorAge
* Fix the build on macOSBrian Olsen2019-05-02
* make mdns-external-avahi a conditional compilationMike Brady2019-02-05
* Include the mdns_external interface even if avahi is not included.Mike Brady2019-02-04
* Initial shot at tidying up the avahi monitoring for DACP Id port information ...Mike Brady2018-12-08
* Many changes to compilation and linking flags. Stop using HAVE_* flags except...Mike Brady2018-09-09
* Move to using pthread_cancel in place of pthread_kill -- due to a problem in ...Mike Brady2018-05-17
* Move to using pthread_cancel in place of pthread_kill -- due to a problem in ...Mike Brady2018-05-17
* quieten message when dacp scanner does downMike Brady2018-04-16
* Allow for an actual NULL DACP-ID stringMike Brady2018-04-11
* Use snprintf in place of sprintf.Mike Brady2018-04-08
* Make scanning for DACP port part of the dacp handler. Only emit 'clip' and 's...Mike Brady2018-03-31
* IntermediateMike Brady2017-12-02
* Some spring cleaning using clang-formatMike Brady2017-10-05
* Add avahi code to look for the rmeote control information for the client and ...Mike Brady2017-10-05
* Tidy up with a clang-formatMike Brady2016-09-11
* rename apname to service_nameMike Brady2016-05-21
* Reformat using clang-format.Mke Brady2015-06-01
* Fix harmless memory leakMike Brady2015-02-26
* Completely remove entries for mDNS backends that are not included.Mike Brady2014-09-07
* Add support for removing tinysvcmdnsMike Brady2014-08-24
* Add a new mDNS backend which uses mDNSResponderPaul Lietar2013-10-22
* Add a new mDNS backend based on tinysvcmdnsPaul Lietar2013-10-22
* Add a command-line option to force the mDNS backendPaul Lietar2013-10-22
* Reorganize mDNS advertisementPaul Lietar2013-10-22
* add native avahi-client supportJames Laird2013-06-04
* die/warn functions now have implicit newline at the endJames Laird2013-06-04
* mdns: die iff the MDNS advertising process diesJames Laird2013-06-04
* whitespace fixesJames Laird2013-05-14
* mdns: NULL-terminate argv listsJames Laird2013-04-01
* Add copyright notices.James Laird2013-04-01
* rewrite: add mDNS registrationJames Laird2013-04-01