summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* AC3 passthrough supportPierre-Louis Bossart2010-08-124-3/+78
* dbus: Fix slightly messed up assertions.Tanu Kaskinen2010-05-101-2/+3
* dbus: Use a struct as the hashmap items for listening_signals.Tanu Kaskinen2010-05-101-44/+69
* dbus: Fix segfault when receiving a property access call that isn't permitted.Tanu Kaskinen2010-05-101-2/+2
* cli: Increase the command maximum length from 1024 to 2048.Tanu Kaskinen2010-05-101-1/+1
* socket-client: properly handle asyncns failuresJez Austin2010-05-081-1/+2
* core-util: ensure that we chmod only the dir we ourselves createdKees Cook2010-05-081-5/+34
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-073-4/+51
* 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
|\|