Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-14 | update FSF addresses to FSF web page | Ondrej Holecek | 1 | -3/+1 | |
FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | |||||
2014-10-02 | core-util: Add pa_unset_env() | Tanu Kaskinen | 1 | -1/+1 | |
Since we already have pa_set_env(), it's nice to also have a corresponding function for unsetting environment variables. | |||||
2011-06-24 | win32: Make some unused-variable warnings go away | Maarten Bosmans | 1 | -2/+2 | |
2011-02-17 | Fix dependencies and include necessary headers | Maarten Bosmans | 1 | -0/+1 | |
2011-02-17 | Apply #ifdefs around functionality not available on win32 | Maarten Bosmans | 1 | -0/+2 | |
And also the reverse: around some win32 specific functionality | |||||
2009-09-02 | daemon: clean up environment when forking off children | Lennart Poettering | 1 | -0/+5 | |
2009-08-12 | start-child: clean up child environment a bit better | Lennart Poettering | 1 | -7/+8 | |
2008-08-19 | simplify pa_start_child_for_read by using ↵ | Lennart Poettering | 1 | -57/+3 | |
pa_close_all()/pa_reset_sigs()/pa_unblock_sigs() | |||||
2008-06-18 | get rid of svn $ keywords | Lennart Poettering | 1 | -2/+0 | |
2007-11-11 | pull code for starting helper processes out of module-gconf, clean it up, ↵ | Lennart Poettering | 1 | -0/+162 | |
and stick into a new API pa_start_child_for_read() git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2046 fefdeb5f-60dc-0310-8127-8f9354f1896f |