Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | core: save volume/mute changes coming from the hardware automatically | Lennart Poettering | 2009-08-07 | 4 | -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 protection | Lennart Poettering | 2009-08-05 | 1 | -2/+2 | |
| | | ||||||
| * | autospawn: if creating the lock file fails, pass error code cleanly back to ↵ | Lennart Poettering | 2009-08-01 | 1 | -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 Poettering | 2009-08-01 | 5 | -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 Poettering | 2009-08-01 | 1 | -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 call | Lennart Poettering | 2009-08-01 | 2 | -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 resume | Lennart Poettering | 2009-07-24 | 2 | -22/+21 | |
| | | ||||||
| * | memblock: try to hit an assert earlier when ref counting doesn't work | Lennart Poettering | 2009-07-24 | 1 | -9/+14 | |
| | | ||||||
| * | daemon: replace colons by dash in per-machine directory names for compat ↵ | Lennart Poettering | 2009-07-23 | 1 | -2/+2 | |
| | | | | | | | | with weird filesystems | |||||
| * | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-07-23 | 2 | -3/+3 | |
| |\ | | | | | | | | | | | | | Conflicts: src/daemon/main.c | |||||
| | * | Merge commit 'flameeyes/osx' | Lennart Poettering | 2009-07-23 | 1 | -2/+2 | |
| | |\ | ||||||
| | | * | Again make sure that the wait() definition is not shadowed. | Diego Elio 'Flameeyes' Pettenò | 2009-07-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Rename the parameter in pa_asyncmsgq_get() to wait_op. | |||||
| | * | | protocol-native: use the right samplerate | Wim Taymans | 2009-07-23 | 1 | -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 Poettering | 2009-07-20 | 1 | -1/+1 | |
| |/ | ||||||
| * | memtrap: properly lock access to memtrap changer | Lennart Poettering | 2009-07-01 | 1 | -0/+20 | |
| | | ||||||
| * | memblock: rearrange locking order | Lennart Poettering | 2009-07-01 | 1 | -17/+21 | |
| | | ||||||
| * | native: don't hit assert when user uploads zero-sized sample | Lennart Poettering | 2009-07-01 | 1 | -1/+3 | |
| | | ||||||
* | | dbus-protocol: Use pa_hashmap_remove() instead of _get(). | Tanu Kaskinen | 2009-08-15 | 1 | -1/+1 | |
| | | ||||||
* | | dbus-protocol: Fix signal sending for the case when the client doesn't listen | Tanu Kaskinen | 2009-08-10 | 2 | -2/+12 | |
| | | | | | | | | for all signals. | |||||
* | | dbus-protocol: Add a note for _send_signal that by default the signal isn't | Tanu Kaskinen | 2009-08-10 | 1 | -0/+4 | |
| | | | | | | | | actually sent. | |||||
* | | dbus-protocol: Take advantage of the helpers in dbus-util. | Tanu Kaskinen | 2009-08-09 | 1 | -16/+7 | |
| | | ||||||
* | | dbus-protocol: Split some overly long lines. | Tanu Kaskinen | 2009-08-09 | 1 | -7/+9 | |
| | | ||||||
* | | dbus-util: Trivial comment punctuation fix. | Tanu Kaskinen | 2009-08-09 | 1 | -2/+2 | |
| | | ||||||
* | | dbus-util: Add helpers for proplist handling. | Tanu Kaskinen | 2009-08-09 | 2 | -0/+75 | |
| | | ||||||
* | | dbus: Take advantage of the PA_HASHMAP_FOREACH macro. | Tanu Kaskinen | 2009-08-09 | 1 | -19/+11 | |
| | | ||||||
* | | dbus: Three entangled changes: | Tanu Kaskinen | 2009-08-09 | 1 | -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 Kaskinen | 2009-08-04 | 1 | -1/+0 | |
| | | ||||||
* | | dbus-protocol: Make debug logging saner. | Tanu Kaskinen | 2009-08-04 | 1 | -6/+5 | |
| | | ||||||
* | | dbus-protocol, dbusiface-core: Take a reference when storing the core pointer. | Tanu Kaskinen | 2009-08-04 | 1 | -1/+3 | |
| | | ||||||
* | | dbus-util: Fix broken proplist reading logic. | Tanu Kaskinen | 2009-08-03 | 1 | -13/+31 | |
| | | ||||||
* | | dbus-protocol: Add debugging output (temporary change). | Tanu Kaskinen | 2009-08-02 | 1 | -2/+11 | |
| | | ||||||
* | | dbus-protocol: Implement extension registration. | Tanu Kaskinen | 2009-07-31 | 2 | -22/+108 | |
| | | ||||||
* | | Bug fixing and minor cleanups. | Tanu Kaskinen | 2009-07-27 | 2 | -15/+67 | |
| | | ||||||
* | | Finish the Core dbus interface. | Tanu Kaskinen | 2009-07-21 | 11 | -1280/+1514 | |
| | | ||||||
* | | dbus: Implement the Name property of the core object. | Tanu Kaskinen | 2009-07-03 | 3 | -70/+587 | |
| | | ||||||
* | | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-06-29 | 4 | -23/+28 | |
|\| | ||||||
| * | Add missing headers includes for FreeBSD. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -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-29 | 1 | -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-29 | 1 | -2/+1 | |
| | | ||||||
| * | Rename the wait parameter to wait_op, to avoid shadowing wait(). | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 2 | -13/+13 | |
| | | ||||||
| * | Also alias MAP_ANONYMOUS to MAP_ANON in shm.c, for FreeBSD. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-06-29 | 46 | -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-test1 | Lennart Poettering | 2009-06-23 | 1 | -1/+1 | |
| | | ||||||
| * | rtclock: make use of constants when converting between nsec and usec | Lennart Poettering | 2009-06-23 | 1 | -3/+3 | |
| | | ||||||
| * | rtclock: fix type of PA_TIMEVAL_RTCLOCK | Lennart Poettering | 2009-06-23 | 1 | -1/+1 | |
| | | ||||||
| * | Merge most of elmarco/rtclock2 | Lennart Poettering | 2009-06-22 | 18 | -101/+163 | |
| |\ | | | | | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043' | |||||
| | * | rtclock: fix issues found by Lennart | Marc-André Lureau | 2009-06-20 | 1 | -0/+3 | |
| | | | ||||||
| | * | Base mainloop on pa_rtclock_now() | Marc-André Lureau | 2009-06-20 | 15 | -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 pulsecommon | Marc-André Lureau | 2009-06-20 | 5 | -12/+6 | |
| | | | ||||||
| | * | perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'` | Marc-André Lureau | 2009-06-19 | 5 | -7/+7 | |
| | | |