summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* add macro for creating static TLS objectsLennart Poettering2007-08-221-0/+26
* add more PA_PTR_TO_XXX macrosLennart Poettering2007-08-221-1/+8
* modernizationsLennart Poettering2007-08-222-20/+27
* use realtime scheduling for ALSA and OSS driver threadsLennart Poettering2007-08-163-0/+6
* never stay root after startup, even if we don't have capabilitesLennart Poettering2007-08-161-5/+14
* seperately get high nice level and acquire realtime schedLennart Poettering2007-08-162-64/+32
* Keep CAP_SYS_NICE not only in PERMITTED but also in EFFECTIVE capsetLennart Poettering2007-08-161-6/+7
* only suspend device when server is localLennart Poettering2007-08-161-5/+12
* truncate service names if necessary, include user name in service stringLennart Poettering2007-08-161-23/+48
* add pa_truncate_utf8() function for truncating a string and guaranteeing it s...Lennart Poettering2007-08-162-0/+20
* fix an awful race condition when handling data requestsLennart Poettering2007-08-151-14/+22
* don't fail if no pa is srunningLennart Poettering2007-08-151-29/+49
* add new tool pasuspender which temporarily suspends all sinks and resumes the...Lennart Poettering2007-08-152-1/+293
* set CLOEXEC on more fdsLennart Poettering2007-08-152-0/+5
* add new commands suspend-source, suspend-sinkLennart Poettering2007-08-151-5/+50
* add protocol support for muting sink inputs and suspending sinks/sourcesLennart Poettering2007-08-154-10/+242
* use pa_source_suspend_all/pa_sink_suspend_all for suspending all sinks/sourcesLennart Poettering2007-08-151-7/+6
* fix muting for sink inputsLennart Poettering2007-08-151-2/+8
* actually mute sinks when asked for i, add new function pa_sink_suspend_allLennart Poettering2007-08-152-0/+16
* actually mute sinks when asked for i, add new function pa_sink_suspend_allLennart Poettering2007-08-152-0/+16
* load module-x11-xsmp from a /etc/xdg/autostart file, to make sure it is loade...Lennart Poettering2007-08-133-2/+20
* add load-module and unload-module commands to pactlLennart Poettering2007-08-131-8/+68
* a couple of build fixesLennart Poettering2007-08-134-16/+16
* deactivate module-x11-xsmp by default, due to a deadlock when pa is being sta...Lennart Poettering2007-08-121-1/+2
* 64 bit fixes and minor gcc shut upsLennart Poettering2007-08-128-11/+10
* yet another new glibc build fixLennart Poettering2007-08-121-0/+1
* build fix for newer glibcLennart Poettering2007-08-121-0/+1
* make make distcheck passLennart Poettering2007-08-121-0/+1
* make make dist workLennart Poettering2007-08-121-2/+3
* Resurrect ability to move streams between sinksLennart Poettering2007-08-114-172/+239
* add comments describing the context these functions are called fromLennart Poettering2007-08-111-0/+2
* modernize pa_play_memblockq() and add a new function pa_memblockq_sink_input_...Lennart Poettering2007-08-112-43/+163
* minor cleanupLennart Poettering2007-08-111-2/+0
* fix latency reporting for oss and alsa modulesLennart Poettering2007-08-113-13/+15
* minor modernizationsLennart Poettering2007-08-111-14/+13
* hook into move operations for resuming/suspending devices appropriatelyLennart Poettering2007-08-111-19/+109
* Add 'via DMA' to sink/source description if device is accessed with mmap()Lennart Poettering2007-08-112-4/+6
* restore the ability move record streams between sourcesLennart Poettering2007-08-112-42/+56
* use single array for storing pa_core hook lists, add sink state changed hook,...Lennart Poettering2007-08-1111-93/+104
* port oss driver to make use of the default fragment sizes as defined in pa_co...Lennart Poettering2007-08-111-28/+20
* make sure that the device access event sound is only generated onceLennart Poettering2007-08-111-21/+54
* deal with messages properly which are recieved after destruction of a streamLennart Poettering2007-08-111-0/+9
* fix module-hal when no api= argument is specifiedLennart Poettering2007-08-111-0/+1
* add proper refcounting to pa_asyncmsgq objects, to allow destruction from the...Lennart Poettering2007-08-114-19/+44
* allow destruction of pa_fdsem object that are still in 'poll' stateLennart Poettering2007-08-111-6/+3
* modify alsa drivers to make use of new global fragment setting variablesLennart Poettering2007-08-112-10/+4
* fix default device naming and fix api selection codeLennart Poettering2007-08-111-12/+15
* modernizationLennart Poettering2007-08-111-7/+24
* allow setting the default sample and fragment settings from the config fileLennart Poettering2007-08-114-54/+196
* add default fragment settings variables to pa_coreLennart Poettering2007-08-112-0/+4