summaryrefslogtreecommitdiff
path: root/src/modules/module-match.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-04pulsecore: Move pa_core structure into its own headerArun Raghavan1-0/+1
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-1/+1
2012-10-30match: Use the SINK_INPUT_FIXATE hook instead of NEW.Tanu Kaskinen1-5/+5
2011-04-29match: Support for both merging and replacing proplist updates.Tanu Kaskinen1-37/+60
2011-04-23match: Match rule earlier, in SINK_INPUT_NEWMarc-André Lureau1-22/+13
2011-04-23match: Don't double free in case of missing table fileMarc-André Lureau1-1/+0
2011-03-18Fix up some double spacesMaarten Bosmans1-1/+1
2011-02-17Use PCRE if POSIX regex.h is not availableMaarten Bosmans1-1/+6
2010-10-15volume: Clamp volume to PA_VOLUME_MAXArun Raghavan1-1/+1
2009-10-30use pa_fopen_cloexec() where applicableLennart Poettering1-1/+1
2009-08-19sink: volume handling rework, new flat volume logicLennart Poettering1-1/+1
2009-08-19match: document how broken the module-match logic isLennart Poettering1-0/+3
2009-04-13core: introduce new 'reference' volume for sinksLennart Poettering1-1/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-05add new module-augment-properties module for augmenting properties from .desk...Lennart Poettering1-1/+0
2009-01-27when changing volume, store whether it is worth remembering or noLennart Poettering1-1/+1
2009-01-14match: add "key" argument to match different propertiesMarc-André Lureau1-2/+11
2009-01-14match: can now change properties alsoMarc-André Lureau1-11/+42
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-7/+10
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-6/+5
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-11/+16
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-13/+13
2006-08-18remove all occurences of Lennart Poettering1-5/+5
2006-07-19* add new function pa_check_in_group()Lennart Poettering1-1/+1
2006-07-19* add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering1-5/+1
2006-06-19* more s/pulseaudio/PulseAudio/ replacementsLennart Poettering1-2/+2
2006-06-19big s/polyp/pulse/gLennart Poettering1-15/+15
2006-05-25* split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering1-1/+1
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman1-1/+2
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-2/+2
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-05-17add proper locking when accessing the file match.tableLennart Poettering1-1/+6
2006-05-14* add new parameter to pa_open_config_file() to specify open modeLennart Poettering1-2/+2
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-6/+6
2006-02-16* rename polypcore/subscribe.[ch] to polypcore/core-subscribe.[ch] to avoid c...Lennart Poettering1-1/+1
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+235