summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
...
| * | core: save volume/mute changes coming from the hardware automaticallyLennart Poettering2009-08-074-25/+30
| |/ | | | | | | | | Volume changes coming from the lower layers are most likely changes triggered by the user, so let's save them automatically.
| * smoother: readd #ifdef protectionLennart Poettering2009-08-051-2/+2
| |
| * autospawn: if creating the lock file fails, pass error code cleanly back to ↵Lennart Poettering2009-08-011-21/+45
| | | | | | | | | | | | | | | | | | main process This makes sure PA clients don't hang if $HOME is for some reason unsuitable for autospawn lockfiles. Closes #539
| * core-util: replace remaining fixed size destination string functions by ↵Lennart Poettering2009-08-015-33/+91
| | | | | | | | | | | | | | | | | | | | _malloc() versions This helps portability to GNU/Hurd. Patch originally from Samuel Thibault but modified. Closes ticket #546
| * core-util: rework pa_strlcpy() to not rely on strncpy()Lennart Poettering2009-08-011-2/+10
| | | | | | | | | | strncpy() is very slow since it resets the entire destination buffer. Replace usage of strncpy by memcpy().
| * pipe: replace PIPE_BUF macro pa pa_pipe_buf callLennart Poettering2009-08-012-0/+19
| | | | | | | | | | | | | | This should help portability to platforms that lack PIPE_BUF. Based on a patch from Samuel Thibault. See ticket #546
| * alsa: throw timing data away after device resumeLennart Poettering2009-07-242-22/+21
| |
| * 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
| | |