aboutsummaryrefslogtreecommitdiffstats
path: root/src/ZeroconfAvahi.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-28include cleanup using iwyuMax Kellermann1-3/+0
2013-11-04Log: add level "DEFAULT"Max Kellermann1-8/+8
2013-10-19*: use nullptr instead of NULLMax Kellermann1-9/+9
2013-10-18ZeroconfAvahi: convert avahiRunning to a "bool"Max Kellermann1-6/+6
2013-10-18ZeroconfAvahi: integrate into the EventLoopMax Kellermann1-25/+7
2013-10-02Log: new logging library APIMax Kellermann1-36/+52
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann1-2/+2
2013-08-10ZeroconfAvahi: disable Avahi with epollMax Kellermann1-0/+1
2013-08-10EventLoop: new implementation using epollMax Kellermann1-0/+11
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-2/+2
2013-01-27ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new()Max Kellermann1-2/+4
2013-01-27zeroconf: convert to C++Max Kellermann1-6/+10
2013-01-16zeroconf-avahi: eliminate "goto"Max Kellermann1-6/+1
2013-01-03listen: convert to C++Max Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-1/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-4/+5
2009-02-24listen: no CamelCaseMax Kellermann1-1/+1
2009-01-03don't include utils.h when it isn't usedMax Kellermann1-1/+0
2008-12-30main: use the GLib main loopMax Kellermann1-228/+13
2008-12-30zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.cMax Kellermann1-188/+42
2008-12-30zeroconf: fail if avahi service name is invalidMax Kellermann1-8/+4
2008-12-29pcm: use GLib loggingMax Kellermann1-43/+42
2008-12-29removed os_compat.hMax Kellermann1-3/+2
2008-11-24zeroconf.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-4/+6
2008-10-17Makefile.am: don't compile disabled sourcesMax Kellermann1-4/+0
2008-08-26enable -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