aboutsummaryrefslogtreecommitdiff
path: root/src/zeroconf.c
Commit message (Expand)AuthorAge
* zeroconf: skip initialisation if there is no portMax Kellermann2012-02-13
* copyright year 2011Max Kellermann2011-01-29
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* all: Update copyright header.Avuton Olrich2009-03-13
* zeroconf: corrected default service name usageMax Kellermann2009-01-27
* use config_get_string() instead of config_get_param()Max Kellermann2009-01-25
* conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann2009-01-17
* conf: no CamelCase, part IMax Kellermann2009-01-17
* added missing explicit config.h includesMax Kellermann2009-01-08
* zeroconf: eliminated strlen() usage from initZeroconf()Max Kellermann2008-12-30
* zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.cMax Kellermann2008-12-30
* zeroconf: fail if avahi service name is invalidMax Kellermann2008-12-30
* pcm: use GLib loggingMax Kellermann2008-12-29
* removed os_compat.hMax Kellermann2008-12-29
* zeroconf.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* Makefile.am: don't compile disabled sourcesMax Kellermann2008-10-17
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* zeroconf: reformat (with mpd-indent.sh + manual tweaks)Eric Wong2008-01-03
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* conf: improved boolean config parameter handling from -keEric Wong2007-09-05
* zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong2007-09-02
* Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we canJ. Alexander Treuman2007-06-03
* Oops, forgot to test that last bool commit. Fixing an error and warning.J. Alexander Treuman2007-06-03
* Making some bool options more consistent.J. Alexander Treuman2007-06-03
* allow zeroconf to be disabled.Patrik Weiskircher2007-06-03
* Adding a missing include.J. Alexander Treuman2007-06-02
* Added Bonjour zeroconf support. This works now natively on MacOS X.Patrik Weiskircher2007-06-02
* Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman2007-06-01
* Changing "//" comments to "/* */" comments.J. Alexander Treuman2007-05-15
* The massive copyright updateAvuton Olrich2007-04-05
* avahi: malloc => xmallocEric Wong2007-01-14
* avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong2007-01-14
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* zeroconf: avoid mixing declarations and codeEric Wong2007-01-14
* Added zeroconf service publishing using avahiJim Ramsay2007-01-11