summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix sending wrong codec capability length.Luiz Augusto von Dentz2009-01-121-1/+4
* Fix send and recv message sizes.Luiz Augusto von Dentz2009-01-121-2/+7
* Send packets with proper size.Luiz Augusto von Dentz2009-01-121-1/+1
* Multicast SDP packets sent with same IP TTL as RTP packetsTom Bamford2009-01-121-0/+5
* Update module-bluetooth-device to the new ipc.Luiz Augusto von Dentz2009-01-123-172/+217
* A few minor cleanups and updatesLennart Poettering2009-01-125-14/+21
* fix a gcc warningLennart Poettering2009-01-121-2/+2
* If we cannot open an ALSA device with SND_PCM_NO_AUTO_FORMAT retry withoutLennart Poettering2009-01-121-4/+24
* Implement PA_SOURCE_MESSAGE_GET_LATENCYLennart Poettering2009-01-121-0/+30
* Use FIONREAD instead of TIOCINQLennart Poettering2009-01-121-2/+2
* downgrade a few warningsLennart Poettering2009-01-121-4/+4
* it's better to always use the index of a module instead of the pa_module*Lennart Poettering2009-01-121-13/+15
* unload tunnel modules from a new stack frameLennart Poettering2009-01-121-2/+2
* actually unload the modules from a new stack frameLennart Poettering2009-01-121-1/+1
* Don't store pointer to pa_moduleLennart Poettering2009-01-121-3/+3
* Fix bug walking on module list.Luiz Augusto von Dentz2009-01-121-1/+1
* Pass GDBM_NOLOCK to gdbmLennart Poettering2009-01-122-2/+2
* warn if ALSA wakes us up and there is actually nothing to doLennart Poettering2008-10-233-22/+66
* Try to catch certain driver errorsLennart Poettering2008-10-234-6/+69
* Fix possible invalid read while attempting to load module-bluetooth-device.Luiz Augusto von Dentz2008-10-231-1/+1
* properly remove dbus matches an filters when unloading m-b-dLennart Poettering2008-10-231-1/+16
* Fix two typos that broke tunnelsColin Guthrie2008-10-231-2/+2
* define 0dB in PA as maximum amplificationLennart Poettering2008-10-232-8/+12
* Unload module-bluetooth-device if the remote device disconnects.Luiz Augusto von Dentz2008-10-231-11/+44
* make distcheck passv0.9.13Lennart Poettering2008-10-063-3/+3
* Merge commit 'vudentz/master'Lennart Poettering2008-10-062-527/+102
|\
| * Fix loading module-bluetooth-device with an invalid parameter.Luiz Augusto von Dentz2008-10-031-1/+1
| * Replace handlers of deprecated Connected signals with new PropertyChanged.Luiz Augusto von Dentz2008-10-031-5/+39
| * Cleanup module-bluetooth-discover.Luiz Augusto von Dentz2008-10-032-532/+69
| * Fix Connected signal handler.Luiz Augusto von Dentz2008-10-031-6/+2
| * Fix match rule problems.Luiz Augusto von Dentz2008-10-031-2/+2
| * Remove PropertyChanged signal handler.Luiz Augusto von Dentz2008-10-031-16/+0
| * Add signal handlers for Connected signals.Luiz Augusto von Dentz2008-10-031-0/+12
| * Add match rules for org.bluez.Headset and org.bluez.AudioSink.Luiz Augusto von Dentz2008-10-031-0/+12
* | update module-tunnel for recent protocol changesLennart Poettering2008-10-051-1/+8
* | substract the unused record buffer size from the overall size before calculat...Lennart Poettering2008-10-042-4/+5
* | get rid of pa_alsa_volume_divide() since we have pa_sw_volume_divide() nowLennart Poettering2008-10-044-28/+2
* | increase suspend timeout to 5s so that it is always longer then the default t...Lennart Poettering2008-10-041-1/+1
* | don't call snd_pcm_drain() when we suspend because that might take awfully lo...Lennart Poettering2008-10-041-2/+2
|/
* make sure we call pa_sink_process_rewind() if a rewind was requested under al...Lennart Poettering2008-10-021-2/+7
* when killing gconf helper, loop over EINTRLennart Poettering2008-10-011-2/+10
* don't hit an assert if a kernel driver reports invalid dB information, instea...Lennart Poettering2008-10-012-17/+24
* remove useless log messageLennart Poettering2008-10-011-1/+1
* fix support for ALSA devices which lack dB informationLennart Poettering2008-10-012-39/+105
* follow PropertyChanged signals from BlueZLennart Poettering2008-10-011-86/+215
* esound auth-ip-acl fixNix2008-09-291-1/+1
* make module-bluetooth-discover actually load modules and smaller other fixesLennart Poettering2008-09-291-213/+482
* all kinds of minor type, memory leak, initializatio fixesLennart Poettering2008-09-291-141/+113
* instead of failing when the requested sampling rate is not available find the...Lennart Poettering2008-09-291-19/+23
* Use the same module parameter names for module-bluetooth-device as for most o...Lennart Poettering2008-09-291-12/+15