summaryrefslogtreecommitdiff
path: root/src/zeroconf.c
AgeCommit message (Expand)Author
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