aboutsummaryrefslogtreecommitdiffstats
path: root/src/zeroconf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* zeroconf: corrected default service name usageMax Kellermann2009-01-271-2/+2
* use config_get_string() instead of config_get_param()Max Kellermann2009-01-251-5/+1
* conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann2009-01-171-4/+2
* conf: no CamelCase, part IMax Kellermann2009-01-171-2/+2
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
* zeroconf: eliminated strlen() usage from initZeroconf()Max Kellermann2008-12-301-3/+1
* zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.cMax Kellermann2008-12-301-555/+3
* zeroconf: fail if avahi service name is invalidMax Kellermann2008-12-301-8/+4
* pcm: use GLib loggingMax Kellermann2008-12-291-43/+42
* removed os_compat.hMax Kellermann2008-12-291-3/+2
* zeroconf.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-4/+6
* Makefile.am: don't compile disabled sourcesMax Kellermann2008-10-171-4/+0
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-4/+5
* zeroconf: reformat (with mpd-indent.sh + manual tweaks)Eric Wong2008-01-031-221/+245
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-5/+1
* conf: improved boolean config parameter handling from -keEric Wong2007-09-051-4/+2
* zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong2007-09-021-4/+6
* Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we canJ. Alexander Treuman2007-06-031-0/+2
* Oops, forgot to test that last bool commit. Fixing an error and warning.J. Alexander Treuman2007-06-031-4/+4
* Making some bool options more consistent.J. Alexander Treuman2007-06-031-5/+12
* allow zeroconf to be disabled.Patrik Weiskircher2007-06-031-0/+9
* Adding a missing include.J. Alexander Treuman2007-06-021-0/+1
* Added Bonjour zeroconf support. This works now natively on MacOS X.Patrik Weiskircher2007-06-021-10/+106
* Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman2007-06-011-1/+1
* Changing "//" comments to "/* */" comments.J. Alexander Treuman2007-05-151-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* avahi: malloc => xmallocEric Wong2007-01-141-2/+3
* avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong2007-01-141-2/+2
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-4/+4
* zeroconf: avoid mixing declarations and codeEric Wong2007-01-141-15/+19
* Added zeroconf service publishing using avahiJim Ramsay2007-01-111-0/+493