summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Collapse)AuthorAgeFilesLines
* include more build info in debug outputLennart Poettering2008-09-011-0/+13
|
* change default log level for the library to PA_LOG_ERROR to avoid spamming ↵Lennart Poettering2008-08-291-3/+3
| | | | to stderr more often
* Add CFLAGS information on start-upMarc-André Lureau2008-08-291-0/+1
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* rework cpu limit logic to use monotonic instead of wall clock timeLennart Poettering2008-08-191-6/+9
|
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-193-6/+6
|
* Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering2008-08-181-0/+6
|\
| * Fix building again libtool/ltdl 2.2.4.Diego 'Flameeyes' Pettenò2008-08-081-0/+6
| | | | | | | | | | | | | | On changeset f1d2bf84089b1e5b5988a5e5d6d571a507a52337 support for libtool 2.2 was broken as libtool_set_error was not defined anymore on that version. Fix this by also putting under #ifdef the calls to that function.
* | Fix up overzealous HAVE_LT_DLMUTEX_REGISTER blockRuss Dill2008-08-171-4/+4
| | | | | | | | | | | | | | | | | | This fixes a built problem on systems without the lt_dlmutex_register function. The overzealousness causes libtool_set_error and libtool_get_error to be undefined. This fixes a build problem on Ubuntu Intrepid. Signed-off-by: Russ Dill <Russ.Dill@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* | disable hotplug sounds by defaultLennart Poettering2008-08-151-1/+1
| |
* | don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-094-15/+15
| |
* | rework autospawning code to survive multiple pa_contexts in a single processLennart Poettering2008-08-091-10/+26
| |
* | print reason when we fail to kill a running daemonLennart Poettering2008-08-091-1/+1
|/
* print machine id during startupLennart Poettering2008-08-071-1/+11
|
* add a few configuration sanity checks for system modeLennart Poettering2008-08-061-0/+16
|
* add disallow-exit to default configuration fileLennart Poettering2008-08-061-0/+1
|
* add new switch --disallow-exitLennart Poettering2008-08-064-30/+47
|
* add i18n supportLennart Poettering2008-08-067-122/+139
|
* load module-device-restore and module-stream-restore by default, don't load ↵Lennart Poettering2008-08-031-2/+3
| | | | module-volume-restore anymore
* allow running of PA with a valgring that doesn't know cap_set_capsLennart Poettering2008-08-031-0/+13
|
* reword comment on dbus a bitLennart Poettering2008-07-311-3/+3
|
* Work around D-Bus bug that involves dbus_shutdown() to call exit() when it ↵Lennart Poettering2008-07-311-0/+5
| | | | shouldn't. Patch from Coling Guthrie
* don't allow --start in system modeLennart Poettering2008-07-301-0/+5
|
* install a default system.paLennart Poettering2008-07-302-0/+57
|
* remove debug messageLennart Poettering2008-07-301-2/+0
|
* add missing pieces for new startup logicLennart Poettering2008-07-233-10/+41
|
* don't drop caps if we are started as normal root userLennart Poettering2008-07-221-1/+1
|
* enable exit-on-idle by defaultLennart Poettering2008-07-223-15/+16
|
* support file-based capabilities instead of SUID root for giving PA rights to ↵Lennart Poettering2008-06-223-17/+48
| | | | acquire RT/HP scheduling: setcap cap_sys_nice=ep /usr/bin/pulseaudio
* remove remaining $Lennart Poettering2008-06-183-6/+0
|
* get rid of svn $ keywordsLennart Poettering2008-06-1815-30/+0
|
* merge Colin Guthrie's module-always-sink module, and add priorization to the ↵Lennart Poettering2008-06-111-1/+4
| | | | | | hook subsystem while doing so. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2516 fefdeb5f-60dc-0310-8127-8f9354f1896f
* enable ConsoleKit support and positioned event sounds by defaultLennart Poettering2008-06-111-1/+8
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2514 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add new switch --start to the PA binary which allows starting PA if it is ↵Lennart Poettering2008-06-113-7/+60
| | | | | | not running yet. In contrast to normal startup an already running PA will not be considered an error. Also, take the autospawn lock so we can guarantee that after this call returns PA is ralive and running git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2513 fefdeb5f-60dc-0310-8127-8f9354f1896f
* big mumbo jumo of interleaved patches.Lennart Poettering2008-05-211-4/+20
| | | | | | | | | * Use seperate "state" and "config" paths * Pass the fact that we are in system mode via an env var $PULSE_SYSTEM instead of as var in pa_core * Properly check proc name when checking PID files. Don't check exename, because we cannot read that for other uids git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2480 fefdeb5f-60dc-0310-8127-8f9354f1896f
* fix a compiler warningLennart Poettering2008-05-211-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2472 fefdeb5f-60dc-0310-8127-8f9354f1896f
* fix return value of noop pa_limit_caps()Lennart Poettering2008-05-171-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2462 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge glitch-free branch back into trunkLennart Poettering2008-05-158-208/+341
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f
* fix caps stuff for crazy people who disable capsLennart Poettering2008-03-311-2/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2213 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge r2193 from prepare-0.9.10Lennart Poettering2008-03-312-20/+7
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2208 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge r2187 from prepare-0.9.10Lennart Poettering2008-03-311-6/+9
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2203 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge r2184 from prepare-0.9.10Lennart Poettering2008-03-311-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2200 fefdeb5f-60dc-0310-8127-8f9354f1896f
* merge r2179 from prepare-0.9.10Lennart Poettering2008-03-271-7/+7
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2180 fefdeb5f-60dc-0310-8127-8f9354f1896f
* make loading of a few more modules non-fatalLennart Poettering2008-03-271-0/+6
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2134 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Attempt to resolve the multilib conflicts by getting all the config filesLennart Poettering2008-03-272-4/+4
| | | | | | | | | | | | | look equally for all plattforms. This includes getting rid go pathnames with libdir; let's make ps search for files with relative paths there. https://bugzilla.redhat.com/show_bug.cgi?id=228383 Modified patch, originally from Lubomir Kundrak <lkundrak@redhat.com> git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2132 fefdeb5f-60dc-0310-8127-8f9354f1896f
* modernize polkit code a bit, use new functions from pk 0.7 instead of our ↵Lennart Poettering2008-03-271-67/+11
| | | | | | home-grown ones git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2131 fefdeb5f-60dc-0310-8127-8f9354f1896f
* rename polkit policy file to org.pulseaudio.policy to follow upstream guidelinesLennart Poettering2008-03-271-0/+0
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2130 fefdeb5f-60dc-0310-8127-8f9354f1896f
* add vendor data to pk policy fileLennart Poettering2008-03-271-0/+3
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2129 fefdeb5f-60dc-0310-8127-8f9354f1896f
* Abort instead of cleanly exiting, so we can obtain a core dump and find outLennart Poettering2008-03-271-1/+1
| | | | | | | | what was wrong. (rhbz #438594, Patch from Lubomir Kundrak) git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2128 fefdeb5f-60dc-0310-8127-8f9354f1896f
* change policy file to not show polkit auth dlg by defaultLennart Poettering2008-03-141-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2116 fefdeb5f-60dc-0310-8127-8f9354f1896f
* And one more.Diego Petteno2008-03-091-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2115 fefdeb5f-60dc-0310-8127-8f9354f1896f