aboutsummaryrefslogtreecommitdiffstats
path: root/src/zeroconf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-4/+5
2008-01-03zeroconf: reformat (with mpd-indent.sh + manual tweaks)Eric Wong1-221/+245
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-5/+1
2007-09-05conf: improved boolean config parameter handling from -keEric Wong1-4/+2
2007-09-02zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong1-4/+6
2007-06-03Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we canJ. Alexander Treuman1-0/+2
2007-06-03Oops, forgot to test that last bool commit. Fixing an error and warning.J. Alexander Treuman1-4/+4
2007-06-03Making some bool options more consistent.J. Alexander Treuman1-5/+12
2007-06-03allow zeroconf to be disabled.Patrik Weiskircher1-0/+9
2007-06-02Adding a missing include.J. Alexander Treuman1-0/+1
2007-06-02Added Bonjour zeroconf support. This works now natively on MacOS X.Patrik Weiskircher1-10/+106
2007-06-01Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman1-1/+1
2007-05-15Changing "//" comments to "/* */" comments.J. Alexander Treuman1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14avahi: malloc => xmallocEric Wong1-2/+3
2007-01-14avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong1-2/+2
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-4/+4
2007-01-14zeroconf: avoid mixing declarations and codeEric Wong1-15/+19
2007-01-11Added zeroconf service publishing using avahiJim Ramsay1-0/+493