| Commit message (Expand) | Author | Age | Files | Lines |
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 1 | -0/+1 |
* | zeroconf: eliminated strlen() usage from initZeroconf() | Max Kellermann | 2008-12-30 | 1 | -3/+1 |
* | zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.c | Max Kellermann | 2008-12-30 | 1 | -555/+3 |
* | zeroconf: fail if avahi service name is invalid | Max Kellermann | 2008-12-30 | 1 | -8/+4 |
* | pcm: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -43/+42 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -3/+2 |
* | zeroconf.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 2008-11-24 | 1 | -4/+6 |
* | Makefile.am: don't compile disabled sources | Max Kellermann | 2008-10-17 | 1 | -4/+0 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -4/+5 |
* | zeroconf: reformat (with mpd-indent.sh + manual tweaks) | Eric Wong | 2008-01-03 | 1 | -221/+245 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -5/+1 |
* | conf: improved boolean config parameter handling from -ke | Eric Wong | 2007-09-05 | 1 | -4/+2 |
* | zeroconf: avoid passing NULLs to Avahi *_free() routines | Eric Wong | 2007-09-02 | 1 | -4/+6 |
* | Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we can | J. Alexander Treuman | 2007-06-03 | 1 | -0/+2 |
* | Oops, forgot to test that last bool commit. Fixing an error and warning. | J. Alexander Treuman | 2007-06-03 | 1 | -4/+4 |
* | Making some bool options more consistent. | J. Alexander Treuman | 2007-06-03 | 1 | -5/+12 |
* | allow zeroconf to be disabled. | Patrik Weiskircher | 2007-06-03 | 1 | -0/+9 |
* | Adding a missing include. | J. Alexander Treuman | 2007-06-02 | 1 | -0/+1 |
* | Added Bonjour zeroconf support. This works now natively on MacOS X. | Patrik Weiskircher | 2007-06-02 | 1 | -10/+106 |
* | Removing the getBoundPort() function and just making boundPort an extern. | J. Alexander Treuman | 2007-06-01 | 1 | -1/+1 |
* | Changing "//" comments to "/* */" comments. | J. Alexander Treuman | 2007-05-15 | 1 | -1/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | avahi: malloc => xmalloc | Eric Wong | 2007-01-14 | 1 | -2/+3 |
* | avahi: use #ifdef instead of #if because AVAHI may not be defined at all | Eric Wong | 2007-01-14 | 1 | -2/+2 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -4/+4 |
* | zeroconf: avoid mixing declarations and code | Eric Wong | 2007-01-14 | 1 | -15/+19 |
* | Added zeroconf service publishing using avahi | Jim Ramsay | 2007-01-11 | 1 | -0/+493 |