summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...Lennart Poettering2008-06-271-6/+11
* rework logic to request automatic timing updates a bitLennart Poettering2008-06-261-29/+34
* reorder a few things to get rid of an uneeded comparisonLennart Poettering2008-06-261-17/+10
* add a FIXMELennart Poettering2008-06-261-0/+2
* move initialization order of validity bools around a bitLennart Poettering2008-06-261-7/+5
* unify smoother pause/resume handling in a single function check_smoother_stat...Lennart Poettering2008-06-261-30/+43
* use the newer name for monotonic/monotonousLennart Poettering2008-06-261-1/+1
* remove redundant checkLennart Poettering2008-06-261-9/+6
* properly initialize pa_stream::corked based on the flagsLennart Poettering2008-06-261-1/+2
* call the enum PA_STREAM_NOT_MONOTONIC and make PA_STREAM_NOT_MONOTONOUS an al...Lennart Poettering2008-06-261-4/+9
* choose more sensible default buffer sizes for old clientsLennart Poettering2008-06-251-3/+11
* don't refer to nonexisting pa_stream_read() functionLennart Poettering2008-06-231-1/+1
* include proplist.h in pulseaudio.hLennart Poettering2008-06-231-1/+2
* Don't fail when we cannot determine the lock file pathLennart Poettering2008-06-211-1/+5
* add new abstract device classLennart Poettering2008-06-201-1/+1
* add new API pa_channel_map_init_extend() to synthesize a channel map if noone...Lennart Poettering2008-06-182-2/+38
* remove remaining $Lennart Poettering2008-06-182-4/+0
* get rid of svn $ keywordsLennart Poettering2008-06-1853-106/+0
* add another .gitignore file, this time for pulse/Lennart Poettering2008-06-181-0/+1
* rework shm usage negotiation; merge a few pa_bool_t in a single bit field to ...Lennart Poettering2008-06-172-99/+42
* minor modernizationsLennart Poettering2008-06-171-2/+4
* make use of the pa_init_proplist() version in proplist-util.[ch]Lennart Poettering2008-06-171-1/+3
* add missing const to a few functionsLennart Poettering2008-06-162-8/+8
* check for packet size on server info dataLennart Poettering2008-06-161-1/+2
* add missing inclusionLennart Poettering2008-06-161-0/+2
* fix a bad memory access pulsecore/client.cLennart Poettering2008-06-133-3/+44
* enable auto-spawning by defaultLennart Poettering2008-06-113-3/+3
* update well-known property listLennart Poettering2008-06-111-3/+12
* Do not invalidate the cookie if no file was specified.Colin Guthrie2008-06-091-2/+2
* Perfer client.conf over X11 property variables.Colin Guthrie2008-06-031-1/+1
* update propsLennart Poettering2008-05-291-11/+20
* readd name field to upload datagramLennart Poettering2008-05-271-3/+8
* fix a minor memory leakLennart Poettering2008-05-271-2/+6
* deal with failing pa_runtime_path()Lennart Poettering2008-05-211-3/+7
* make sure we don't hit an assert when autospawningLennart Poettering2008-05-181-0/+1
* fix pa_stream flag checkingLennart Poettering2008-05-171-2/+2
* type fixes for constantsLennart Poettering2008-05-171-2/+2
* type fixes for constantsLennart Poettering2008-05-171-3/+3
* declare the explicit type for our PA_xSEC_PER_ySEC constantsLennart Poettering2008-05-172-7/+7
* merge glitch-free branch back into trunkLennart Poettering2008-05-1534-824/+2223
* merge r2185 from prepare-0.9.10Lennart Poettering2008-03-311-2/+5
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-131-5/+5
* use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp...Lennart Poettering2008-01-061-0/+9
* add new function pa_proplist_contains()Lennart Poettering2007-12-292-0/+15
* add new property list implementationLennart Poettering2007-12-232-0/+332
* rearrange #includesLennart Poettering2007-11-241-3/+3
* fix uploading of samples into PA. Problem discovered by Colin GuthrieLennart Poettering2007-11-221-1/+1
* - Check process name when dealing with PID filesLennart Poettering2007-11-216-20/+593
* use a prio inheriting mutex for the threaded mainloop, to ease writing of RT ...Lennart Poettering2007-11-141-1/+1
* use a free list for allocation pa_operation objectsLennart Poettering2007-11-141-2/+9