Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daemon: first take name on the bus, then return in starter process | Lennart Poettering | 2010-02-21 | 1 | -9/+9 |
| | | | | http://pulseaudio.org/ticket/748 | ||||
* | Typo. s/a/are/ | Paul Menzel | 2010-01-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> | ||||
* | start: we don't need to check for $PULSE_SERVER anymore | Lennart Poettering | 2010-01-14 | 1 | -2/+0 |
| | | | | | pulseaudio --start does that internally anyway, so we can get rid of this here. | ||||
* | daemon: Don't autospawn if a server address is explicitly configured. | Tanu Kaskinen | 2010-01-09 | 1 | -0/+30 |
| | |||||
* | fix a number of warnings | Daniel Mack | 2010-01-05 | 1 | -0/+4 |
| | | | | | most of them were due to missing #ifdefs or wrong printf format type for [s]size_t. | ||||
* | daemon: complain if user passes too many arguments | Lennart Poettering | 2009-11-20 | 1 | -0/+37 |
| | |||||
* | daemon: during startup say whether we run in a VM | Lennart Poettering | 2009-11-05 | 1 | -1/+2 |
| | |||||
* | daemon: make sure pa has its own session and process group, but is not its ↵ | Lennart Poettering | 2009-10-31 | 1 | -20/+20 |
| | | | | leader so that we cannot acquire a tty ever | ||||
* | daemon: realpath segfault fix | David Yoder | 2009-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Lennart, Apparently I was debugging this at the same time as you. I can't figure out why my Fedora 11 install with glibc-2.10 has a glibc realpath that doesn't match the gnu documentation and returns null. But it does. Your commit aa8ce5bb9b159abb2ffb0f43996340566fc2e9c6 almost fixed my problem, but it needs a tweak. Thanks, David Yoder | ||||
* | git: ignore kde related files | Lennart Poettering | 2009-10-30 | 1 | -0/+1 |
| | |||||
* | daemon: don't crash if pa_realpath() fails | Lennart Poettering | 2009-10-30 | 1 | -10/+13 |
| | |||||
* | use pa_fopen_cloexec() where applicable | Lennart Poettering | 2009-10-30 | 1 | -2/+2 |
| | |||||
* | use cloexec wrappers wherever applicable | Lennart Poettering | 2009-10-30 | 1 | -3/+1 |
| | |||||
* | Merge remote branch 'coling/history' | Lennart Poettering | 2009-10-07 | 2 | -0/+41 |
|\ | |||||
| * | device-manager: Fix typo in module loading script. | Colin Guthrie | 2009-10-02 | 1 | -1/+1 |
| | | |||||
| * | device-manager: Add some scripts that are only run under KDE to ↵ | Colin Guthrie | 2009-10-01 | 2 | -0/+41 |
| | | | | | | | | load/initialise module-device-manager with routing turned on. | ||||
* | | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-10-02 | 6 | -261/+27 |
|\| | | | | | | | | | Conflicts: src/daemon/daemon-conf.c | ||||
| * | polkit: drop left-over polkit policy file from git tree | Lennart Poettering | 2009-09-29 | 1 | -50/+0 |
| | | |||||
| * | Don't refuse to start on systems using GNU stow, graft, STORE et al | Nix | 2009-09-29 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are multiple package management systems out there which implement packages using symlinks. The recent (otherwise useful) check to ensure that a re-executed pulseaudio is actually reexecuting itself unfortunately breaks in the presence of all these packaging systems, because PA_BINARY refers to its installed location (e.g. /usr/local/bin/pulseaudio), which is a symlink to the binary (e.g. /usr/local/stow/pulseaudio-0.9.18/bin/pulseaudio), because /proc/self/exe always contains the canonical path of the executable, with all symlinks resolved. (At least one distribution uses a symlink-based packaging system, so will be forced to apply this locally in any case.) The fix is simple: canonicalize PA_BINARY before equality-testing. (This should be completely safe, because the OS does just that when PA_BINARY is executed.) The patch is against 0.9.18, but applies without fuzz to current master. | ||||
| * | conf: Fix typo in daemon.conf: rlimit-rtttime - too many t's | Colin Guthrie | 2009-09-18 | 1 | -1/+1 |
| | | | | | | | | Spotted by peol on IRC | ||||
| * | daemon: disable CPU load limiter by default | Lennart Poettering | 2009-09-04 | 2 | -2/+2 |
| | | | | | | | | | | RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default. | ||||
| * | daemon: make use of SIMD optional via config variable to ease debugging | Lennart Poettering | 2009-09-03 | 1 | -2/+4 |
| | | |||||
| * | daemon: drop polkit code from git repo we weren't using anymore | Lennart Poettering | 2009-09-02 | 2 | -199/+0 |
| | | |||||
| * | daemon: clean up environment when forking off children | Lennart Poettering | 2009-09-02 | 1 | -2/+5 |
| | | |||||
| * | daemon: don't override path env vars if they are already set | Lennart Poettering | 2009-09-01 | 1 | -3/+8 |
| | | |||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-24 | 3 | -11/+25 |
|\| | | | | | | | | | Conflicts: src/Makefile.am | ||||
| * | Merge commit 'wtay/optimize' | Lennart Poettering | 2009-08-23 | 1 | -4/+5 |
| |\ | |||||
| | * | svolume: add ARM optimized volume scaling | Wim Taymans | 2009-08-20 | 1 | -0/+2 |
| | | | |||||
| | * | Get rid of liboil | Wim Taymans | 2009-08-20 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | Get rid of the liboil dependency and reimplement the liboil functions with an equivalent C implementation. Note that most of these functions are deprecated in liboil and that none of them had any optimisations. We can further specialize our handrolled versions for some extra speedups. | ||||
| | * | main: hook up cpu detection code | Wim Taymans | 2009-08-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Add CPU detection code to activate the various optimisations. Move some method definitions around. Use compatibility macros when we can. | ||||
| | * | volume_sse: add sse optimisations | Wim Taymans | 2009-08-20 | 1 | -0/+1 |
| | | | |||||
| | * | volume: add first mmx optimized function | Wim Taymans | 2009-08-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Add code for an mmx optimized version of s16ne volume scaling. Install the custom function. | ||||
| * | | daemon: don't free script_commands twice | Lennart Poettering | 2009-08-22 | 1 | -5/+0 |
| | | | |||||
| * | | daemon: fix leak of script_commands | Scott Reeves | 2009-08-21 | 1 | -1/+1 |
| | | | |||||
| * | | adjust various data/library paths automatically if we are run from a build tree | Lennart Poettering | 2009-08-21 | 2 | -2/+20 |
| |/ | |||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-16 | 5 | -22/+81 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/daemon/daemon-conf.c src/daemon/daemon.conf.in src/modules/module-stream-restore.c src/pulse/client-conf.c src/pulsecore/namereg.c | ||||
| * | daemon: reset gids too, not just uids | Lennart Poettering | 2009-08-14 | 1 | -0/+8 |
| | | |||||
| * | daemon: reset scheduling priority on startup, too | Lennart Poettering | 2009-08-12 | 1 | -0/+1 |
| | | |||||
| * | core-util: move personality resetting into core-util | Lennart Poettering | 2009-08-12 | 1 | -9/+1 |
| | | |||||
| * | daemon: unconditionally clean up priviliges | Lennart Poettering | 2009-08-12 | 1 | -5/+2 |
| | | |||||
| * | conf: invert all negative boolean configuration option | Lennart Poettering | 2009-08-12 | 2 | -12/+18 |
| | | |||||
| * | daemon: install D-Bus system policy file for PA system instances | Lennart Poettering | 2009-08-12 | 1 | -0/+37 |
| | | | | | | | | | | | | Original patch from 'mgrela'. http://pulseaudio.org/ticket/582 | ||||
| * | Split OSS support in output and wrapper. | Diego Elio 'Flameeyes' Pettenò | 2009-08-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Since Fedora does not enable OSS output support at all, but still uses padsp, and in Gentoo we could also make use of padsp without OSS output support, split the two things in two parameters, although they both check for sys/soundcard.h once. | ||||
| * | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-07-23 | 1 | -0/+10 |
| |\ | | | | | | | | | | | | | Conflicts: src/daemon/main.c | ||||
| | * | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-07-22 | 1 | -22/+0 |
| | |\ | |||||
| | | * | Remove exploitable LD_BIND_NOW hack (CVE-2009-1894). | Diego Elio 'Flameeyes' Pettenò | 2009-07-16 | 1 | -22/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | daemon: reset personality, to make the autospawn env cleaup complete | Lennart Poettering | 2009-07-22 | 1 | -0/+10 |
| | |/ | |||||
| * / | daemon: before exec'ing ourselves, make sure nobody plays games with ↵ | Lennart Poettering | 2009-07-20 | 1 | -4/+12 |
| |/ | | | | | | | /proc/self/exe | ||||
* | | Finish the Core dbus interface. | Tanu Kaskinen | 2009-07-21 | 1 | -2/+2 |
| | | |||||
* | | dbus: Implement the Name property of the core object. | Tanu Kaskinen | 2009-07-03 | 2 | -71/+345 |
| | |