summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix suspending of all sinks/sourcesLennart Poettering2009-01-121-1/+5
* for record streams fill in the latency as the fragsizeLennart Poettering2009-01-121-0/+1
* Make sure we don't drop any data on the client sideLennart Poettering2009-01-121-9/+8
* show maximum usable slot sizeLennart Poettering2009-01-121-2/+3
* add a few missing parensLennart Poettering2009-01-121-9/+9
* --check: Updated manpage slightly and pulseaudio --help slightly.Sean McNamara2009-01-121-1/+1
* 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
* Fix typo in log message: s/Recevied/Received/chocolateboy2009-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
* Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flagsLennart Poettering2009-01-122-3/+11
* 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
* make sure we don't hit an assert when we issue two rewind requests in aLennart Poettering2009-01-121-17/+25
* Implement PA_SOURCE_MESSAGE_GET_LATENCYLennart Poettering2009-01-121-0/+30
* Use FIONREAD instead of TIOCINQLennart Poettering2009-01-121-2/+2
* Allow access("/dev/dsp", W_OK) succeedLennart Poettering2009-01-121-5/+5
* Make sure we drop CAP_NICE if RT is not allowedLennart Poettering2009-01-121-7/+39
* 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
* introduce new function pa_module_unload_request_by_indexLennart Poettering2009-01-122-2/+14
* Fix bug walking on module list.Luiz Augusto von Dentz2009-01-121-1/+1
* Load module-volume-restore and module-device-restore before all other modulesLennart Poettering2009-01-121-4/+4
* Pass GDBM_NOLOCK to gdbmLennart Poettering2009-01-122-2/+2
* Don't mix front-center into rear channelsLennart Poettering2009-01-121-3/+93
* Fix return value of --dump-resample-methodsLennart Poettering2009-01-121-0/+1
* Check if environ is actually set before we use itLennart Poettering2009-01-121-14/+21
* Make sure libpulse never gets unloadedLennart Poettering2008-11-011-1/+1
* make shm marker architecture independant, patch from michich, closes #401Lennart Poettering2008-11-011-4/+4
* make sure to use 64bit rounding even on 32bit machines when converting to pa_...Lennart Poettering2008-10-241-3/+3
* fix buildLennart Poettering2008-10-231-1/+1
* warn if ALSA wakes us up and there is actually nothing to doLennart Poettering2008-10-233-22/+66
* don't set the volume of pacat unless it is explicitly setLennart Poettering2008-10-231-1/+3
* make the debug trap macro a proper macro in macro.hLennart Poettering2008-10-231-0/+6
* Try to catch certain driver errorsLennart Poettering2008-10-234-6/+69
* include log.h near the end so that macro.h can be included in log.h and defin...Lennart Poettering2008-10-231-1/+3
* convert argument to boolean int in PA_UNLIKELY, tooLennart Poettering2008-10-231-1/+1
* fix invalid validity checkLennart Poettering2008-10-231-1/+1
* Fix spelling of priviligeLennart Poettering2008-10-232-8/+8
* always check for libtool prefix binary name to avoid confusion when using bot...Lennart Poettering2008-10-231-2/+2
* 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
* Fix a potential C++/C99 ism, add a log message on error conditionColin Guthrie2008-10-231-2/+5