summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* don't spam to stderr in API functionsLennart Poettering2008-08-071-5/+1
* fix channel position stringLennart Poettering2008-08-061-1/+1
* add i18n supportLennart Poettering2008-08-0614-97/+226
* don't enforce valid callbacks for extension module APIsLennart Poettering2008-08-051-5/+0
* allow extension messages to actually carry informationLennart Poettering2008-08-051-2/+1
* fix documentation to follow what actually happensLennart Poettering2008-08-041-2/+2
* remove port definitions from header file since they are not actually used yetLennart Poettering2008-08-041-5/+0
* add missing C++ checks in headerLennart Poettering2008-08-041-0/+4
* pa_bool_t is not exportedLennart Poettering2008-08-042-2/+2
* wrap protocol extension of module-stream-restoreLennart Poettering2008-08-045-2/+462
* add new API function pa_cvolume_remap()Lennart Poettering2008-08-042-0/+89
* add a new error code PA_ERR_NOEXTENSIONLennart Poettering2008-08-032-1/+5
* enable exit-on-idle by defaultLennart Poettering2008-07-222-2/+2
* prepare doxygen docs for 0.9.11Lennart Poettering2008-07-218-78/+174
* 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