summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Collapse)AuthorAgeFilesLines
* adjust various data/library paths automatically if we are run from a build treeLennart Poettering2009-08-212-2/+20
|
* daemon: reset gids too, not just uidsLennart Poettering2009-08-141-0/+8
|
* daemon: reset scheduling priority on startup, tooLennart Poettering2009-08-121-0/+1
|
* core-util: move personality resetting into core-utilLennart Poettering2009-08-121-9/+1
|
* daemon: unconditionally clean up priviligesLennart Poettering2009-08-121-5/+2
|
* conf: invert all negative boolean configuration optionLennart Poettering2009-08-122-12/+18
|
* daemon: install D-Bus system policy file for PA system instancesLennart Poettering2009-08-121-0/+37
| | | | | | Original patch from 'mgrela'. http://pulseaudio.org/ticket/582
* Split OSS support in output and wrapper.Diego Elio 'Flameeyes' Pettenò2009-08-081-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/pulseaudioLennart Poettering2009-07-231-0/+10
|\ | | | | | | | | Conflicts: src/daemon/main.c
| * Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-07-221-22/+0
| |\
| | * Remove exploitable LD_BIND_NOW hack (CVE-2009-1894).Diego Elio 'Flameeyes' Pettenò2009-07-161-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 completeLennart Poettering2009-07-221-0/+10
| |/
* / daemon: before exec'ing ourselves, make sure nobody plays games with ↵Lennart Poettering2009-07-201-4/+12
|/ | | | /proc/self/exe
* Add a missing sys/stat.h include for FreeBSD to declare umask().Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+1
|
* rtclock: fix build after mergeLennart Poettering2009-06-221-1/+0
|
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-222-5/+7
|\ | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043'
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-202-2/+3
| |
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-2/+2
| |
* | daemon: enable module-intended-roles by defaultLennart Poettering2009-06-221-0/+3
| |
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is ↵Lennart Poettering2009-06-191-6/+0
| | | | | | | | finally fixed for granularity
* | daemon: enable real-time by defaultLennart Poettering2009-06-192-2/+2
| |
* | daemon: strip all special suid/caps log from our startup code, we'll now ↵Lennart Poettering2009-06-193-269/+30
|/ | | | rely on RealtimeKit for all high-priority/RT scheduling policy issues
* daemon: write a warning blurb to syslog when folks use --system modeLennart Poettering2009-06-171-0/+5
|
* conf: remove obsolete module-idle-time directive from default config ↵Lennart Poettering2009-06-071-1/+0
| | | | file/man page
* daemon: optionally call mlockall() on startupLennart Poettering2009-06-074-12/+29
|
* hal,udev: deprecate HAL support in favour of udevLennart Poettering2009-06-061-3/+3
|
* utils: use pa_path_get_filename() where applicableLennart Poettering2009-06-041-8/+3
|
* modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering2009-05-281-0/+2
|
* core-util: introduce pa_disable_sigpipe()Lennart Poettering2009-05-261-3/+1
|
* start-pulseaudio-x11: don't start a local sound server if a remote sound ↵Lennart Poettering2009-04-221-0/+2
| | | | server is configured
* memtrap: hook up core to memtrap systemLennart Poettering2009-04-211-0/+3
|
* explcitly ignore return values of some functions marked with gcc's ↵Lennart Poettering2009-04-141-1/+1
| | | | warn_unused_result attribute
* print session id when starting upLennart Poettering2009-04-131-0/+5
|
* Downgrade default log level to NOTICE to follow documentationLennart Poettering2009-04-101-1/+1
| | | | Closes #527
* make sure we keep a reference of the bus connection during the whole runtime ↵Lennart Poettering2009-04-061-9/+27
| | | | if we manage to acquire the bus name
* various spelling fixesMaarten Bosmans2009-04-041-1/+1
|
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-031-2/+2
|\
| * load bt discover module only when installedLennart Poettering2009-04-011-2/+2
| |
* | downgrade a few messagesLennart Poettering2009-04-031-3/+3
|/
* take org.pulseaudio.Server instead of org.pulseaudio to match the interface ↵Lennart Poettering2009-03-301-3/+3
| | | | name already used in the HAL module
* daemon: take org.pulseaudioMarc-André Lureau2009-03-301-0/+32
|
* enable bluetooth default by supportLennart Poettering2009-03-231-1/+1
|
* introduce pa_assert_fp() for fast path assertionsLennart Poettering2009-03-201-0/+8
|
* revive solaris moduleFinn Thain2009-03-033-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Hi All, This patch fixes the solaris audio device source and sink, and fixes some portability issues that break the build on solaris. Questions and comments welcomed. I've tested this patch only with OpenSolaris Express snv 103. Eventually I hope to be able to test a few older releases and older hardware (though it is hard to say whether there is much interest in those). This is my first brush with pulseaudio and so I read the wiki docs and some of the source code but I'm still unsure of a few things. In particular I'm wondering about rewind processing, corking and what (if anything) the module needs for those. I'm also unclear on the implications of thread_info.buffer_size, .fragment_size and .max_request, and whether my code is correct or not. This patch disables link map/library versioning unless ld is GNU ld. Another approach for solaris would be to use that linker's -M option, but I couldn't make that work (due to undefined mainloop, browse and simple symbols when linking pacat. I can post the errors if anyone is intested.) Thanks, Finn Thain
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-0315-15/+15
|
* update gitignoreLennart Poettering2009-02-241-0/+2
|
* Make .desktop and .policy file in src/daemon translatableKelemen Gábor2009-02-242-60/+0
|
* Make pulseaudio.desktop and org.pulseaudio.policy translatable.Kelemen Gábor2009-02-242-0/+60
|
* rework logging to make it more modularLennart Poettering2009-02-211-6/+9
|