Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-16 | hashmap: Use pa_free_cb_t instead of pa_free2_cb_t | Tanu Kaskinen | 1 | -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-09 | modules: Use pa_streq instead of strcmp. | Arti Trivedi Bora | 1 | -5/+5 | |
2011-06-22 | Remove unnecessary #includes | Maarten Bosmans | 1 | -5/+0 | |
2009-04-04 | various spelling fixes | Maarten Bosmans | 1 | -1/+1 | |
2009-03-03 | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 1 | -1/+1 | |
2009-02-21 | introduce default channel map in addition to the default sample spec | Lennart Poettering | 1 | -1/+1 | |
2008-12-17 | unload tunnel modules from a new stack frame | Lennart Poettering | 1 | -2/+2 | |
2008-08-19 | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 1 | -2/+2 | |
2008-08-05 | fix shutdown when --disallow-module-loading=1 is passed | Lennart Poettering | 1 | -5/+5 | |
2008-06-18 | make user of pa_channel_map_init_extend() wherever it makes sense | Lennart Poettering | 1 | -6/+3 | |
2008-06-18 | get rid of svn $ keywords | Lennart Poettering | 1 | -2/+0 | |
2008-06-12 | Trivial typo fix in debug log message. | Colin Guthrie | 1 | -1/+1 | |
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2521 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
2008-02-13 | deal with a possibly failing pa_channel_map_init_auto() correctly | Lennart Poettering | 1 | -1/+4 | |
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2105 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
2007-11-09 | tag modules that may only be loaded once at most especially, and enforce ↵ | Lennart Poettering | 1 | -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-29 | keep track of configured tunnels and make sure to unload them when they ↵ | Lennart Poettering | 1 | -11/+112 | |
disappear from zeroconf again git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1991 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
2007-10-29 | add new module module-zeroconf-discover | Lennart Poettering | 1 | -0/+338 | |
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1983 fefdeb5f-60dc-0310-8127-8f9354f1896f |