Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | make bootstrap.sh aware of Darwin environment | Daniel Mack | 2009-07-17 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Mack <daniel@caiaq.de> | |||||
| | | * | | | Also request Darwin extensions, as they are needed for stuff like NSIG. | Diego Elio 'Flameeyes' Pettenò | 2009-07-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this definition, non-POSIX interfaces (which are needed) are hidden by the _POSIX_C_SOURCE request (for clock_gettime). | |||||
| | | * | | | Request explicitly POSIX.1-2001 for clock_gettime. | Diego Elio 'Flameeyes' Pettenò | 2009-07-17 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This might actually call for a rewrite of system extensions handling. | |||||
| | | * | | | Check for support of -z nodelete LD flag, don't use it unconditionally. | Diego Elio 'Flameeyes' Pettenò | 2009-07-17 | 2 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On non-GNU, non-Sun linkers, the -z option is often not understood; make sure that the -z nodelete option is usable before making use of it. Unbreaks build on Mac OS X. | |||||
| | * | | | | 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. | |||||
| | * | | | | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-07-22 | 4 | -25/+18 | |
| | |\| | | | ||||||
| | | * | | | Merge commit 'flameeyes/master' | Colin Guthrie | 2009-07-16 | 3 | -24/+9 | |
| | | |\ \ \ | ||||||
| | | | * | | | Remove exploitable LD_BIND_NOW hack (CVE-2009-1894). | Diego Elio 'Flameeyes' Pettenò | 2009-07-16 | 3 | -24/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of trying to re-execute pulseaudio itself with LD_BIND_NOW set, just find the correct flag for the linker to request immediate bindings (all ELF files support that option), and use that when linking the daemon. Reduce the amount of compiled and executed code as well. | |||||
| | | | * | | | Check for the library containing the backtrace() function. | Diego Elio 'Flameeyes' Pettenò | 2009-07-04 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On FreeBSD the backtrace() function as well as the execinfo.h headers are provided by libexecinfo (an optional package). PulseAudio “automagically” identifies execinfo.h and proceeds to use it, but then will fail to link against the library. Thanks to Alexis Ballier for reporting. | |||||
| | | * | | | | introspect: Fix two memory issues in port handling code. | Colin Guthrie | 2009-07-12 | 1 | -1/+9 | |
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | First one is a simple typo on an error condition that would have likely caused issues if it ever cropped up. Second issue is that port information is never actually freed if everything works fine. | |||||
| | * | | | | udev: don't fail if /dev/snd is not available right-away | Lennart Poettering | 2009-07-22 | 1 | -6/+28 | |
| | | | | | | ||||||
| | * | | | | daemon: reset personality, to make the autospawn env cleaup complete | Lennart Poettering | 2009-07-22 | 1 | -0/+10 | |
| | | | | | | ||||||
| | * | | | | alsa: deal properly with IO functions asking us to write 0 bytes | Lennart Poettering | 2009-07-22 | 2 | -2/+12 | |
| | |/ / / | ||||||
| * | | | | memtrap: clarify that we are not interested in the return value of write() | Lennart Poettering | 2009-07-20 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | client: allow zero-copy writing to the stream | Lennart Poettering | 2009-07-20 | 3 | -44/+176 | |
| | | | | | ||||||
| * | | | | daemon: before exec'ing ourselves, make sure nobody plays games with ↵ | Lennart Poettering | 2009-07-20 | 2 | -6/+16 | |
| |/ / / | | | | | | | | | | | | | /proc/self/exe | |||||
| * | | | stream-restore: mark volume changes from instant apply as saved onesv0.9.16-test2 | Lennart Poettering | 2009-07-01 | 1 | -6/+7 | |
| | | | | ||||||
| * | | | bluetooth: don't connect on unconnected profile | Marc-André Lureau | 2009-07-01 | 1 | -0/+9 | |
| | | | | ||||||
| * | | | bluetooth: warn on EAGAIN after POLLOUT | Marc-André Lureau | 2009-07-01 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | reserve: update from upstream git repo | Lennart Poettering | 2009-07-01 | 4 | -1/+33 | |
| | | | | ||||||
| * | | | alsa: fix a few comments | Lennart Poettering | 2009-07-01 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | build-sys: add missing dependency to libcli | Lennart Poettering | 2009-07-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | libpulse: minor cleanups | Lennart Poettering | 2009-07-01 | 1 | -11/+19 | |
| | | | | ||||||
| * | | | native: don't hit assert when user uploads zero-sized sample | Lennart Poettering | 2009-07-01 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | bluetooth: don't busy loop when device is not writable but we want to write | Lennart Poettering | 2009-07-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | bluetooth: handle absence of bluez D-Bus service properly | Lennart Poettering | 2009-07-01 | 1 | -11/+66 | |
| | | | | ||||||
| * | | | reserve: fix build without D-Bus | Lennart Poettering | 2009-06-30 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | bootstrap: Ship git-version-gen with the tarball. | Colin Guthrie | 2009-06-29 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bootstrap.sh is already shipped and when rebootstrapping, it will call git-version-gen internally when processing configure.ac. In order to know when someone has rebootstrapped, we modify the tarball version to mark it as rebootstrapped. Not 100% sure this later stage is desired or if we should remove the .tarball-version file instead. | |||||
| * | | | introspect: Fix a bug in sink/source info protocol handling related to ports. | Colin Guthrie | 2009-06-29 | 1 | -60/+64 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously the active_profile was extracted from the tagstruct regardless of the protocol version which caused errors while speaking to older version servers. | |||||
| * | | | combine: Do not set (and update) description if the user passed one in ↵ | Colin Guthrie | 2009-06-29 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | during load. Note that this will not turn off auto-description setting if the user were to update the proplist later, so such a change could be short lived. | |||||
| * | | | udev: Don't install the udev rules if we're not compiling udev support | Colin Guthrie | 2009-06-29 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | dbusiface-stream: Implement about a half of the Stream D-Bus interface. | Tanu Kaskinen | 2009-08-16 | 2 | -0/+386 | |
| | | | | ||||||
* | | | | dbusiface-device: Free the copied proplist. | Tanu Kaskinen | 2009-08-16 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | dbusiface-client: Fix indentation. | Tanu Kaskinen | 2009-08-16 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | dbusiface-client: Fix the interface name. | Tanu Kaskinen | 2009-08-15 | 2 | -3/+6 | |
| | | | | ||||||
* | | | | dbusiface-client: Implement the properties of the Client D-Bus interface. | Tanu Kaskinen | 2009-08-15 | 1 | -1/+278 | |
| | | | | | | | | | | | | | | | | Based on a patch from Vincent Filali-Ansary. | |||||
* | | | | dbusiface-core: Two new functions: ↵ | Tanu Kaskinen | 2009-08-15 | 2 | -0/+16 | |
| | | | | | | | | | | | | | | | | pa_dbusiface_core_get_playback/record_stream_path(). | |||||
* | | | | dbusiface-device: Implement the Device and DevicePort D-Bus interfaces. | Tanu Kaskinen | 2009-08-15 | 5 | -6/+1448 | |
| | | | | ||||||
* | | | | dbus-protocol: Use pa_hashmap_remove() instead of _get(). | Tanu Kaskinen | 2009-08-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | dbusiface-core: New function: pa_dbusiface_core_get_card_path(). | Tanu Kaskinen | 2009-08-15 | 2 | -0/+8 | |
| | | | | ||||||
* | | | | dbusiface-card: Fix the OwnerModule property type in handle_get_all(). | Tanu Kaskinen | 2009-08-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | dbusiface-card: Assert that the profiles list is empty if there's no active | Tanu Kaskinen | 2009-08-15 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | profile. | |||||
* | | | | dbusiface-card: Use the ++ operator like it's meant to be used. | Tanu Kaskinen | 2009-08-15 | 1 | -4/+2 | |
| | | | | ||||||
* | | | | dbusiface-card-profile: Assert the core argument isn't NULL. | Tanu Kaskinen | 2009-08-15 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | dbusiface-card: Split some overly long lines. | Tanu Kaskinen | 2009-08-15 | 3 | -5/+20 | |
| | | | | ||||||
* | | | | 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. | |||||
* | | | | dbusiface-card-profile: Implement the CardProfile D-Bus interface. | Tanu Kaskinen | 2009-08-09 | 4 | -3/+163 | |
| | | | |