summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor cleanupsLennart Poettering2007-08-051-17/+22
* rename pa_source_output_new_data::corked to start_corked to match pa_sink_inp...Lennart Poettering2007-07-314-3/+4
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-3119-698/+1152
* drop data from inputs only when in running stateLennart Poettering2007-07-281-2/+4
* add PA_SINK_OPENED/PA_SOURCE_OPENED macros for easier checking for _IDLE or _...Lennart Poettering2007-07-282-1/+9
* Fix channel remapping in resample; other modernizationsLennart Poettering2007-07-261-77/+78
* remove some log messagesLennart Poettering2007-07-261-6/+0
* remove debug messages; don't queue request messages like nothing when send fi...Lennart Poettering2007-07-261-11/+9
* properly free memblocks when skipping over themLennart Poettering2007-07-261-1/+4
* make valgrind shut up regarding non-freed ident strings. other modernizationsLennart Poettering2007-07-261-5/+15
* reverse order flist destruction and mempool allocation warningLennart Poettering2007-07-261-1/+2
* Increase ref counter of sink input as long as it is included in the sink idxsetLennart Poettering2007-07-262-2/+4
* properly deref sink_input/source_output objects when removing them from a sin...Lennart Poettering2007-07-262-7/+10
* port asyncq to make use of new fdsem objectLennart Poettering2007-07-261-171/+36
* add abstracted file descriptor based semaphore object that is lock-free in th...Lennart Poettering2007-07-262-0/+238
* Store strings directly in strlst elements, other modernizationsLennart Poettering2007-07-251-16/+23
* fix some alignment issues and modernize file a little bitLennart Poettering2007-07-251-15/+28
* Convert most snprintf() calls to pa_snprintf()Lennart Poettering2007-07-2515-35/+41
* Modernize things a little bith moreLennart Poettering2007-07-251-14/+24
* Modernize things a littleLennart Poettering2007-07-251-25/+41
* add our own implementation for pa_snprintf() because NUL termination is appar...Lennart Poettering2007-07-252-1/+21