summaryrefslogtreecommitdiff
path: root/src/modules/module-zeroconf-discover.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-1/+1
The previous patch removed module-gconf's dependency on the userdata pointer of the free callback, and that was the only place where the userdata pointer of pa_free2_cb_t was used, so now there's no need for pa_free2_cb_t in pa_hashmap_free(). Using pa_free_cb_t instead allows removing a significant amount of repetitive code.
2012-06-09modules: Use pa_streq instead of strcmp.Arti Trivedi Bora1-5/+5
2011-06-22Remove unnecessary #includesMaarten Bosmans1-5/+0
2009-04-04various spelling fixesMaarten Bosmans1-1/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-21introduce default channel map in addition to the default sample specLennart Poettering1-1/+1
2008-12-17unload tunnel modules from a new stack frameLennart Poettering1-2/+2
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-2/+2
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering1-5/+5
2008-06-18make user of pa_channel_map_init_extend() wherever it makes senseLennart Poettering1-6/+3
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-12Trivial typo fix in debug log message.Colin Guthrie1-1/+1
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2521 fefdeb5f-60dc-0310-8127-8f9354f1896f
2008-02-13deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering1-1/+4
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2105 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-11-09tag modules that may only be loaded once at most especially, and enforce ↵Lennart Poettering1-3/+4
that in the module loader git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2043 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-10-29keep track of configured tunnels and make sure to unload them when they ↵Lennart Poettering1-11/+112
disappear from zeroconf again git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1991 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-10-29add new module module-zeroconf-discoverLennart Poettering1-0/+338
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1983 fefdeb5f-60dc-0310-8127-8f9354f1896f