summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-07-23client: include zerocopy write calls in map fileLennart Poettering1-0/+2
2009-07-23alsa: don't reset volume/mute when selecting pathLennart Poettering1-2/+2
2009-07-23Sending translation for Polishraven1-73/+3
2009-07-23daemon: replace colons by dash in per-machine directory names for compat ↵Lennart Poettering1-2/+2
with weird filesystems
2009-07-23build-sys: add a couple of stub MakefilesLennart Poettering3-0/+3
2009-07-23alsa: control 'Speaker' element as wellLennart Poettering4-0/+22
2009-07-23po: run make update-poLennart Poettering29-6335/+6290
2009-07-23Merge branch 'master-tx'Lennart Poettering5-747/+536
Conflicts: po/ca.po po/cs.po po/de.po po/es.po po/pl.po
2009-07-23Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering11-17/+97
Conflicts: src/daemon/main.c
2009-07-23Merge commit 'flameeyes/osx'Lennart Poettering5-5/+28
2009-07-23protocol-native: use the right samplerateWim Taymans1-1/+1
The render_memblockq is expressed in the sample_spec of the sink, not of the particular stream before resampling.
2009-07-22Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering4-25/+18
2009-07-22udev: don't fail if /dev/snd is not available right-awayLennart Poettering1-6/+28
2009-07-22daemon: reset personality, to make the autospawn env cleaup completeLennart Poettering1-0/+10
2009-07-22alsa: deal properly with IO functions asking us to write 0 bytesLennart Poettering2-2/+12
2009-07-20memtrap: clarify that we are not interested in the return value of write()Lennart Poettering1-1/+1
2009-07-20client: allow zero-copy writing to the streamLennart Poettering3-44/+176
2009-07-20daemon: before exec'ing ourselves, make sure nobody plays games with ↵Lennart Poettering2-6/+16
/proc/self/exe
2009-07-18Sending translation for Catalanxconde1-642/+757
2009-07-17Again make sure that the wait() definition is not shadowed.Diego Elio 'Flameeyes' Pettenò1-2/+2
Rename the parameter in pa_asyncmsgq_get() to wait_op.
2009-07-17Make the rtstutter tests mostly pointless without CLOCK_REALTIME.Diego Elio 'Flameeyes' Pettenò1-0/+4
On the other hand, this actually makes the test build, and test at least that it doesn't abort away, when the CLOCK_REALTIME interface is not present (or when clock_gettime is not found).
2009-07-17Further simplify on Daniel's patch for bootstrap.sh.Diego Elio 'Flameeyes' Pettenò1-8/+2
Instead of having further indirections, stick to POSIX command options for cp and chmod. This leaves just the LIBTOOL handling to be Darwin-specific.
2009-07-17make bootstrap.sh aware of Darwin environmentDaniel Mack1-2/+14
Signed-off-by: Daniel Mack <daniel@caiaq.de>
2009-07-17Also request Darwin extensions, as they are needed for stuff like NSIG.Diego Elio 'Flameeyes' Pettenò1-0/+1
Without this definition, non-POSIX interfaces (which are needed) are hidden by the _POSIX_C_SOURCE request (for clock_gettime).
2009-07-17Request explicitly POSIX.1-2001 for clock_gettime.Diego Elio 'Flameeyes' Pettenò1-0/+3
This might actually call for a rewrite of system extensions handling.
2009-07-17Check for support of -z nodelete LD flag, don't use it unconditionally.Diego Elio 'Flameeyes' Pettenò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.
2009-07-16Merge commit 'flameeyes/master'Colin Guthrie3-24/+9
2009-07-16Remove exploitable LD_BIND_NOW hack (CVE-2009-1894).Diego Elio 'Flameeyes' Pettenò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.
2009-07-12introspect: Fix two memory issues in port handling code.Colin Guthrie1-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.
2009-07-07Sending translation for Czechpmkovar1-240/+275
2009-07-04Check for the library containing the backtrace() function.Diego Elio 'Flameeyes' Pettenò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.
2009-07-01stream-restore: mark volume changes from instant apply as saved onesv0.9.16-test2Lennart Poettering1-6/+7
2009-07-01bluetooth: don't connect on unconnected profileMarc-André Lureau1-0/+9
2009-07-01bluetooth: warn on EAGAIN after POLLOUTMarc-André Lureau1-0/+3
2009-07-01memtrap: properly lock access to memtrap changerLennart Poettering1-0/+20
2009-07-01memblock: rearrange locking orderLennart Poettering1-17/+21
2009-07-01reserve: update from upstream git repoLennart Poettering4-1/+33
2009-07-01alsa: fix a few commentsLennart Poettering1-2/+1
2009-07-01build-sys: add missing dependency to libcliLennart Poettering1-1/+1
2009-07-01libpulse: minor cleanupsLennart Poettering1-11/+19
2009-07-01native: don't hit assert when user uploads zero-sized sampleLennart Poettering1-1/+3
2009-07-01bluetooth: don't busy loop when device is not writable but we want to writeLennart Poettering1-1/+1
2009-07-01bluetooth: handle absence of bluez D-Bus service properlyLennart Poettering1-11/+66
2009-06-30reserve: fix build without D-BusLennart Poettering1-0/+4
2009-06-29bootstrap: Ship git-version-gen with the tarball.Colin Guthrie2-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.
2009-06-29introspect: Fix a bug in sink/source info protocol handling related to ports.Colin Guthrie1-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.
2009-06-29combine: Do not set (and update) description if the user passed one in ↵Colin Guthrie1-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.
2009-06-29udev: Don't install the udev rules if we're not compiling udev supportColin Guthrie1-0/+2
2009-06-29Add missing headers includes for FreeBSD.Diego Elio 'Flameeyes' Pettenò2-0/+5
This removes the implicit declarations of send() and pthread_sigmask().
2009-06-29Rename the flock variable to f_lock.Diego Elio 'Flameeyes' Pettenò1-8/+8
flock() is a function on FreeBSD, and the variable shadowed its definition.