summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* 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
* | core-util: add call to detect if we are called from within a VMLennart Poettering2009-11-052-0/+92
* | daemon: make sure pa has its own session and process group, but is not its le...Lennart Poettering2009-10-312-0/+18
* | Mac OS X: add semaphore implementationDaniel Mack2009-10-311-0/+63
* | Wrap clock_gettime and friendsDaniel Mack2009-10-311-6/+48
* | X11: attach X11 properties to Screen, not DisplayLeszek Koltunski2009-10-301-6/+14
* | svolume: fix MMX errorWim Taymans2009-10-301-1/+6
* | sink: simplify silence checksWim Taymans2009-10-301-12/+10
* | socket-util: drop redundant castsLennart Poettering2009-10-301-12/+12
* | socket-util: allocate at least sizeof(sockaddr_storage) spaceLennart Poettering2009-10-301-2/+2
* | use pa_fopen_cloexec() where applicableLennart Poettering2009-10-306-10/+10
* | tdb: use O_CLOEXEC if availableLennart Poettering2009-10-301-9/+34
* | core-util: introduce pa_fopen_cloexec()Lennart Poettering2009-10-302-2/+28