summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* fix a minor memory leak when unloading m-c-kLennart Poettering2008-06-132-3/+6
* drop hal inclusion from module-console-kit.cLennart Poettering2008-06-121-2/+0
* Trivial typo fix in debug log message.Colin Guthrie2008-06-121-1/+1
* merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering2008-06-119-34/+214
* don't exit when the XSM signals us a session exit. instead just unload all X1...Lennart Poettering2008-06-113-44/+151
* add new module-console-kit which tracks ck sessions to avoid termination when...Lennart Poettering2008-06-111-0/+334
* add new module module-position-event-sounds for positioning event sounds in s...Lennart Poettering2008-06-111-0/+167
* replace pa_atof() by pa_atod() because floats are lameLennart Poettering2008-06-111-2/+2
* never hand out more data from a sink input than requested. Otherwise the resa...Lennart Poettering2008-05-271-0/+1
* big mumbo jumo of interleaved patches.Lennart Poettering2008-05-211-1/+1
* move device volume file to state dirLennart Poettering2008-05-211-5/+6
* move default device from runtime to state dirLennart Poettering2008-05-211-2/+2
* move volume restore table from runtime to state dir, fix another compiler war...Lennart Poettering2008-05-211-2/+4
* fix a misplaced assertLennart Poettering2008-05-181-1/+1
* use pa_source_set_latency_range()/pa_sink_set_latency_range() in the ALSA dri...Lennart Poettering2008-05-171-5/+5
* use pa_source_set_latency_range()/pa_sink_set_latency_range() in the ALSA dri...Lennart Poettering2008-05-171-5/+6
* use pa_sink_set_latency_range() where applicableLennart Poettering2008-05-172-4/+2
* merge glitch-free branch back into trunkLennart Poettering2008-05-1535-1213/+3418
* merge r2186 from prepare-0.9.10Lennart Poettering2008-03-311-2/+2
* remove a redundant if checkLennart Poettering2008-03-271-2/+1
* copy originial l2ping license from bluez into bt helperLennart Poettering2008-03-271-22/+16
* Enable per-user esound sockets by default. Esound CVS already enables this by...Lennart Poettering2008-03-271-2/+3
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-135-3/+12
* Implement opcodes in the tunnel modules that were added in version 12 ofSjoerd Simons2008-01-041-0/+40
* Add a missing pa_xfree.Tanu Kaskinen2008-01-031-0/+2
* The previous commit introduced a new bug: giving too many values in the "cont...Tanu Kaskinen2008-01-031-1/+1
* Fix the parsing of trailing default values in the "control" module argument.Tanu Kaskinen2008-01-031-6/+14
* Downgraded the priority of a message, because it's really quite uninteresting.Tanu Kaskinen2008-01-021-1/+1
* Add a configure switch to enable the per-user ESounD socket path, but default...Diego Petteno2007-12-061-3/+9
* - Check process name when dealing with PID filesLennart Poettering2007-11-212-75/+131
* minor typo fixLennart Poettering2007-11-211-1/+1
* add missing pa_boolizationLennart Poettering2007-11-142-2/+2
* Rework ALSA mixer channel detection code. This time we actually care about th...Lennart Poettering2007-11-134-48/+192
* Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-1310-115/+342
* add new fun module that automatically mutes your audio devices when you leave...Lennart Poettering2007-11-112-0/+702
* Port module-gconf to make use of the new API pa_start_child_for_read()Lennart Poettering2007-11-111-128/+9
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-0937-156/+188
* replace a few CLAMPs by PA_CLAMP_UNLIKELYLennart Poettering2007-11-091-2/+2
* add support for 32bit integer samplesLennart Poettering2007-11-092-3/+13
* fix two alignment issues found by the debian buildd gcc on sparcLennart Poettering2007-11-041-1/+4
* pa_boolizationLennart Poettering2007-11-041-15/+13
* make rtprio and nice level actually configurableLennart Poettering2007-11-016-16/+16
* drop rt scheduling before we start our helper processLennart Poettering2007-11-011-0/+2
* rename stream names too, when the sink name changesLennart Poettering2007-10-301-9/+28
* ignore updates not relevant to usLennart Poettering2007-10-301-0/+6
* rework the tunnel naming scheme, and make it follow the description changes o...Lennart Poettering2007-10-301-29/+231
* initialize userdata struct with 0Lennart Poettering2007-10-301-5/+5
* deal properly with signals interrupting us when we wait for data from gconf h...Lennart Poettering2007-10-301-2/+4
* keep track of configured tunnels and make sure to unload them when they disap...Lennart Poettering2007-10-291-11/+112
* don't announce monitor sourcesLennart Poettering2007-10-291-5/+5