summaryrefslogtreecommitdiff
path: root/src/modules/module-zeroconf-publish.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-07module: Remove redundant core argument from pa_module_unload()Kiran Krishnappa1-1/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-04-17Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen1-10/+3
2014-03-28zeroconf-publish: Don't assume any particular defer event orderingTanu Kaskinen1-4/+15
2014-03-24zeroconf-publish: Don't react to messages while shutting downTanu Kaskinen1-5/+10
2014-03-24zeroconf-publish: Add locking around pa_mainloop_api_once()Tanu Kaskinen1-0/+2
2013-09-17hashmap: Add the ability to free keysArun Raghavan1-2/+2
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-8/+8
2013-06-18zeroconf: Fix pa_mainloop_api_once usageArun Raghavan1-3/+15
2013-06-04zeroconf: Make Avahi usage in m-z-publish asyncArun Raghavan1-84/+216
2013-02-16hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen1-12/+6
2011-06-22Remove unnecessary #includesMaarten Bosmans1-3/+0
2009-05-01zeroconf: properly unref native protocol objectLennart Poettering1-0/+3
2009-04-30zeroconf: use pa_get_{user|host}_name_malloc() where applicableLennart Poettering1-8/+14
2009-04-30zeroconf: copy more sink/source properties into DNS-SD TXT dataLennart Poettering1-7/+34
2009-04-30zeroconf: computer native protocol port automaticallyLennart Poettering1-13/+32
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering1-1/+1
2008-06-27modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-11merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering1-6/+6
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-8/+8
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-4/+5
2007-10-29don't announce monitor sourcesLennart Poettering1-5/+5
2007-10-29ignore network sinks/sourcesLennart Poettering1-3/+18
2007-10-29publish dns-sd subtypes to allow distinction of virtual, hardware and monitor...Lennart Poettering1-7/+65
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-343/+226
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-54/+54
2006-08-18remove all occurences of Lennart Poettering1-11/+11
2006-08-15use the description field of sinks/sources to name the zeroconf services, ins...Lennart Poettering1-5/+5
2006-08-13fix a segfault when registering a service with avahi failsLennart Poettering1-9/+22
2006-08-11don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering1-1/+2
2006-07-13update module-zeroconf-publish to make use of the native AVAHI API, instead o...Lennart Poettering1-127/+299
2006-06-19* more s/pulseaudio/PulseAudio/ replacementsLennart Poettering1-3/+3
2006-06-19big s/polyp/pulse/gLennart Poettering1-19/+19
2006-05-31remove superfluous prefixes from service namesLennart Poettering1-2/+2
2006-05-22add missing #includeLennart Poettering1-0/+1
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-1/+1
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-7/+7
2006-02-22revive howl supportLennart Poettering1-36/+29
2006-02-17Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman1-3/+5
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+508