summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* move pstream item allocation to pa_flistLennart Poettering2007-08-111-6/+14
* make revoke/release thread safe in the native protocolLennart Poettering2007-08-101-1/+44
* add callbacks for the revoke/release stuff, so that we can make this thing th...Lennart Poettering2007-08-102-8/+61
* if no thread-mq is attached to the current thread, return an error, don't hit...Lennart Poettering2007-08-101-4/+1
* make use of pa_thread_mq everywhereLennart Poettering2007-08-1013-147/+127
* minor updateLennart Poettering2007-08-101-1/+2
* Wrap two pa_asyncmsq in a new pa_thread_mq object for bidirectional, lock-fre...Lennart Poettering2007-08-103-0/+169
* update thread test to use pa_once instead of pa_once_tLennart Poettering2007-08-101-2/+2
* Rename pa_once_t to pa_onceLennart Poettering2007-08-103-7/+7
* move pa_queue to an implementation based on pa_flistLennart Poettering2007-08-103-21/+107
* do not acces playback pa_messagq from main threadLennart Poettering2007-08-101-9/+26
* minor cleanliness fixesLennart Poettering2007-08-101-1/+4
* fix closing of fds in gconf moduleLennart Poettering2007-08-101-3/+6
* * drop redundant pa_core argument from module initialization functionsLennart Poettering2007-08-1033-444/+532
* fix minor memory leakageLennart Poettering2007-08-101-0/+2
* avoid duplicate loading of modulesLennart Poettering2007-08-101-15/+22
* handle ACLAdded messages for previously unknown devices identically to a real...Lennart Poettering2007-08-101-3/+2
* Avoid a race condition when one PA instance gets HAL's ACLAdded message befor...Lennart Poettering2007-08-101-4/+58
* Add X11 XSMP module for hooking into the X11 session manager, for being notif...Lennart Poettering2007-08-093-1/+212
* modernizeLennart Poettering2007-08-091-24/+24
* don't assume that sink/source is already unregistered from namereg when disco...Lennart Poettering2007-08-091-17/+31
* play ACL event sound only when gained access, not when losing itLennart Poettering2007-08-091-1/+2
* s/login.wav/startup3.wavLennart Poettering2007-08-091-1/+1
* update default configurationLennart Poettering2007-08-091-21/+20
* protect memimpors with a recursive mutex to avoid deadlock when shutting downLennart Poettering2007-08-091-1/+1
* forgot to actually add the new suspend-on-idle module source codeLennart Poettering2007-08-091-0/+303
* add new module-suspend-on-idle module which suspends sinks/sources which are ...Lennart Poettering2007-08-091-0/+8
* if we get access to a device we don't know yet, add it to our tree instead of...Lennart Poettering2007-08-091-2/+4
* add a couple of additional hooks for modules to useLennart Poettering2007-08-096-13/+75
* don't hit an assert when we cannot resume a deviceLennart Poettering2007-08-092-4/+8
* by default, store esd socket in /tmp/.esd-`id -u`/socket, instead of /tmp/.es...Lennart Poettering2007-08-091-4/+12
* listen for HAL ACL events; play an event sound on hw coldplug, hotplug and AC...Lennart Poettering2007-08-091-29/+157
* add new function pa_scache_play_item_by_nameLennart Poettering2007-08-092-0/+14
* fix bug in handling of defer eventsLennart Poettering2007-08-091-0/+1
* modernize module-hal-detect.c and check for ALSA pcm_class != modemLennart Poettering2007-08-081-284/+282
* modernize dbus-util.cLennart Poettering2007-08-081-151/+121
* be more verbose when device does not support sampling parametersLennart Poettering2007-08-081-3/+3
* Remove warning when client is too slow to handle our dataLennart Poettering2007-08-081-1/+1
* properly reinitialize pollfd array after resumeLennart Poettering2007-08-082-27/+54