summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* memblockq: implement new call pa_memblockq_peek_fixed_size()Lennart Poettering2010-02-252-1/+75
* core: rework how stream volumes affect sink volumesLennart Poettering2010-02-231-1/+41
* esd,simple: use pa_memblockq_pop_missing()Lennart Poettering2010-02-232-2/+2
* various modernizationsLennart Poettering2010-02-233-33/+32
* iochannel: remove fd from poll() when we don't care from eventsLennart Poettering2010-02-232-57/+75
* native: improve logging for buffer_attrsLennart Poettering2010-02-221-0/+18
* conf-parser: make use of pa_strip() wherever applicableLennart Poettering2010-02-211-29/+2
* core-util: introduce generic function pa_strip()Lennart Poettering2010-02-212-4/+25
* http: support HTTP HEADMatthijs Kooijman2010-02-211-3/+44
* scache: when playing a sample from the cache make sure not queue them up when...Lennart Poettering2010-02-215-19/+31
* sample-cache: use the sample name as unmodified fallback in the properties wh...Lennart Poettering2010-02-211-1/+2
* shm: don't complain about missing SHM segmentsLennart Poettering2010-02-211-1/+1
* fdsem: be more verbose when reading from eventfd fails.Lennart Poettering2010-02-211-6/+35
* dbus: first restart timer, then dispatch itLennart Poettering2010-02-211-13/+16
* native: rework handling of seeks that depend on variables the client does not...Lennart Poettering2010-02-094-5/+11
* cpu: check for CMOV flag before using this intsruction in assemblyLennart Poettering2010-02-093-4/+8
* log: add an easy way to disable log rate limitingLennart Poettering2010-02-091-38/+50
* once: make once related variables volatileLennart Poettering2010-02-094-10/+5
* core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering2010-02-094-4/+18
* native: fix request counter miscalculationsLennart Poettering2010-02-092-57/+51
* core: Fix macro typo - PA_SINK_IS_LINKED -> PA_SINK_INPUT_IS_LINKEDColin Guthrie2010-02-091-1/+1
* shm: explicitly mark shm seg for MAP_NORESERVE to request overcommiting no ma...Lennart Poettering2010-02-021-1/+5
* native: fallback to another port if the default port is takenLennart Poettering2010-01-142-29/+52
* sink-input: Replace a tab indentation with spaces.Tanu Kaskinen2010-01-061-1/+1
* idxset: Fix _get_by_data() comment.Tanu Kaskinen2010-01-061-1/+1
* core: volume ramping fixhuan zheng2010-01-061-1/+1
* Merge remote branch 'zonque/topic/osx'Lennart Poettering2010-01-055-57/+75
|\
| * fix a number of warningsDaniel Mack2009-12-163-12/+12
| * hack around another OS X bug: recv() with MSG_PEEK does not workDaniel Mack2009-12-161-0/+22
| * poll() is totally broken on Mac OS XDaniel Mack2009-12-164-16/+25
| * core-rtclock.c: tweak OS_IS_DARWIN constraintsDaniel Mack2009-12-091-41/+28
* | fix a number of warningsDaniel Mack2010-01-053-12/+12
* | headers: Some trivial fixes for some documentation typosMads Kiilerich2010-01-053-4/+5
* | Subject: rtpoll: better support for DEBUG_TIMING logsPierre-Louis Bossart2010-01-051-3/+20
* | More src/pulsecore/cpu-arm.c FTBFS fixesDaniel T Chen2009-12-221-2/+3
* | Fix the following warnings (which now cause buildd failures in Ubuntu 10.04):Daniel T Chen2009-12-221-0/+1
|/
* dbus: Add a missing break statement in handle_message_cb().Tanu Kaskinen2009-12-031-0/+1
* dbus: Handle the cases when a non-existing interface is detected in an incomi...Tanu Kaskinen2009-12-032-0/+9
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-11-222-16/+120
|\
| * Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò2009-11-211-16/+16
| * freebsd: fix atomic ops implementationsJoe Marcus Clarke2009-11-211-0/+104
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-11-203-8/+13
|\|
| * core: make cpuid code compile cleanly with 32bit PICLennart Poettering2009-11-111-2/+6
| * core: adjust volume only when there is actually a memory blockLennart Poettering2009-11-111-5/+6
| * protocol: use the right sample rate for sourcesWim Taymans2009-11-101-1/+1
* | ramping: minor cleanupsLennart Poettering2009-11-051-2/+10
* | Merge remote branch 'origin/merge-queue'Lennart Poettering2009-11-055-140/+600
|\ \ | |/ |/|
| * Add volume ramping feature - sink modificationmerge-queuezbt2009-08-051-1/+5
| * Add volume ramping feature - sink-input modificationzbt2009-08-052-60/+312
| * Add volume ramping feature - envelop fixzbt2009-08-052-65/+273