index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
zeroconf.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-1
/
+1
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-01-27
zeroconf: corrected default service name usage
Max Kellermann
1
-2
/
+2
2009-01-25
use config_get_string() instead of config_get_param()
Max Kellermann
1
-5
/
+1
2009-01-17
conf: use config_get_bool() instead of getBoolConfigParam()
Max Kellermann
1
-4
/
+2
2009-01-17
conf: no CamelCase, part I
Max Kellermann
1
-2
/
+2
2009-01-08
added missing explicit config.h includes
Max Kellermann
1
-0
/
+1
2008-12-30
zeroconf: eliminated strlen() usage from initZeroconf()
Max Kellermann
1
-3
/
+1
2008-12-30
zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.c
Max Kellermann
1
-555
/
+3
2008-12-30
zeroconf: fail if avahi service name is invalid
Max Kellermann
1
-8
/
+4
2008-12-29
pcm: use GLib logging
Max Kellermann
1
-43
/
+42
2008-12-29
removed os_compat.h
Max Kellermann
1
-3
/
+2
2008-11-24
zeroconf.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
1
-4
/
+6
2008-10-17
Makefile.am: don't compile disabled sources
Max Kellermann
1
-4
/
+0
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
1
-4
/
+5
2008-01-03
zeroconf: reformat (with mpd-indent.sh + manual tweaks)
Eric Wong
1
-221
/
+245
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-5
/
+1
2007-09-05
conf: improved boolean config parameter handling from -ke
Eric Wong
1
-4
/
+2
2007-09-02
zeroconf: avoid passing NULLs to Avahi *_free() routines
Eric Wong
1
-4
/
+6
2007-06-03
Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we can
J. Alexander Treuman
1
-0
/
+2
2007-06-03
Oops, forgot to test that last bool commit. Fixing an error and warning.
J. Alexander Treuman
1
-4
/
+4
2007-06-03
Making some bool options more consistent.
J. Alexander Treuman
1
-5
/
+12
2007-06-03
allow zeroconf to be disabled.
Patrik Weiskircher
1
-0
/
+9
2007-06-02
Adding a missing include.
J. Alexander Treuman
1
-0
/
+1
2007-06-02
Added Bonjour zeroconf support. This works now natively on MacOS X.
Patrik Weiskircher
1
-10
/
+106
2007-06-01
Removing the getBoundPort() function and just making boundPort an extern.
J. Alexander Treuman
1
-1
/
+1
2007-05-15
Changing "//" comments to "/* */" comments.
J. Alexander Treuman
1
-1
/
+1
2007-04-05
The massive copyright update
Avuton Olrich
1
-1
/
+1
2007-01-14
avahi: malloc => xmalloc
Eric Wong
1
-2
/
+3
2007-01-14
avahi: use #ifdef instead of #if because AVAHI may not be defined at all
Eric Wong
1
-2
/
+2
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
1
-4
/
+4
2007-01-14
zeroconf: avoid mixing declarations and code
Eric Wong
1
-15
/
+19
2007-01-11
Added zeroconf service publishing using avahi
Jim Ramsay
1
-0
/
+493