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