summaryrefslogtreecommitdiff
path: root/src/modules/module-zeroconf-discover.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-1/+1
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
2008-02-13deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering1-1/+4
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-3/+4
2007-10-29keep track of configured tunnels and make sure to unload them when they disap...Lennart Poettering1-11/+112
2007-10-29add new module module-zeroconf-discoverLennart Poettering1-0/+338