summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* set CLOEXEC on more fdsLennart Poettering2007-08-151-0/+3
* add protocol support for muting sink inputs and suspending sinks/sourcesLennart Poettering2007-08-152-3/+88
* 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
* a couple of build fixesLennart Poettering2007-08-132-11/+11
* 64 bit fixes and minor gcc shut upsLennart Poettering2007-08-128-11/+10
* 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
* 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-118-77/+48
* deal with messages properly which are recieved after destruction of a streamLennart Poettering2007-08-111-0/+9
* add proper refcounting to pa_asyncmsgq objects, to allow destruction from the...Lennart Poettering2007-08-113-18/+43
* allow destruction of pa_fdsem object that are still in 'poll' stateLennart Poettering2007-08-111-6/+3
* modernizationLennart Poettering2007-08-111-7/+24
* 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-107-57/+25
* 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-102-0/+168
* Rename pa_once_t to pa_onceLennart Poettering2007-08-103-7/+7
* move pa_queue to an implementation based on pa_flistLennart Poettering2007-08-101-20/+31
* do not acces playback pa_messagq from main threadLennart Poettering2007-08-101-9/+26
* * drop redundant pa_core argument from module initialization functionsLennart Poettering2007-08-106-101/+159
* protect memimpors with a recursive mutex to avoid deadlock when shutting downLennart Poettering2007-08-091-1/+1
* add a couple of additional hooks for modules to useLennart Poettering2007-08-096-13/+75
* add new function pa_scache_play_item_by_nameLennart Poettering2007-08-092-0/+14
* Remove warning when client is too slow to handle our dataLennart Poettering2007-08-081-1/+1
* don't print error on socket read/write failureLennart Poettering2007-08-081-3/+7
* add global suspend command to cliLennart Poettering2007-08-071-1/+28
* port esound protocol to new lock-free coreLennart Poettering2007-08-061-203/+352
* minor fixes and cleanupsLennart Poettering2007-08-062-19/+21
* fix playback status queryingLennart Poettering2007-08-061-1/+1
* fix a memory leakLennart Poettering2007-08-061-5/+10
* fix playback over native protocolLennart Poettering2007-08-061-10/+25
* initialize 'length' properlyLennart Poettering2007-08-061-1/+2
* make sure to handle disconnecting our own connection properlyLennart Poettering2007-08-051-0/+5
* minor optimization for cacheing in of samples by using posix_fadviseLennart Poettering2007-08-051-1/+18
* use posix_fadvise to avoid page faults when reading audio files from diskLennart Poettering2007-08-051-8/+34
* play memchunks completelyLennart Poettering2007-08-051-1/+1
* initialize method pointers properlyLennart Poettering2007-08-051-15/+8
* typesafe castsLennart Poettering2007-08-052-4/+4
* Modernize pstream.[ch], reintroduce defer event to make things actually workLennart Poettering2007-08-052-66/+90
* modernize play-memchunk and port it to the new coreLennart Poettering2007-08-051-48/+116