summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* dbus: Finish the Client D-Bus interface.Tanu Kaskinen2009-08-262-18/+176
* dbusiface-stream: Only send stream event signals from the right D-Bus objects.Tanu Kaskinen2009-08-261-0/+6
* dbus: Make sure that subscription callbacks don't try to access removed objects.Tanu Kaskinen2009-08-264-72/+143
* dbus: Save one level of identation by returning early.Tanu Kaskinen2009-08-262-40/+41
* Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-2412-189/+677
|\
| * alsa: automatically decrease watermark after a time of stabilityLennart Poettering2009-08-242-68/+223
| * alsa: increase interval between smoother updates exponentially for alsa sourc...Lennart Poettering2009-08-232-7/+21
| * Merge commit 'wtay/optimize'Lennart Poettering2009-08-231-4/+22
| |\
| | * alsa-sink: reduce the amount of smoother updatesWim Taymans2009-08-201-4/+22
| * | udev: check busy status of alsa cards before loading alsa modules and hence i...Lennart Poettering2009-08-221-17/+132
| * | udev: process all inotify events queued up, not just the first one in the queueLennart Poettering2009-08-221-17/+39
| * | ladspa/remap: handle failing stream moves properlyLennart Poettering2009-08-222-4/+10
| * | Solaris: fixed latency (resent)Finn Thain2009-08-221-26/+30
| * | Solaris: use smoother (resent)Finn Thain2009-08-221-3/+29
| * | Solaris: build fixes (resent)Finn Thain2009-08-221-7/+5
| * | udev: tell inotify to actually inform us about ACL changesLennart Poettering2009-08-211-1/+1
| * | udev: watch for both ACL changes and processes closing devicesLennart Poettering2009-08-211-12/+51
| * | udev: don't access string after free()Lennart Poettering2009-08-211-1/+1
| * | udev: always verify access before loading modulesLennart Poettering2009-08-211-11/+3
| * | gconf: use correct path for gconf-helper tool when running from build treeLennart Poettering2009-08-211-4/+5
| * | udev: when a device appears that we cannot access right-away try again later ...Lennart Poettering2009-08-211-34/+57
| * | alsa: leave headphone jack enabled in normal mixer pathsLennart Poettering2009-08-213-6/+15
| * | combine: quieten gcc a bitLennart Poettering2009-08-211-0/+2
| * | adjust various data/library paths automatically if we are run from a build treeLennart Poettering2009-08-211-3/+13
| * | ladspa: forward volume changes from ladspa sink to stream and hence via flat ...Lennart Poettering2009-08-211-9/+63
| |/
* | dbusiface-module: Implement the Module D-Bus interface.Tanu Kaskinen2009-08-243-7/+279
* | dbusifaca-device: Adapt to the changed pa_sink_get/set_volume() interface.Tanu Kaskinen2009-08-191-3/+3
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-1916-161/+145
|\|
| * lirc: replace manual code by pa_cvolume_{inc|dec}()Lennart Poettering2009-08-191-18/+4
| * mmkbd: replace manual code by pa_cvolume_{inc|dec}()Lennart Poettering2009-08-191-22/+21
| * sink: volume handling rework, new flat volume logicLennart Poettering2009-08-198-16/+16
| * match: document how broken the module-match logic isLennart Poettering2009-08-191-0/+3
| * udev: allow passing of ignore_dB= parameter to alsa modulesLennart Poettering2009-08-194-23/+49
| * source: rework volume handlingLennart Poettering2009-08-193-19/+30
| * voltest: extend test to verify correctness of _multiply() and _divide()Lennart Poettering2009-08-192-47/+2
| * dbus: never return DBUS_HANDLER_RESULT_HANDLED in filter callbacks, since oth...Lennart Poettering2009-08-192-5/+0
| * bluetooth: fix match syntaxLennart Poettering2009-08-171-2/+2
| * bluetooth: make NameOwnerChanged filter matches more focussedLennart Poettering2009-08-171-2/+2
| * reserver: update from upstream gitLennart Poettering2009-08-171-9/+18
* | dbusiface-sample: Implement the Sample D-Bus interface.Tanu Kaskinen2009-08-192-2/+468
* | dbusiface-core: Assert that _add/remove_interface calls succeed.Tanu Kaskinen2009-08-191-2/+2
* | dbusiface-core: Use the PA_IDXSET_FOREACH macro.Tanu Kaskinen2009-08-191-8/+8
* | dbusiface-core: Split some overly long lines.Tanu Kaskinen2009-08-191-42/+118
* | dbusiface-stream: Finish the Stream D-Bus interface.Tanu Kaskinen2009-08-171-80/+498
* | dbusiface-device: Save one level of identation by returning early.Tanu Kaskinen2009-08-171-96/+99
* | dbusiface-device: Fix argument reading in handle_suspend().Tanu Kaskinen2009-08-171-1/+7
* | dbusiface-device: Use a single if-else section instead of ternary operator ov...Tanu Kaskinen2009-08-171-34/+43
* | dbusiface-device: Split some overly long lines.Tanu Kaskinen2009-08-171-7/+14
* | dbusiface-core: Two new functions: pa_dbusiface_core_get_sink/source().Tanu Kaskinen2009-08-172-0/+34
* | dbusiface-core: New function: pa_dbusiface_core_get_client_path().Tanu Kaskinen2009-08-172-0/+8