summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
...
| * memblock: try to hit an assert earlier when ref counting doesn't workLennart Poettering2009-07-241-9/+14
| |
| * daemon: replace colons by dash in per-machine directory names for compat ↵Lennart Poettering2009-07-231-2/+2
| | | | | | | | with weird filesystems
| * Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-07-232-3/+3
| |\ | | | | | | | | | | | | Conflicts: src/daemon/main.c
| | * Merge commit 'flameeyes/osx'Lennart Poettering2009-07-231-2/+2
| | |\
| | | * Again make sure that the wait() definition is not shadowed.Diego Elio 'Flameeyes' Pettenò2009-07-171-2/+2
| | | | | | | | | | | | | | | | Rename the parameter in pa_asyncmsgq_get() to wait_op.
| | * | protocol-native: use the right samplerateWim Taymans2009-07-231-1/+1
| | |/ | | | | | | | | | | | | The render_memblockq is expressed in the sample_spec of the sink, not of the particular stream before resampling.
| * / memtrap: clarify that we are not interested in the return value of write()Lennart Poettering2009-07-201-1/+1
| |/
| * memtrap: properly lock access to memtrap changerLennart Poettering2009-07-011-0/+20
| |
| * memblock: rearrange locking orderLennart Poettering2009-07-011-17/+21
| |
| * native: don't hit assert when user uploads zero-sized sampleLennart Poettering2009-07-011-1/+3
| |
* | dbus-protocol: Use pa_hashmap_remove() instead of _get().Tanu Kaskinen2009-08-151-1/+1
| |
* | dbus-protocol: Fix signal sending for the case when the client doesn't listenTanu Kaskinen2009-08-102-2/+12
| | | | | | | | for all signals.
* | dbus-protocol: Add a note for _send_signal that by default the signal isn'tTanu Kaskinen2009-08-101-0/+4
| | | | | | | | actually sent.
* | dbus-protocol: Take advantage of the helpers in dbus-util.Tanu Kaskinen2009-08-091-16/+7
| |
* | dbus-protocol: Split some overly long lines.Tanu Kaskinen2009-08-091-7/+9
| |
* | dbus-util: Trivial comment punctuation fix.Tanu Kaskinen2009-08-091-2/+2
| |
* | dbus-util: Add helpers for proplist handling.Tanu Kaskinen2009-08-092-0/+75
| |
* | dbus: Take advantage of the PA_HASHMAP_FOREACH macro.Tanu Kaskinen2009-08-091-19/+11
| |
* | dbus: Three entangled changes:Tanu Kaskinen2009-08-091-2/+5
| | | | | | | | | | | | | | | | | | | | * Make the dbus object constructors take a pa_dbusiface_core pointer as an argument. Remove the path_prefix argument. * Expose the core object path as a constant in protocol-dbus.h. * Move the core interface name constant from iface-core.h to protocol-dbus.h.
* | dbus-protocol: Remove erroneous protocol object unref.Tanu Kaskinen2009-08-041-1/+0
| |
* | dbus-protocol: Make debug logging saner.Tanu Kaskinen2009-08-041-6/+5
| |
* | dbus-protocol, dbusiface-core: Take a reference when storing the core pointer.Tanu Kaskinen2009-08-041-1/+3
| |
* | dbus-util: Fix broken proplist reading logic.Tanu Kaskinen2009-08-031-13/+31
| |
* | dbus-protocol: Add debugging output (temporary change).Tanu Kaskinen2009-08-021-2/+11
| |
* | dbus-protocol: Implement extension registration.Tanu Kaskinen2009-07-312-22/+108
| |
* | Bug fixing and minor cleanups.Tanu Kaskinen2009-07-272-15/+67
| |
* | Finish the Core dbus interface.Tanu Kaskinen2009-07-2111-1280/+1514
| |
* | dbus: Implement the Name property of the core object.Tanu Kaskinen2009-07-033-70/+587
| |
* | 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
| | | | | | | | This removes the implicit declarations of send() and pthread_sigmask().
| * Rename the flock variable to f_lock.Diego Elio 'Flameeyes' Pettenò2009-06-291-8/+8
| | | | | | | | flock() is a function on FreeBSD, and the variable shadowed its definition.
| * 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
|\| | | | | | | | | | | | | | | Conflicts: src/daemon/daemon-conf.c src/daemon/daemon-conf.h src/daemon/main.c src/pulsecore/dbus-util.h
| * 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
| |\ | | | | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043'
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the mainloop to monotonic based time events. Introduces 4 helper functions: pa_{context,core}_rttime_{new,restart}(), that fill correctly a timeval with the rtclock flag set if the mainloop supports it. Both mainloop-test and mainloop-test-glib works with rt and timeval based time events. PulseAudio and clients should be fully functional. This patch has received several iterations, and this one as been largely untested. Signed-off-by: Marc-André Lureau <marca-andre.lureau@nokia.com>
| | * 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 ↵Lennart Poettering2009-06-194-345/+4
| | | | | | | | | | | | finally fixed for granularity
| * | 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
| |