summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into dbus-workTanu Kaskinen2009-06-294-23/+28
|\
| * Add missing headers includes for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+1
| * Rename the flock variable to f_lock.Diego Elio 'Flameeyes' Pettenò2009-06-291-8/+8
| * Only declare saved_errno when it's going to be used (on Linux).Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+1
| * Rename the wait parameter to wait_op, to avoid shadowing wait().Diego Elio 'Flameeyes' Pettenò2009-06-292-13/+13
| * Also alias MAP_ANONYMOUS to MAP_ANON in shm.c, for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+5
* | Merge branch 'master' into dbus-workTanu Kaskinen2009-06-2946-717/+1488
|\|
| * sndfile: fix build on BE archsv0.9.16-test1Lennart Poettering2009-06-231-1/+1
| * rtclock: make use of constants when converting between nsec and usecLennart Poettering2009-06-231-3/+3
| * rtclock: fix type of PA_TIMEVAL_RTCLOCKLennart Poettering2009-06-231-1/+1
| * Merge most of elmarco/rtclock2Lennart Poettering2009-06-2218-101/+163
| |\
| | * rtclock: fix issues found by LennartMarc-André Lureau2009-06-201-0/+3
| | * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-2015-84/+149
| | * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-205-12/+6
| | * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-195-7/+7
| * | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-194-345/+4
| * | core: use rtkit to acquire high-priority schedulingLennart Poettering2009-06-192-107/+46
| * | core: ask RealtimeKit for RT schedulingLennart Poettering2009-06-193-18/+329
| |/
| * alsa,core: include mapping name in description stringsLennart Poettering2009-06-181-15/+20
| * core: be a bit more verbose when registering a sink/source failsLennart Poettering2009-06-182-0/+2
| * native-protocol: allow enumerating portsLennart Poettering2009-06-171-0/+35
| * native: implement command to change sink/source portLennart Poettering2009-06-172-2/+69
| * alsa: rework mixer logicLennart Poettering2009-06-178-50/+425
| * pdispatch: fix s/recieve/receive/ typosLennart Poettering2009-06-171-2/+2
| * pstream: fix s/recieve/receive/ typosLennart Poettering2009-06-171-4/+4
| * gdbm: set default block size to 1KLennart Poettering2009-06-171-2/+5
| * card: get rid of description field which is unusedLennart Poettering2009-06-171-2/+1
| * card: make sure to always hand failure code back in some callsLennart Poettering2009-06-171-10/+19
| * card: some modernizationsLennart Poettering2009-06-172-10/+8
| * core-util: implement pa_maybe_prefix_path()Lennart Poettering2009-06-172-0/+11
| * core-util: implement pa_split_spaces_strv()Lennart Poettering2009-06-172-0/+26
| * core-util: implement pa_xstrfreev()Lennart Poettering2009-06-172-0/+18
| * conf-parse: implement .include directiveLennart Poettering2009-06-171-7/+43
| * channelmap: define a couple of standard channel masksLennart Poettering2009-06-171-0/+59
| * hashmap: implement pa_hashmap_last()Lennart Poettering2009-06-172-0/+12
| * hashmap: implement api to iterate a hashmap backwardsLennart Poettering2009-06-172-1/+42
| * idxset: implement pa_idxset_copy()Lennart Poettering2009-06-172-0/+17
| * sample: fix build on BE archsLennart Poettering2009-06-081-1/+1
| * prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES propertyLennart Poettering2009-06-084-0/+20
| * core: replace tabs by spacesLennart Poettering2009-06-081-31/+31
| * core: make sure soft mute status stays in sync with hw mute statusLennart Poettering2009-06-082-2/+10
| * optimization: Optimized pa_sink_render_full.Jyri Sarha2009-06-071-3/+2
| * core: monitor sources need to inherit the suspend cause from their sinksLennart Poettering2009-06-061-2/+5
| * core: suppress suspending/resume when we are already in the right stateLennart Poettering2009-06-062-0/+6
| * hashmap: introduce PA_HASHMAP_FOREACH macroLennart Poettering2009-06-062-1/+5
| * core: add a suspend cause flags fieldLennart Poettering2009-06-0511-24/+67
| * tdb: include signal.h before tdb.h for compat reasonsLennart Poettering2009-06-041-0/+3
* | dbus-common: Implement infrastructure for registering D-Bus objects on allTanu Kaskinen2009-06-194-0/+623
* | dbus-protocol: Connection handling for local connections.Tanu Kaskinen2009-06-165-0/+143
|/
* modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering2009-05-286-1/+21