summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* don't try to send pause request before our stream is properly set upLennart Poettering2007-10-291-2/+5
* ignore network sinks/sourcesLennart Poettering2007-10-293-4/+21
* we don't want to include assert.h anymoreLennart Poettering2007-10-293-3/+0
* reverse server order for PULSE_SERVER x11 property, to follow order in which ...Lennart Poettering2007-10-291-1/+3
* add new module module-zeroconf-discoverLennart Poettering2007-10-291-0/+338
* publish dns-sd subtypes to allow distinction of virtual, hardware and monitor...Lennart Poettering2007-10-291-7/+65
* fail on name clashLennart Poettering2007-10-291-2/+2
* bring back module-tunnel, yay!Lennart Poettering2007-10-291-388/+589
* downgrade a few log messagesLennart Poettering2007-10-291-3/+3
* make use of new pa_readlink() where applicableLennart Poettering2007-10-291-11/+21
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-2848-4661/+9324
* Corrected a bogus comment.Tanu Kaskinen2007-08-241-2/+1
* Modified the JACK sink heavily:Tanu Kaskinen2007-08-201-241/+716
* Kill spaces on EOLLennart Poettering2007-05-2912-161/+161
* Fix another DoS vulnerability that has been identified by Luigi Auriemma. (Fi...Lennart Poettering2007-05-231-3/+0
* add a missing initialization that causes a crash when parsing invalid volume ...Lennart Poettering2007-05-231-0/+1
* Fix module-oss for devices that return EAGAIN when we don't expect it. (Close...Lennart Poettering2007-05-231-3/+10
* show socket directory when we fail to create it. (Closes #85)Lennart Poettering2007-05-221-1/+1
* Fix build and only load OSS xor ALSA modules if both are availableLennart Poettering2007-05-221-5/+29
* Don't fail if hal doesn't currently contain any devices. (closes #55)Pierre Ossman2007-03-061-8/+2
* Handle suspended alsa devices. Based on patch by ranma. (closes #26)Pierre Ossman2007-03-022-0/+77
* Handle when ALSA tweaks our sample spec so much that the frame size changes.Pierre Ossman2007-03-011-1/+8